emacs-pretest-bug
[Top][All Lists]
Advanced

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

scan-lists sees comment delimiter inside string


From: martin rudalics
Subject: scan-lists sees comment delimiter inside string
Date: Wed, 08 Jun 2005 19:32:21 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

With parse-sexp-ignore-comments t and point in between "( in

(setq foo "(;)")

forward-sexp gets me

forward-sexp: Scan error: "Unbalanced parentheses".

Obviously, this is because scan-lists finds the semicolon and does not
check whether it's inside a string.  Could someone please add the
necessary conjunct?





reply via email to

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