Re: Spaces in path problem in configure.py

2013-08-03 Thread Stephan Witt
Am 03.08.2013 um 14:15 schrieb Vincent van Ravesteijn : > Op 3-8-2013 13:42, Stephan Witt schreef: >>> So, what do you think of the attached patch ? >>> >>> Vincent >>> >>> >>> >> >> The resulting converter lines are: >> >> \converter latex lyx"\"/tmp/lyx-build/LyX >> 2.1.0dev.

Re: Spaces in path problem in configure.py

2013-08-03 Thread Vincent van Ravesteijn
Op 3-8-2013 13:42, Stephan Witt schreef: So, what do you think of the attached patch ? Vincent The resulting converter lines are: \converter latex lyx"\"/tmp/lyx-build/LyX 2.1.0dev.build/src/tex2lyx/tex2lyx\" -f $$i $$o" "" \converter literate lyx"\"/tmp/lyx-bui

Re: Spaces in path problem in configure.py

2013-08-03 Thread Stephan Witt
Am 02.08.2013 um 22:59 schrieb Vincent van Ravesteijn : > Op 2-8-2013 13:03, Stephan Witt schreef: >> Am 02.08.2013 um 12:47 schrieb Vincent van Ravesteijn : >> >>> >>> >>> On Fri, Aug 2, 2013 at 12:22 PM, Stephan Witt wrote: >>> >>> Am 02.08.2013 um 12:13 schrieb Vincent van Ravesteijn : >>>

Re: Spaces in path problem in configure.py

2013-08-02 Thread Vincent van Ravesteijn
Op 2-8-2013 13:03, Stephan Witt schreef: Am 02.08.2013 um 12:47 schrieb Vincent van Ravesteijn : On Fri, Aug 2, 2013 at 12:22 PM, Stephan Witt wrote: Am 02.08.2013 um 12:13 schrieb Vincent van Ravesteijn : On Fri, Aug 2, 2013 at 12:00 PM, Stephan Witt wrote: With your patch we look f

Re: Spaces in path problem in configure.py

2013-08-02 Thread Stephan Witt
Am 02.08.2013 um 12:13 schrieb Vincent van Ravesteijn : > > > > On Fri, Aug 2, 2013 at 12:00 PM, Stephan Witt wrote: > > > > > > > With your patch we look for the 'tex2lyx' binary in the directory > > > /tex2lyx. My latest change made it possible to also look > > > in . > > > > Because of

Re: Spaces in path problem in configure.py

2013-08-02 Thread Vincent van Ravesteijn
On Fri, Aug 2, 2013 at 12:00 PM, Stephan Witt wrote: > > > > > > > With your patch we look for the 'tex2lyx' binary in the directory > /tex2lyx. My latest change made it possible to also look in > . > > > > Because of the variable naming I didn't got it. > > > > > This was needed for CMake build

Re: Spaces in path problem in configure.py

2013-08-02 Thread Stephan Witt
Am 02.08.2013 um 11:52 schrieb Vincent van Ravesteijn : > > > > On Fri, Aug 2, 2013 at 11:09 AM, Stephan Witt wrote: > Am 02.08.2013 um 10:19 schrieb Vincent van Ravesteijn : > > > > > > > > > On Mon, Jul 29, 2013 at 10:34 AM, Stephan Witt wrote: > > Am 28.07.2013 um 17:09 schrieb Richard He

Re: Spaces in path problem in configure.py

2013-08-02 Thread Vincent van Ravesteijn
On Fri, Aug 2, 2013 at 11:09 AM, Stephan Witt wrote: > Am 02.08.2013 um 10:19 schrieb Vincent van Ravesteijn : > > > > > > > > > On Mon, Jul 29, 2013 at 10:34 AM, Stephan Witt wrote: > > Am 28.07.2013 um 17:09 schrieb Richard Heck : > > > > > On 07/28/2013 08:46 AM, Stephan Witt wrote: > > >> Hi

Re: Spaces in path problem in configure.py

2013-08-02 Thread Stephan Witt
Am 02.08.2013 um 10:19 schrieb Vincent van Ravesteijn : > > > > On Mon, Jul 29, 2013 at 10:34 AM, Stephan Witt wrote: > Am 28.07.2013 um 17:09 schrieb Richard Heck : > > > On 07/28/2013 08:46 AM, Stephan Witt wrote: > >> Hi, > >> > >> while studying the script configure.py I saw a problem in

Re: Spaces in path problem in configure.py

2013-08-02 Thread Vincent van Ravesteijn
On Mon, Jul 29, 2013 at 10:34 AM, Stephan Witt wrote: > Am 28.07.2013 um 17:09 schrieb Richard Heck : > > > On 07/28/2013 08:46 AM, Stephan Witt wrote: > >> Hi, > >> > >> while studying the script configure.py I saw a problem in "def > checkProg()": > >> > >> The array progs parameter gets the ly

Re: Spaces in path problem in configure.py

2013-07-29 Thread Stephan Witt
Am 29.07.2013 um 10:34 schrieb Stephan Witt : > Am 28.07.2013 um 17:09 schrieb Richard Heck : > >> On 07/28/2013 08:46 AM, Stephan Witt wrote: >>> Hi, >>> >>> while studying the script configure.py I saw a problem in "def checkProg()": >>> >>> The array progs parameter gets the lyx_binary_dir a

Re: Spaces in path problem in configure.py

2013-07-29 Thread Stephan Witt
Am 28.07.2013 um 17:09 schrieb Richard Heck : > On 07/28/2013 08:46 AM, Stephan Witt wrote: >> Hi, >> >> while studying the script configure.py I saw a problem in "def checkProg()": >> >> The array progs parameter gets the lyx_binary_dir as content. >> The individual elements of the array are sp

Re: Spaces in path problem in configure.py

2013-07-28 Thread Richard Heck
On 07/28/2013 08:46 AM, Stephan Witt wrote: Hi, while studying the script configure.py I saw a problem in "def checkProg()": The array progs parameter gets the lyx_binary_dir as content. The individual elements of the array are split at ' ' to separate command and arguments. This does not work

Spaces in path problem in configure.py

2013-07-28 Thread Stephan Witt
Hi, while studying the script configure.py I saw a problem in "def checkProg()": The array progs parameter gets the lyx_binary_dir as content. The individual elements of the array are split at ' ' to separate command and arguments. This does not work for lyx_binary_dir values containing a space.