On Wed, May 13, 2009 at 10:58:52PM +0200, Peter Kümmel wrote:
> Enrico Forestieri wrote:
> > On Tue, May 12, 2009 at 10:27:44PM +0200, Peter Kümmel wrote:
> >> Does it support non-blocking latex processing?
> >> And this has nothing to do with Windows.
> >> And aren't you the cygwin guy, using neit
Enrico Forestieri wrote:
> On Tue, May 12, 2009 at 10:27:44PM +0200, Peter Kümmel wrote:
>> Does it support non-blocking latex processing?
>> And this has nothing to do with Windows.
>> And aren't you the cygwin guy, using neither Windows nor Linux?
>
> Someone disabled the QProcess patch because
On Tue, May 12, 2009 at 10:27:44PM +0200, Peter Kümmel wrote:
>
> Does it support non-blocking latex processing?
> And this has nothing to do with Windows.
> And aren't you the cygwin guy, using neither Windows nor Linux?
Someone disabled the QProcess patch because it was not working on
posix sys
Enrico Forestieri wrote:
> On Tue, May 12, 2009 at 07:19:18AM +0200, Kornel Benko wrote:
>> Am Dienstag, 12. Mai 2009 schrieb for...@lyx.org:
>> ... lyx-devel/trunk/src/support/filetools.cpp
>>
>>> +#ifndef USE_QPROCESS
>>> return (os::shell() == os::UNIX) ?
>>>
On Tue, May 12, 2009 at 07:19:18AM +0200, Kornel Benko wrote:
> Am Dienstag, 12. Mai 2009 schrieb for...@lyx.org:
> ... lyx-devel/trunk/src/support/filetools.cpp
>
> > +#ifndef USE_QPROCESS
> > return (os::shell() == os::UNIX) ?
> > '\'' + name + '\'':
> >
Am Dienstag, 12. Mai 2009 schrieb for...@lyx.org:
... lyx-devel/trunk/src/support/filetools.cpp
> +#ifndef USE_QPROCESS
> return (os::shell() == os::UNIX) ?
> '\'' + name + '\'':
> '"' + name + '"';
> +#else
> + return '