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, 17 Dec 2007 13:48:16 +0100 Message-ID: <47667010.40209@gmx.at> References: <874peijnu4.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1197895707 9787 80.91.229.12 (17 Dec 2007 12:48:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2007 12:48:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 17 13:48:38 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 1J4FOe-0001wp-G6 for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2007 13:48:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4FOK-0007ai-1W for ged-emacs-devel@m.gmane.org; Mon, 17 Dec 2007 07:48:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4FOF-0007Xm-TR for emacs-devel@gnu.org; Mon, 17 Dec 2007 07:48:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4FOD-0007VE-Vs for emacs-devel@gnu.org; Mon, 17 Dec 2007 07:48:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4FOD-0007V3-Ox for emacs-devel@gnu.org; Mon, 17 Dec 2007 07:48:09 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1J4FOC-0001er-Qg for emacs-devel@gnu.org; Mon, 17 Dec 2007 07:48:09 -0500 Original-Received: (qmail invoked by alias); 17 Dec 2007 12:48:05 -0000 Original-Received: from N735P018.adsl.highway.telekom.at (EHLO [62.47.35.210]) [62.47.35.210] by mail.gmx.net (mp006) with SMTP; 17 Dec 2007 13:48:05 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18mt9VZaAcmjzJDA1Oxy1Yu8nDw/iLKKHbzSBNRiE cXuAxVm/9MbMto User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <874peijnu4.fsf@catnip.gol.com> 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:85220 Archived-At: > Until the recent changes to the default TAB command, it used to be that > using a C-u prefix with TAB (in a programming language mode) would > indent the entire following form to reflect the change in indentation > (where the form selected was whatever the sexp commands would select -- > e.g. an entire brace-delimited code block). > > This was a very handy feature, but doesn't work anymore. This never worked for me. I had: With argument, indent any additional lines of the same expression rigidly along with this one. > [I don't know exactly _where_ this feature was implemented, but it > worked at least in lisp mode and the various C related modes.] If you ever find out where you got this code from please post the source here. I'd like to bind it to TAB TAB.