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?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


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

Reply via email to