Re: [LyX/master] add toFilesystemEncoding for -

2013-10-11 Thread Enrico Forestieri
On Tue, Jun 04, 2013 at 08:16:29 +0200, Stephan Witt wrote: > Am 04.06.2013 um 02:58 schrieb Enrico Forestieri : >> As already said, that flag was meant to be provisional, but I forgot to >> remove it after introducing the parser. > > Ok. I hope we can do it when 2.1 beta is done. Seemingly, this

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-04 Thread Stephan Witt
Am 04.06.2013 um 02:58 schrieb Enrico Forestieri : > On Mon, Jun 03, 2013 at 06:36:31PM +0200, Stephan Witt wrote: > >> Am 03.06.2013 um 09:53 schrieb Stephan Witt : >> >>> Am 03.06.2013 um 02:58 schrieb Enrico Forestieri : >>> On Sun, Jun 02, 2013 at 10:47:01AM +0200, Stephan Witt wrote:

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-03 Thread Enrico Forestieri
On Mon, Jun 03, 2013 at 06:36:31PM +0200, Stephan Witt wrote: > Am 03.06.2013 um 09:53 schrieb Stephan Witt : > > > Am 03.06.2013 um 02:58 schrieb Enrico Forestieri : > > > >> On Sun, Jun 02, 2013 at 10:47:01AM +0200, Stephan Witt wrote: > >>> Am 02.06.2013 um 10:24 schrieb Georg Baum > >>> : >

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-03 Thread Stephan Witt
Am 03.06.2013 um 09:53 schrieb Stephan Witt : > Am 03.06.2013 um 02:58 schrieb Enrico Forestieri : > >> On Sun, Jun 02, 2013 at 10:47:01AM +0200, Stephan Witt wrote: >>> Am 02.06.2013 um 10:24 schrieb Georg Baum : , or trac: http://www.lyx.org/trac/browser/lyxgit/src/support/Package.cp

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-03 Thread Stephan Witt
Am 03.06.2013 um 02:58 schrieb Enrico Forestieri : > On Sun, Jun 02, 2013 at 10:47:01AM +0200, Stephan Witt wrote: >> Am 02.06.2013 um 10:24 schrieb Georg Baum : >>> , or trac: >>> http://www.lyx.org/trac/browser/lyxgit/src/support/Package.cpp?annotate=blame >>> >>> . This tells you that Enrico

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-02 Thread Enrico Forestieri
On Sun, Jun 02, 2013 at 10:24:58AM +0200, Georg Baum wrote: > > Now, there is a home made command line parser which translates some > artificial syntax in something that can be used by QProcess, and the > question is what this parser expects. It expects a subset of a posix-shell syntax. Quoting

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-02 Thread Enrico Forestieri
On Sun, Jun 02, 2013 at 10:47:01AM +0200, Stephan Witt wrote: > Am 02.06.2013 um 10:24 schrieb Georg Baum : > > , or trac: > > http://www.lyx.org/trac/browser/lyxgit/src/support/Package.cpp?annotate=blame > > > > . This tells you that Enrico introduced the quote_python argument in > > http://ww

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-02 Thread Stephan Witt
Am 02.06.2013 um 10:24 schrieb Georg Baum : > Uwe Stöhr wrote: > >> Am 01.06.2013 13:52, schrieb Stephan Witt: >> >>> But the documentation in filetools.h clearly states for quote_python: >>> /* >>> Quote for python. Use this if you want to store a filename in a python >>> script. Example: os <<

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-02 Thread Georg Baum
Uwe Stöhr wrote: > Am 01.06.2013 13:52, schrieb Stephan Witt: > >> But the documentation in filetools.h clearly states for quote_python: >> /* >> Quote for python. Use this if you want to store a filename in a python >> script. Example: os << "infile = " << quoteName(filename) << '\\n'; >> */ >>

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-01 Thread Uwe Stöhr
Am 01.06.2013 13:52, schrieb Stephan Witt: But the documentation in filetools.h clearly states for quote_python: /* Quote for python. Use this if you want to store a filename in a python script. Example: os << "infile = " << quoteName(filename) << '\\n'; */ Here we have a comma

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-01 Thread Stephan Witt
Am 01.06.2013 um 04:37 schrieb Uwe Stöhr : > Am 31.05.2013 19:53, schrieb Stephan Witt: > > >> LyX does currently not compile. > > > > Here I can compile it. > > Jürgen fixed it. I could compile LyX and your change works. > >> I read it so one should use quote_shell for shell command arguments.

Re: [LyX/master] add toFilesystemEncoding for -

2013-05-31 Thread Uwe Stöhr
Am 31.05.2013 19:53, schrieb Stephan Witt: >> LyX does currently not compile. > > Here I can compile it. Jürgen fixed it. I could compile LyX and your change works. I read it so one should use quote_shell for shell command arguments. Why then the first quote_python is used? I think because t

Re: [LyX/master] add toFilesystemEncoding for -

2013-05-31 Thread Stephan Witt
Am 31.05.2013 um 14:14 schrieb Uwe Stöhr : > Am 31.05.2013 09:14, schrieb Stephan Witt: > >> Uwe, please test if it works for you. > > LyX does currently not compile. Here I can compile it. > But I think your change was inncomplete because: > >>> configure_command_ = os::python() + ' ' +

Re: Fwd: [LyX/master] add toFilesystemEncoding for -

2013-05-31 Thread Uwe Stöhr
Am 31.05.2013 09:14, schrieb Stephan Witt: Uwe, please test if it works for you. LyX does currently not compile. But I think your change was inncomplete because: configure_command_ = os::python() + ' ' + quoteName(configure_script.toFilesystemEncoding(), quot

Fwd: [LyX/master] add toFilesystemEncoding for -

2013-05-31 Thread Stephan Witt
Uwe, please test if it works for you. Stephan Anfang der weitergeleiteten Nachricht: > Von: Stephan Witt > Betreff: [LyX/master] add toFilesystemEncoding for - > Datum: 31. Mai 2013 09:00:36 MESZ > An: lyx-...@lists.lyx.org > Antwort an: lyx-devel@lists.lyx.