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.
> Someone with some time on their hands should have a look and check that the
> appropriate filenames are "SpaceLess"ed correctly all over.
Well, is this a problem with LyX or with whichever version of lpr uses the
underscores? (Which lpr is that, by the way? Certainly not LPRng.)
I can do this:
$ echo a > "a file"
$ lpr "a file"
and it does exactly what it is supposed to do.
Tim.
*/