From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Boris H." Newsgroups: gmane.emacs.help Subject: Re: C-i and tab Date: Thu, 31 Oct 2002 16:26:57 +0100 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3dc14bc1@news.uni-ulm.de> References: Reply-To: nosp@m.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1036078300 6359 80.91.224.249 (31 Oct 2002 15:31:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2002 15:31:40 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 187HIJ-0001eP-00 for ; Thu, 31 Oct 2002 16:31:39 +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 187HIc-000349-00; Thu, 31 Oct 2002 10:31:58 -0500 Original-Newsgroups: gnu.emacs.help Original-Lines: 17 User-Agent: KNode/0.7.1 Original-NNTP-Posting-Host: saturn.informatik.uni-ulm.de Original-X-Trace: news.uni-ulm.de 1036078017 saturn.informatik.uni-ulm.de (31 Oct 2002 16:26:57 +0100) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.tu-darmstadt.de!news.belwue.de!news.uni-ulm.de Original-Xref: shelby.stanford.edu gnu.emacs.help:106622 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3173 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3173 Eli Zaretskii wrote: > You could remap [tab] (the function key) to what C-i is mapped now, and > then remap C-i to something else. Note that this will not work on > character terminals where the TAB key produces C-i, so Emacs cannot > distinguish between them. I've just tried it, but it doesn't work: (global-set-key [(tab)] 'indent-for-tab-command) (global-set-key [(control i)] 'ispell) When I press C-h k C-i, Emacs tells me that TAB runs the command lisp-indent-line. Boris