From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Rogers Newsgroups: gmane.emacs.devel Subject: Re: Multiple bugs in lisp-mode M-q on paragraphs within #|..|# comments Date: Fri, 30 Mar 2007 20:42:22 -0400 Message-ID: <17933.44654.85795.418636@rgrjr.dyndns.org> References: <17925.31957.782297.513252@rgrjr.dyndns.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1175301765 18068 80.91.229.12 (31 Mar 2007 00:42:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Mar 2007 00:42:45 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 31 02:42:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HXRfz-0002cB-82 for ged-emacs-devel@m.gmane.org; Sat, 31 Mar 2007 02:42:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXRij-0004jH-DT for ged-emacs-devel@m.gmane.org; Fri, 30 Mar 2007 19:45:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HXRiW-0004KC-C9 for emacs-devel@gnu.org; Fri, 30 Mar 2007 20:45:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HXRiU-0004Dx-DA for emacs-devel@gnu.org; Fri, 30 Mar 2007 20:45:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXRiT-0004DX-Sk for emacs-devel@gnu.org; Fri, 30 Mar 2007 19:45:13 -0500 Original-Received: from c-24-34-111-252.hsd1.ma.comcast.net ([24.34.111.252] helo=rgrjr.dyndns.org) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HXRfi-0007iT-Uq for emacs-devel@gnu.org; Fri, 30 Mar 2007 20:42:23 -0400 Original-Received: (qmail 7856 invoked by uid 500); 31 Mar 2007 00:42:22 -0000 In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.96.1 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68804 Archived-At: From: Stefan Monnier Date: Tue, 27 Mar 2007 22:57:15 -0400 > I found three such bugs. To reproduce: Does the patch below help? Stefan Yest; it fixes all the major symptoms. The only thing that is still not quite right is that filling the paragraph numbered 4 doesn't seem to obey fill-column. If I do "C-h v fill-column RET" in the lisp-mode buffer in "emacs -Q", it tells me that the value is 70, but what I get after filling is this: 4. Invoke (recompile-everything) so that *functions-compiled* and *functions-called* reflect the runtime. Without the quoting indentation, the first line is 65 characters long. What I expect is this: 4. Invoke (recompile-everything) so that *functions-compiled* and *functions-called* reflect the runtime. where the first line is 69 chars long. This may be a separate issue, since I get the same behavior for paragraphs inside quoted strings, with and without your patch. However, emacs 21.3 does it the way I expect, both in quoted strings and in #|...|# comments. Thanks for fixing this (and sorry for not responding sooner), -- Bob