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

> Ralf Angeli <[EMAIL PROTECTED]> 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


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to