From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: C-i and tab Date: Thu, 31 Oct 2002 16:20:30 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <3dc13113@news.uni-ulm.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1036074111 23148 80.91.224.249 (31 Oct 2002 14:21:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2002 14:21:51 +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 187GCi-000617-00 for ; Thu, 31 Oct 2002 15:21:48 +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 187GDU-0005Wf-00; Thu, 31 Oct 2002 09:22:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187GBw-0003mF-00 for help-gnu-emacs@gnu.org; Thu, 31 Oct 2002 09:21:00 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187GBN-0002zM-00 for help-gnu-emacs@gnu.org; Thu, 31 Oct 2002 09:20:56 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 187GBL-0002v7-00 for help-gnu-emacs@gnu.org; Thu, 31 Oct 2002 09:20:24 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id QAA25935 for ; Thu, 31 Oct 2002 16:20:30 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: <3dc13113@news.uni-ulm.de> 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:3168 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3168 On Thu, 31 Oct 2002, Boris H. wrote: > Emacs 21 reads C-i as Tab. How can I change this so I can remap C-i without > affecting tab? I tried all sorts of global-set-key and -unset-key without > luck. 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.