From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: JD Smith Newsgroups: gmane.emacs.devel Subject: Prefix Argument to indent-line-function Date: 02 Nov 2002 16:43:31 -0700 Sender: emacs-devel-admin@gnu.org Message-ID: <1036280611.10181.17.camel@slider> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1036281743 17933 80.91.224.249 (3 Nov 2002 00:02:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 3 Nov 2002 00:02:23 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1888Dd-0004f7-00 for ; Sun, 03 Nov 2002 01:02:21 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1888KQ-0003Iv-00 for ; Sun, 03 Nov 2002 01:09:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1888Db-0005In-00; Sat, 02 Nov 2002 19:02:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1887xW-0001gE-00 for emacs-devel@gnu.org; Sat, 02 Nov 2002 18:45:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1887xU-0001g3-00 for emacs-devel@gnu.org; Sat, 02 Nov 2002 18:45:41 -0500 Original-Received: from pcp01310099pcs.sabrna01.az.comcast.net ([68.63.194.204] helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.10) id 1887w4-0001LE-00 for emacs-devel@gnu.org; Sat, 02 Nov 2002 18:44:12 -0500 Original-Received: (from jdsmith@localhost) by localhost.localdomain (8.11.6/8.11.6) id gA2NhVJ11531; Sat, 2 Nov 2002 16:43:31 -0700 X-Authentication-Warning: localhost.localdomain: jdsmith set sender to jdsmith@as.arizona.edu using -f Original-To: emacs-devel@gnu.org X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9074 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9074 Re: indent-for-tab-command, in indent.el Prior versions of emacs passed any prefix argument to [Tab] through `indent-for-tab-command' to `indent-line-function'. Now, in Emacs 21.x, that prefix argument is trapped and not passed. The variable `current-prefix-arg' does me no good, since the line-function is called recursively. Any suggestions for a workaround to get [C-u TAB] to behave like before? Thanks, JD