Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ew09.nas.nasa.gov!raible From: raible@ew09.nas.nasa.gov (Eric L. Raible) Newsgroups: gnu.emacs.bug Subject: indent-sexp infinite loop Message-ID: <8909122118.AA09285@ew09.nas.nasa.gov> Date: 12 Sep 89 21:18:38 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: raible@orville.nas.nasa.gov Distribution: gnu Organization: GNUs Not Usenet Lines: 11 In GNU Emacs 18.55.1 of Mon Aug 28 1989 on ew00 (silicon-graphics-unix) Calling scheme-indent-sexp or indent-sexp with the cursor on the first paren of the following expression causes an infinite loop. (;) This is the minimal case - the problem actually exists whenever the closing paren is part of a comment. Such a situation is possible in "real" code (I know - it happened to me).