bug-auctex
[Top][All Lists]
Advanced

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

Re: [Nicolas Dudebout] Re: [Bug-AUCTeX] 11.84; Filename containing space


From: David Kastrup
Subject: Re: [Nicolas Dudebout] Re: [Bug-AUCTeX] 11.84; Filename containing spaces in Mac OS X
Date: Wed, 08 Aug 2007 00:24:04 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Ralf Angeli <address@hidden> writes:

> Such regexps are rather incomprehensible (at least for me).  How about
> shaving off unwanted quotation marks once we have the string with
> something like
>
> (while (string-match "\\`\"\\(.*\\)\\'" output-file)
>   (setq output-file (match-string 1 output-file)))
>
> and analogous code for trailing quotation marks?

Why would we ever bother shaving off leading and trailing marks
separately?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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