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?



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

Reply via email to