> "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
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
> "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
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
> "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
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
> "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
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