Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!bionet!ames!uhccux!lawley From: lawley@cs.mu.OZ.AU (michael lawley) Newsgroups: gnu.emacs.bug Subject: bug in lisp-mode Message-ID: Date: 27 Aug 89 05:08:34 GMT Sender: news@uhccux.uhcc.hawaii.edu Reply-To: lawley@cs.mu.OZ.AU Distribution: gnu Organization: Computer Science Dept., University of Melbourne, Australia. Lines: 7 When a line contains ?; for the character ;, the indenting code (or is it parse-partial-sexp?) interprets the rest of the line as a comment. This, of course, stuffs up any following indentation. Also M-; grabs this ; instead of adding one in on the and of the line. mike