Re: Unable to use -x option with a gui

2005-06-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> That's why the user should specify --no-gui on the command line Andre> if he doesn't want a gui and we should then try to works Andre> without one or bomb if this is impossible. Let's wait until someone asks for it :) JMarc

Re: Unable to use -x option with a gui

2005-06-13 Thread Andre Poenitz
On Mon, Jun 13, 2005 at 12:13:27PM +0200, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> On Tue, Jun 07, 2005 at 03:30:17PM +0200, Georg Baum wrote: > >> I set it to false because it seemed that this was wanted, but it is > >> not needed. We can

Re: Unable to use -x option with a gui

2005-06-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Tue, Jun 07, 2005 at 03:30:17PM +0200, Georg Baum wrote: >> I set it to false because it seemed that this was wanted, but it is >> not needed. We can of course decide that -x wants a gui. The >> problem is that there are some cas

Re: Unable to use -x option with a gui

2005-06-11 Thread Andre Poenitz
On Tue, Jun 07, 2005 at 03:30:17PM +0200, Georg Baum wrote: > I set it to false because it seemed that this was wanted, but it is not > needed. We can of course decide that -x wants a gui. The problem is that > there are some cases where -x needs a gui and others where it does not. > Does it hurt t

Re: Unable to use -x option with a gui

2005-06-08 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> Actually, if want_gui is false, only Buffer::dispatch is invoked, >> and this one only supports LFUN_EXPORT. This means that -x cannot >> do anything that -e does not already do. This is broken IMO. Geor

Re: Unable to use -x option with a gui

2005-06-07 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Actually, if want_gui is false, only Buffer::dispatch is invoked, and > this one only supports LFUN_EXPORT. This means that -x cannot do > anything that -e does not already do. This is broken IMO. Agreed. It should now work again. GeorgIndex: src/ChangeLog

Re: Unable to use -x option with a gui

2005-06-07 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I set it to false because it seemed that this was wanted, but Georg> it is not needed. We can of course decide that -x wants a gui. Georg> The problem is that there are some cases where -x needs a gui Georg> and others where it does no

Re: Unable to use -x option with a gui

2005-06-07 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Since Georg recent patch to fix gui-less operation, it is not possible > anymore to do benchmarking with something like > > lyx -x 'command-sequence repeat 100 screen-down ; lyx-quit' UserGuide.lyx > > This is because parse_execute in lyx_main.C sets is_gui to false