From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: tcl mode: endless loop in tcl-do-fill-paragraph Date: Fri, 12 Apr 2002 13:17:00 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200204111906.g3BJ6k1115962@jupiter.akutech-local.de> <87662xopk9.fsf@creche.redhat.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018631906 17306 127.0.0.1 (12 Apr 2002 17:18:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 12 Apr 2002 17:18:26 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16w4gs-0004V1-00 for ; Fri, 12 Apr 2002 19:18:26 +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 16w4gr-0004WA-00; Fri, 12 Apr 2002 13:18:25 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16w4fU-0004TK-00; Fri, 12 Apr 2002 13:17:00 -0400 Original-To: tromey@redhat.com In-Reply-To: <87662xopk9.fsf@creche.redhat.com> (message from Tom Tromey on 11 Apr 2002 16:09:26 -0600) 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:610 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:610 > From: Tom Tromey > Newsgroups: gnu.emacs.bug > Date: 11 Apr 2002 16:09:26 -0600 > > >>>>> "Ralf" == Ralf Fassel writes: > > Ralf> In TCL mode, calling `fill-paragraph' in the first line of the > Ralf> buffer runs into endless loop when the first line is a comment. > > I wrote a patch for this a couple months ago, and RMS checked it in. Thanks for mentioning that, I now checked in that patch into the branch version as well.