Re: Printing and Filenames

1999-02-10 Thread Jean-Marc Lasgouttes
> "Charles" == Charles P Wright <[EMAIL PROTECTED]> writes: Charles> Asger Alstrup Nielsen wrote: >> > Linux does support spaces in file names, and LyX output's >> postscript > with spaces in filenames. The lpr command tries to >> use _'s instead of > spaces which is the problem. >> >> I c

Re: Printing and Filenames

1999-02-10 Thread Tim Waugh
On Tue, 9 Feb 1999, Asger Alstrup Nielsen wrote: > > Linux does support spaces in file names, and LyX output's postscript > > with spaces in filenames. The lpr command tries to use _'s instead of > > spaces which is the problem. > > I can confirm that this is most probably a bug in LyX. > Someo

Re: Printing and Filenames

1999-02-10 Thread Charles P. Wright
Tim Waugh wrote: > > On Tue, 9 Feb 1999, Asger Alstrup Nielsen wrote: > > > > Linux does support spaces in file names, and LyX output's postscript > > > with spaces in filenames. The lpr command tries to use _'s instead of > > > spaces which is the problem. > > > > I can confirm that this is mo

Re: Printing and Filenames

1999-02-10 Thread Charles P. Wright
Asger Alstrup Nielsen wrote: > > > Linux does support spaces in file names, and LyX output's postscript > > with spaces in filenames. The lpr command tries to use _'s instead of > > spaces which is the problem. > > I can confirm that this is most probably a bug in LyX. > Someone with some time

Re: Printing and Filenames

1999-02-10 Thread Tim Waugh
On Tue, 9 Feb 1999, Charles P. Wright wrote: > As can I, it is that LyX will try printing "a_file" instead. Try making > a dummy document with a space and printing it. I just did; it worked. I started LyX, File->New, "space age", typed in "space age", and clicked on the save icon. "space age.

Re: Printing and Filenames

1999-02-09 Thread Asger Alstrup Nielsen
> Linux does support spaces in file names, and LyX output's postscript > with spaces in filenames. The lpr command tries to use _'s instead of > spaces which is the problem. I can confirm that this is most probably a bug in LyX. Someone with some time on their hands should have a look and check

Re: Printing and Filenames

1999-02-09 Thread Mate Wierdl
I think your problem may be that for UNIXes, a space in a file/directory name is a definite NO-NO. ? Try touch "to be or not to be" Mate

Re: Printing and Filenames

1999-02-09 Thread Charles P. Wright
Ralph Meyer wrote: > I think your problem may be that for UNIXes, a space in a file/directory > name is a definite NO-NO. The OS will only recognize the material before a > space and parse the material after it as another argument on a command > line. Quoting a filename with a space in it won't w