Re: Importing ASCII elipses

2004-03-23 Thread Andre Poenitz
On Sat, Mar 20, 2004 at 12:57:44PM -0800, Jim Osborn wrote: > Is there a way to do a "Replace-All" equivalent in a command sequence? None that I am aware of. > Any other suggestions to simplify the process? There is a new 'repeat' LFUN which takes a count. If you use a large enough count you sho

Re: Importing ASCII elipses

2004-03-21 Thread Angus Leeming
Jim Osborn wrote: > Is there any way to mangle an ascii file to tell LyX that the three > periods it finds in the imported text should be treated as ldots? No. No interpretation of the ascii text is performed at all. > The best I've come up with is a post-importation treatment, binding > the fol

Importing ASCII elipses

2004-03-20 Thread Jim Osborn
Is there any way to mangle an ascii file to tell LyX that the three periods it finds in the imported text should be treated as ldots? The best I've come up with is a post-importation treatment, binding the following to a key: "command-sequence word-find-forward ...; cut; dots-insert" and then