From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: perl-mode problem in C-x ; comment-set-column Date: Fri, 28 Sep 2007 16:20:29 -0400 Message-ID: References: <200709250312.l8P3Cc51002230@lwe127084.cse.tek.com> <200709262040.l8QKen6B032305@lwe127084.cse.tek.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191010856 26923 80.91.229.12 (28 Sep 2007 20:20:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Sep 2007 20:20:56 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, warren.l.dodge@tektronix.com To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 28 22:20:52 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 1IbMKJ-00034K-P7 for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 22:20:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbMKG-0001cL-0v for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 16:20:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbMKC-0001cG-DF for emacs-devel@gnu.org; Fri, 28 Sep 2007 16:20:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbMK9-0001c4-Qt for emacs-devel@gnu.org; Fri, 28 Sep 2007 16:20:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbMK9-0001c1-LQ for emacs-devel@gnu.org; Fri, 28 Sep 2007 16:20:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IbMK9-0000ox-EX for emacs-devel@gnu.org; Fri, 28 Sep 2007 16:20:33 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IbMJP-0007n8-SP for emacs-pretest-bug@gnu.org; Fri, 28 Sep 2007 16:19:47 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IbMK6-0000od-MD for emacs-pretest-bug@gnu.org; Fri, 28 Sep 2007 16:20:33 -0400 Original-Received: from tomts25.bellnexxia.net ([209.226.175.188] helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IbMK6-0000oX-Bg; Fri, 28 Sep 2007 16:20:30 -0400 Original-Received: from pastel.home ([74.12.208.240]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070928202029.CYYX19497.tomts25-srv.bellnexxia.net@pastel.home>; Fri, 28 Sep 2007 16:20:29 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 5BD3B7F80; Fri, 28 Sep 2007 16:20:28 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Fri\, 28 Sep 2007 15\:03\:55 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80009 gmane.emacs.pretest.bugs:20026 Archived-At: > This has been fixed on the trunk where M-; still looks at subsequent > lines to try and make sure blocks of comments can be aligned, but > where M-; doesn't actually align with subsequent lines, only with the > previous line. > Maybe this change should be backported to the 22 branch? > That depends on how simple it is and how sure you are it is right. I've backported it. I'm pretty sure it is an improvement and it is not a major change (although it does move code around because the function was getting too large). Stefan