Re: Problem with command-sequence

2012-09-20 Thread Jean-Marc Lasgouttes
Le 20/09/12 01:36, Lars Gullik Bjønnes a écrit : Right... but why now have LFUNS de async by default (when done as a script thingie), and a separate LFUN to make the async if wanted. Gui/Menu run LFUNS could still be async. Probably also part of that discussion which I completely missed. I do

Re: Problem with command-sequence

2012-09-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes writes: | Le 19/09/2012 12:25, Lars Gullik Bjønnes a écrit : >> Perhaps async LFUNS are not a good idea? > | This was the big discussion about asynchronous export... Right... but why now have LFUNS de async by default (when done as a script thingie), and a separate LFUN to m

Re: Problem with command-sequence

2012-09-19 Thread Jean-Marc Lasgouttes
Le 19/09/2012 12:25, Lars Gullik Bjønnes a écrit : Perhaps async LFUNS are not a good idea? This was the big discussion about asynchronous export... JMarc

Re: Problem with command-sequence

2012-09-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes writes: | Le 19/09/2012 01:07, Andrew Parsloe a écrit : >> It was only a "wistful" suggestion -- it would allow a tinkerer like me >> to tinker a little more. > | I would try to use "repeat 1000 " in order | to continue tinkering. > > >> The real problem (in the original post

Re: Problem with command-sequence

2012-09-19 Thread Andrew Parsloe
On 19/09/2012 12:50 p.m., Richard Heck wrote: On 09/18/2012 07:07 PM, Andrew Parsloe wrote: On 19/09/2012 9:49 a.m., Scott Kostyshak wrote: On Mon, Sep 17, 2012 at 12:54 AM, Andrew Parsloe wrote: I would love to be able to insert a pause between buffer-export lyxtabsort and buffer-reload, a

Re: Problem with command-sequence

2012-09-19 Thread Jean-Marc Lasgouttes
Le 19/09/2012 01:07, Andrew Parsloe a écrit : It was only a "wistful" suggestion -- it would allow a tinkerer like me to tinker a little more. I would try to use "repeat 1000 " in order to continue tinkering. The real problem (in the original post) was that the command-sequence code doesn'

Re: Problem with command-sequence

2012-09-18 Thread Richard Heck
On 09/18/2012 07:07 PM, Andrew Parsloe wrote: On 19/09/2012 9:49 a.m., Scott Kostyshak wrote: On Mon, Sep 17, 2012 at 12:54 AM, Andrew Parsloe wrote: I would love to be able to insert a pause between buffer-export lyxtabsort and buffer-reload, and found myself searching, alas forlornly, for a

Re: Problem with command-sequence

2012-09-18 Thread Andrew Parsloe
On 19/09/2012 9:49 a.m., Scott Kostyshak wrote: On Mon, Sep 17, 2012 at 12:54 AM, Andrew Parsloe wrote: I would love to be able to insert a pause between buffer-export lyxtabsort and buffer-reload, and found myself searching, alas forlornly, for a pause LFUN (e.g. pause 500 = do nothing for hal

Re: Problem with command-sequence

2012-09-18 Thread Scott Kostyshak
On Mon, Sep 17, 2012 at 12:54 AM, Andrew Parsloe wrote: > I would love to be able to insert a pause between buffer-export lyxtabsort > and buffer-reload, and found myself searching, alas forlornly, for a pause > LFUN (e.g. pause 500 = do nothing for half a second). It would be easy to make an LFU