From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: perl-mode problem in C-x ; comment-set-column Date: Fri, 28 Sep 2007 15:03:55 -0400 Message-ID: References: <200709250312.l8P3Cc51002230@lwe127084.cse.tek.com> <200709262040.l8QKen6B032305@lwe127084.cse.tek.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1191006306 12002 80.91.229.12 (28 Sep 2007 19:05:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Sep 2007 19:05:06 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, warren.l.dodge@tektronix.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 28 21:05:02 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 1IbL8s-0008Ay-3Z for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 21:04:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbL8o-00065g-Hc for ged-emacs-devel@m.gmane.org; Fri, 28 Sep 2007 15:04:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbL8l-00063J-D2 for emacs-devel@gnu.org; Fri, 28 Sep 2007 15:04:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbL8j-00061n-T7 for emacs-devel@gnu.org; Fri, 28 Sep 2007 15:04:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbL8j-00061g-QP for emacs-devel@gnu.org; Fri, 28 Sep 2007 15:04:41 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IbL8j-0000Pa-GD for emacs-devel@gnu.org; Fri, 28 Sep 2007 15:04:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IbL7z-0003rv-Q7; Fri, 28 Sep 2007 15:03:55 -0400 In-reply-to: (message from Stefan Monnier on Thu, 27 Sep 2007 16:46:51 -0400) 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:80002 gmane.emacs.pretest.bugs:20025 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.