From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#3370: 23.0.94; `comment-region' indents comment chars inappropriately Date: Sun, 24 May 2009 19:31:46 -0400 Message-ID: <87prdynkm5.fsf@cyd.mit.edu> Reply-To: Chong Yidong , 3370@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243209024 2042 80.91.229.12 (24 May 2009 23:50:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 May 2009 23:50:24 +0000 (UTC) Cc: 3370@emacsbugs.donarmstrong.com To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon May 25 01:50:17 2009 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M8NSJ-0005yJ-Qi for geb-bug-gnu-emacs@m.gmane.org; Mon, 25 May 2009 01:50:16 +0200 Original-Received: from localhost ([127.0.0.1]:40295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8NSJ-0007Bi-DH for geb-bug-gnu-emacs@m.gmane.org; Sun, 24 May 2009 19:50:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8NRT-0006H0-SJ for bug-gnu-emacs@gnu.org; Sun, 24 May 2009 19:49:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8NRN-0006Ep-2p for bug-gnu-emacs@gnu.org; Sun, 24 May 2009 19:49:21 -0400 Original-Received: from [199.232.76.173] (port=37307 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8NRM-0006EW-F5 for bug-gnu-emacs@gnu.org; Sun, 24 May 2009 19:49:16 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:43453) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M8NRL-0006lT-9D for bug-gnu-emacs@gnu.org; Sun, 24 May 2009 19:49:15 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4ONnBlG023557; Sun, 24 May 2009 16:49:12 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.14.3/8.14.3/Submit) id n4ONe7fl022033; Sun, 24 May 2009 16:40:07 -0700 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 24 May 2009 23:40:07 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 3370 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 3370-submit@emacsbugs.donarmstrong.com id=B3370.124320788920847 (code B ref 3370); Sun, 24 May 2009 23:40:07 +0000 Original-Received: (at 3370) by emacsbugs.donarmstrong.com; 24 May 2009 23:31:29 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4ONVPsG020830 for <3370@emacsbugs.donarmstrong.com>; Sun, 24 May 2009 16:31:26 -0700 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 9B55357E263; Sun, 24 May 2009 19:31:46 -0400 (EDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Sun, 24 May 2009 19:49:21 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:28119 Archived-At: > In buffer *scratch*, type this: SPC SPC ` a b c d e f ' RET > > Select the line, including the newline at its end: `M-< C-SPC C-n'. > M-x comment-region > > In Emacs 23, this is the result: > > ;; `abcdef' > > In all previous versions of Emacs, the comment chars are inserted at > the start of the line - they are not indented two spaces Wrong. The behavior is identical in Emacs 22.