From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: C-u prefix behavior of TAB broken Date: Mon, 24 Dec 2007 23:33:39 +0100 Message-ID: <477033C3.2020002@gmx.at> References: <874peijnu4.fsf@catnip.gol.com> <47667010.40209@gmx.at> <87tzmhs8g8.fsf@catnip.gol.com> <4766C7F7.5060504@gmx.at> <87fxxvbnbv.fsf@catnip.gol.com> <476CD8CF.4060108@gmx.at> <476D8AEC.4050604@gmx.at> <476ED6A5.30707@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198535645 15241 80.91.229.12 (24 Dec 2007 22:34:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Dec 2007 22:34:05 +0000 (UTC) Cc: miles@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 24 23:34:18 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 1J6vsH-0000ic-2u for ged-emacs-devel@m.gmane.org; Mon, 24 Dec 2007 23:34:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J6vrw-0001ft-Mc for ged-emacs-devel@m.gmane.org; Mon, 24 Dec 2007 17:33:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J6vrj-0001YT-Ea for emacs-devel@gnu.org; Mon, 24 Dec 2007 17:33:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J6vrh-0001XS-9f for emacs-devel@gnu.org; Mon, 24 Dec 2007 17:33:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J6vrg-0001XF-QM for emacs-devel@gnu.org; Mon, 24 Dec 2007 17:33:40 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J6vrg-00053M-NN for emacs-devel@gnu.org; Mon, 24 Dec 2007 17:33:41 -0500 Original-Received: (qmail invoked by alias); 24 Dec 2007 22:33:39 -0000 Original-Received: from N955P020.adsl.highway.telekom.at (EHLO [62.47.63.84]) [62.47.63.84] by mail.gmx.net (mp007) with SMTP; 24 Dec 2007 23:33:39 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+Sqd1lvvSSVeD9mmIW1aRY4qgceZEH9KpEPIz53U /smUseH8UJg49M User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:85435 Archived-At: > It works correctly in the EMACS_22_BASE sources, but it is broken > in the trunk. Because TAB is bound to `c-indent-command' in Emacs 22. But Miles was complaining about the _behavior in the trunk_. FWIW, the following change broke that: 2007-09-24 Dan Nicolaescu * progmodes/cc-mode.el (c-mode-base-map): Use c-indent-line-or-region instead of c-indent-line. I think that change should be reverted. We can always implement the region-indenting behavior in `c-indent-command'.