Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Peter Kümmel
Enrico Forestieri wrote: > On Sat, Dec 19, 2009 at 07:20:57PM +0100, Peter Kümmel wrote: > >> OK, htlatex needs the ! as argument and ! has here no bash functionality. >> Under Windows unquoted should work, because no bash there. >> But what should we do on Linux? As the bug report says single quo

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Enrico Forestieri
On Sat, Dec 19, 2009 at 07:20:57PM +0100, Peter Kümmel wrote: > OK, htlatex needs the ! as argument and ! has here no bash functionality. > Under Windows unquoted should work, because no bash there. > But what should we do on Linux? As the bug report says single quotes does not > work. > One way

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Peter Kümmel
Enrico Forestieri wrote: > On Sat, Dec 19, 2009 at 12:35:17PM +0100, Peter Kümmel wrote: >> Am Samstag, den 19.12.2009, 12:22 +0100 schrieb Peter Kümmel: >>> The doc to htlatex says: >>> "In some platforms the double quotes should be replaced with single >>> right-quotes, and in some cases they mig

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Enrico Forestieri
On Sat, Dec 19, 2009 at 12:35:17PM +0100, Peter Kümmel wrote: > Am Samstag, den 19.12.2009, 12:22 +0100 schrieb Peter Kümmel: > > The doc to htlatex says: > > "In some platforms the double quotes should be replaced with single > > right-quotes, and in some cases they might be omitted." > > http://w

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Abdelrazak Younes
On 19/12/2009 16:42, Enrico Forestieri wrote: I've reworked the parser for QProcess in order to implement a shell-like parser also accounting for single-quote quoting in a platform independent way. I am going to commit the patch, but the last changes by Abdel broke output generation as I am not a

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread José Matos
On Saturday 19 December 2009 15:42:47 Enrico Forestieri wrote: > > Furthermore, lyx2lyx still fails if the path contains a ' > > character. This is branch. I didn't test trunk. > > Then, there's a quoting problem in python, too. That only depends on the way we are passing the arguments: $ cat t

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Enrico Forestieri
On Sat, Dec 19, 2009 at 02:38:29PM +0100, Jürgen Spitzmüller wrote: > Peter Kümmel wrote: > > I could not reproduce this bug with trunk: > > - USB-stick name : Stick'N'Go > > - copied BRANCH_1_4_X/lib to stick > > - opened UserGuide.lyx from stick > > - PDF is generated without errors > > > > Is t

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Jürgen Spitzmüller
Peter Kümmel wrote: > I could not reproduce this bug with trunk: > - USB-stick name : Stick'N'Go > - copied BRANCH_1_4_X/lib to stick > - opened UserGuide.lyx from stick > - PDF is generated without errors > > Is this the right way to reproduce? > If yes then, it is not a bug for trunk any more.

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Peter Kümmel
Am Samstag, den 19.12.2009, 12:22 +0100 schrieb Peter Kümmel: > Am Freitag, den 18.12.2009, 23:33 +0100 schrieb Enrico Forestieri: > > > configure.py should still be OK, because the quotes > > > the are du to spaces in filenames only, hope I'm not > > > totally wrong here, too. > > > > I don't use

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Peter Kümmel
Am Samstag, den 19.12.2009, 09:25 +0100 schrieb Jürgen Spitzmüller: > Enrico Forestieri wrote: > > > Thanks, I didn't thought someone likes single quotes > > > in his filenames. I've reverted the Systemcall.cpp patch. > > > > Thanks. I have also committed a patch such that file names can now also

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Peter Kümmel
Am Freitag, den 18.12.2009, 23:33 +0100 schrieb Enrico Forestieri: > > configure.py should still be OK, because the quotes > > the are du to spaces in filenames only, hope I'm not > > totally wrong here, too. > > I don't use htlatex, so I really don't know. However, if the single quotes > were mea

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-19 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > Thanks, I didn't thought someone likes single quotes > > in his filenames. I've reverted the Systemcall.cpp patch. > > Thanks. I have also committed a patch such that file names can now also > contain the double quote character. Note that on *nix you can use any > char

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-18 Thread Enrico Forestieri
On Fri, Dec 18, 2009 at 08:39:35PM +0100, Peter Kümmel wrote: > Enrico Forestieri wrote: > > On Fri, Dec 18, 2009 at 01:20:23PM +0100, kuem...@lyx.org wrote: > > > >> Author: kuemmel > >> Date: Fri Dec 18 13:20:22 2009 > >> New Revision: 32579 > >> URL: http://www.lyx.org/trac/changeset/32579 > >

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-18 Thread Peter Kümmel
Enrico Forestieri wrote: > On Fri, Dec 18, 2009 at 01:20:23PM +0100, kuem...@lyx.org wrote: > >> Author: kuemmel >> Date: Fri Dec 18 13:20:22 2009 >> New Revision: 32579 >> URL: http://www.lyx.org/trac/changeset/32579 >> >> Log: >> Ticket 6266 Quoting Problem with QProcess: don't think we need any

Re: r32579 - in lyx-devel/trunk: lib src/support

2009-12-18 Thread Enrico Forestieri
On Fri, Dec 18, 2009 at 01:20:23PM +0100, kuem...@lyx.org wrote: > Author: kuemmel > Date: Fri Dec 18 13:20:22 2009 > New Revision: 32579 > URL: http://www.lyx.org/trac/changeset/32579 > > Log: > Ticket 6266 Quoting Problem with QProcess: don't think we need any quotes (at > least on Linux) Thi