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: Ralf Angeli
Subject: Re: [Nicolas Dudebout] Re: [Bug-AUCTeX] 11.84; Filename containing spaces in Mac OS X
Date: Wed, 08 Aug 2007 07:17:23 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

* David Kastrup (2007-08-08) writes:

> 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?

It's more robust.  But probably we don't have to worry about marks not
being present at both ends.

-- 
Ralf




reply via email to

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