Re: Advanced text editing commands

2023-04-28 Thread Pavel Sanda
On Thu, Apr 27, 2023 at 10:57:30AM -0400, Scott Kostyshak wrote:
> I love using 'g;' in Vim. I think the first 'g;' in LyX can be down with 
> "Navigate back" ('Ctrl + shift + <' or something like that) but I would love 
> to go through the entire change list as quickly as with 'g;'.

Navigate back was implemented so it reminds `` in vim. It does not work well
though and I was thinking several times to transform it to vim's g; indeed,
just never got enough time :)

Pavel
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: bottom posting question

2023-04-28 Thread Pavel Sanda
On Thu, Apr 27, 2023 at 06:16:27PM -0400, Richard Kimberly Heck wrote:
> On 4/27/23 17:55, John White wrote:
> Yes, I agree that it's good list etiquette to delete bits one doesn't need.

An it's actually part of our official list Netiquette ( 
https://www.lyx.org/MailingLists#toc7 ).

Pavel
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


how to list listings

2023-04-28 Thread Wolfgang Engelmann

For long algorithms (exceeding a page) I use a listing.

1. How can I make it to appear in the Contents?

2. And how can I avoid, that in the pdf output figures are inserted in 
the Listing output?


Listing
.
.
.
Fig. x
continued Listing
.
.
.

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Advanced text editing commands

2023-04-28 Thread Jean-Marc Lasgouttes
Although it requires some care : the positions are relative to the point where 
the cursor was at the time of editing. 

I am not 100% sure of how to do i5, actually.

JMarc 

Le 28 avril 2023 11:49:59 GMT+02:00, Jean-Marc Lasgouttes  
a écrit :
>We have the locations in the undo stack.

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Advanced text editing commands

2023-04-28 Thread Jean-Marc Lasgouttes

Le 28/04/2023 à 00:15, Richard Kimberly Heck a écrit :
This actually does not sound hard. We would just need (a) to save these 
locations and (b) to make it possible to iterate through the list via 
some LFUNs.


We have the locations in the undo stack.

JMarc

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users