From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: C-u prefix behavior of TAB broken Date: Sat, 22 Dec 2007 19:51:27 -0500 Message-ID: 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198371111 30111 80.91.229.12 (23 Dec 2007 00:51:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Dec 2007 00:51:51 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, Miles Bader To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 23 01:52:03 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 1J6F4U-00014n-V1 for ged-emacs-devel@m.gmane.org; Sun, 23 Dec 2007 01:52:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J6F4A-000555-S6 for ged-emacs-devel@m.gmane.org; Sat, 22 Dec 2007 19:51:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J6F46-00054Y-RH for emacs-devel@gnu.org; Sat, 22 Dec 2007 19:51:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J6F45-000544-2R for emacs-devel@gnu.org; Sat, 22 Dec 2007 19:51:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J6F44-000541-Qt for emacs-devel@gnu.org; Sat, 22 Dec 2007 19:51:36 -0500 Original-Received: from zue-tix-bbcs-dynip-162-001.vtx.ch ([83.228.162.1] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J6F3x-0002wo-NM; Sat, 22 Dec 2007 19:51:29 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id DA0A9B40F3; Sat, 22 Dec 2007 19:51:27 -0500 (EST) In-Reply-To: <476CD8CF.4060108@gmx.at> (martin rudalics's message of "Sat, 22 Dec 2007 10:28:47 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) 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:85392 Archived-At: > FWIW all indent-line-functions with the exception of `lisp-indent-line' > either don't have arguments or, like `c-indent-line', `f90-indent-line', > and `(c)perl-indent-line' expect completely different arguments here. > Hence a generic solution seems hardly practicable. I don't see the relation: these modes do not use indent-for-tab-command and bind TAB to something else instead (except for perl-mode, maybe, but we can change this one). Stefan