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: Sun, 23 Dec 2007 16:11:53 -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> <476D8AEC.4050604@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 1198444339 7736 80.91.229.12 (23 Dec 2007 21:12:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Dec 2007 21:12:19 +0000 (UTC) Cc: miles@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 23 22:12:30 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 1J6Y7a-0005cJ-FG for ged-emacs-devel@m.gmane.org; Sun, 23 Dec 2007 22:12:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J6Y7G-00075w-2X for ged-emacs-devel@m.gmane.org; Sun, 23 Dec 2007 16:12:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J6Y71-0006v7-UW for emacs-devel@gnu.org; Sun, 23 Dec 2007 16:11:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J6Y70-0006tg-Mi for emacs-devel@gnu.org; Sun, 23 Dec 2007 16:11:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J6Y70-0006tW-Fo for emacs-devel@gnu.org; Sun, 23 Dec 2007 16:11:54 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J6Y70-0007D7-5N for emacs-devel@gnu.org; Sun, 23 Dec 2007 16:11:54 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J6Y6z-0002vr-LE; Sun, 23 Dec 2007 16:11:53 -0500 In-reply-to: <476D8AEC.4050604@gmx.at> (message from martin rudalics on Sat, 22 Dec 2007 23:08:44 +0100) 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:85415 Archived-At: I meant that (defun lisp-indent-line (&optional whole-exp) takes one optional argument `whole-exp' that implements the feature. (defun c-indent-line (&optional syntax quiet ignore-point-pos) takes three completely unrelated arguments and won't implement the feature. Nonetheless, C-u TAB seems to work correctly in C mode. Whatever differences there may be in the structure of the code in C mode, this feature works, and it should continue to work.