Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!axis.axis.fr!axis_d!loic From: axis_d!loic@axis.axis.fr Newsgroups: gnu.emacs.bug Subject: parse-sexp-ignore-comments Message-ID: <8904052002.AA04109@inria.inria.fr> Date: 5 Apr 89 20:02:29 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: Loic Dachary Distribution: gnu Organization: GNUs Not Usenet Lines: 22 In GNU Emacs 18.52.10 of Sun Feb 19 1989 on axis_d (usg-unix-v) Here is the failure : (setq parse-sexp-ignore-comments t) ;; default is nil Then try to backward-sexp at the end of this (a b) It says : Unbalanced parentheses forward-sexp works fine with this (a ;;; foobar) b) Thanks.