From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: C-u prefix behavior of TAB broken Date: Fri, 21 Dec 2007 14:49:01 -0500 Message-ID: References: <874peijnu4.fsf@catnip.gol.com> <47667010.40209@gmx.at> <87tzmhs8g8.fsf@catnip.gol.com> <4766C7F7.5060504@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1198266563 13974 80.91.229.12 (21 Dec 2007 19:49:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 19:49:23 +0000 (UTC) Cc: rudalics@gmx.at, miles@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 21 20:49:34 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 1J5ns9-000687-Kx for ged-emacs-devel@m.gmane.org; Fri, 21 Dec 2007 20:49:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5nrp-0006PE-JH for ged-emacs-devel@m.gmane.org; Fri, 21 Dec 2007 14:49:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5nrk-0006MR-EC for emacs-devel@gnu.org; Fri, 21 Dec 2007 14:49:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5nrj-0006Jl-9u for emacs-devel@gnu.org; Fri, 21 Dec 2007 14:49:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5nri-0006JY-TW for emacs-devel@gnu.org; Fri, 21 Dec 2007 14:49:02 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5nri-00040b-Hu for emacs-devel@gnu.org; Fri, 21 Dec 2007 14:49:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J5nrh-0006gI-T8; Fri, 21 Dec 2007 14:49:01 -0500 In-reply-to: (message from Stefan Monnier on Thu, 20 Dec 2007 19:20:28 -0500) X-detected-kernel: by monty-python.gnu.org: 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:85356 Archived-At: This said, IMNSHO the feature we're talking about shouldn't be implement in lisp-mode and c-mode but directly generically in indent-for-tab-command. If that works, by all means do it.