auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] Re: An idea about a change:


From: David Kastrup
Subject: Re: [AUCTeX-devel] Re: An idea about a change:
Date: Mon, 07 Aug 2006 20:40:35 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Ralf Angeli <address@hidden> writes:

> * David Kastrup (2006-08-07) writes:
>
>> Rats.  I still might be able to come up with something usable, but it
>> would be much more complicated, and it would work with spaces in file
>> names only when not using TeX-DVI-via-PDFTeX.
>
> Simply adding quotation marks around the file name for the \input
> macro as suggested by Frank is not feasible?

Windows shells have their ways with quotes, Unix shells another one.

"\input{whatever.tex}"

goes through on either.  But I believe that Windows would require

"\input{"whatever.tex"}"

while Unix would require

"\input{\"whatever.tex\"}"

In short, we'd be out of the common denominator (and we can't just
decide based on OS since some people use bash under Windows, anyway).
Anybody with cmd.exe who wants to try this out?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]