From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sam Sirlin Newsgroups: gmane.emacs.bugs Subject: infinite loop in tcl for ESC q fill-paragraph Date: 31 May 2002 09:27:33 -0700 Organization: Jet Propulsion Laboratory, Pasadena, CA Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <6sadqge0zu.fsf_-_@kalessin.jpl.nasa.gov> References: <1022745113.5366.17.camel@momo> <200205310706.g4V761b14723@aztec.santafe.edu> <1022830726.5281.25.camel@momo> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022862596 15278 127.0.0.1 (31 May 2002 16:29:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 31 May 2002 16:29:56 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17DpHo-0003yI-00 for ; Fri, 31 May 2002 18:29:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17DpIa-0005YF-00; Fri, 31 May 2002 12:30:44 -0400 Original-Received: from nntp1.jpl.nasa.gov ([137.78.50.25]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17DpFX-0005D1-00 for ; Fri, 31 May 2002 12:27:35 -0400 Original-Received: (from news@localhost) by nntp1.jpl.nasa.gov (8.9.3/8.9.3) id JAA04362 for gnu-emacs-bug@prep.ai.mit.edu; Fri, 31 May 2002 09:27:33 -0700 (PDT) Original-To: gnu-emacs-bug@prep.ai.mit.edu Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 13 Original-NNTP-Posting-Host: kalessin.jpl.nasa.gov Original-X-Trace: nntp1.jpl.nasa.gov 1022862453 3850 128.149.29.97 (31 May 2002 16:27:33 GMT) Original-X-Complaints-To: news@newsfeed.jpl.nasa.gov Original-NNTP-Posting-Date: 31 May 2002 16:27:33 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:17265927 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1726 Given a very simple tcl file # here is comment line 1 # here is comment line 2 Then move the cursor into the comment and hit M-q (ESC q) to see it reformat the comment. Emacs 21.2 (-q) apparently gets into an infinite loop. 20 does not. -- Sam Sirlin Email: sam@kalessin.jpl.nasa.gov