Re: Question regarding blank in file path

2006-03-30 Thread Georg Baum
Am Donnerstag, 30. März 2006 21:09 schrieb Bo Peng: > > > > Which version of tetex do you have? tetex 3 should be able to handle that. > > > % latex > This is TeX, Version 3.14159 (Web2C 7.4.5) > > % rpm -qa | grep tetex > tetex-fonts-2.0.2-22.EL4.7 > tetex-2.0.2-22.EL4.7 > tetex-afm-2.0.2-22.E

Re: Question regarding blank in file path

2006-03-30 Thread Bo Peng
> > Which version of tetex do you have? tetex 3 should be able to handle that. % latex This is TeX, Version 3.14159 (Web2C 7.4.5) % rpm -qa | grep tetex tetex-fonts-2.0.2-22.EL4.7 tetex-2.0.2-22.EL4.7 tetex-afm-2.0.2-22.EL4.7 tetex-dvips-2.0.2-22.EL4.7 tetex-xdvi-2.0.2-22.EL4.7 tetex-latex-2.0.2

Re: Question regarding blank in file path

2006-03-30 Thread Georg Baum
Am Mittwoch, 29. März 2006 22:45 schrieb Bo Peng: > > OK, that means that the test is still necessary. But I don't understand > > why it works on windows. Now I do: tex_allows_spaces is probably set in your windows installation of LyX, and it is not in your Linux installation. > On windows, I g

Re: Question regarding blank in file path

2006-03-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Mittwoch, 29. März 2006 22:04 schrieb Bo Peng: >> The with blank still causes trouble. (Again, on windows, things >> work with blank.) Georg> OK, that means that the test is still necessary. But I don't Georg> understand why it wor

Re: Question regarding blank in file path

2006-03-29 Thread Bo Peng
> OK, that means that the test is still necessary. But I don't understand > why it works on windows. On windows, I get \batchmode \makeatletter [EMAIL PROTECTED]"c:/Documents and Settings/bpeng/My Documents/\string"/}} \makeatother \documentclass[english]{article} \usepackage[T1]{fontenc} \usepac

Re: Question regarding blank in file path

2006-03-29 Thread Georg Baum
Am Mittwoch, 29. März 2006 22:04 schrieb Bo Peng: > The with blank still causes trouble. (Again, on windows, things work > with blank.) OK, that means that the test is still necessary. But I don't understand why it works on windows. Georg

Re: Question regarding blank in file path

2006-03-29 Thread Bo Peng
> The logic is indeed not correct anymore. This check should only be > performed on the filename, not on the whole path. > Can you send a patch? If I change the test to test only filename, a test file generated /tmp/lyx_tmpdir8457WyeMeO/lyx_tmpbuf0/newfile1.tex like follows \batchmode \makeatlett

Re: Question regarding blank in file path

2006-03-29 Thread Georg Baum
Am Mittwoch, 29. März 2006 18:11 schrieb Bo Peng: > Dear developers, > > I remember that under windows, I can open and compile a lyx file > resides in a path with space. Really? Then lyxwin must be patched. > I am trying this under Linux and get the > following error: (code cited, exorter.C) >

Question regarding blank in file path

2006-03-29 Thread Bo Peng
Dear developers, I remember that under windows, I can open and compile a lyx file resides in a path with space. I am trying this under Linux and get the following error: (code cited, exorter.C) } else if (!lyxrc.tex_allows_spaces && contains(buffer->filePath(), ' ')) {