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: Want to rebind C-i Date: Tue, 15 Oct 2002 15:20:07 +0200 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3daac4d7@news.uni-ulm.de> References: <3daab306@news.uni-ulm.de> Reply-To: nosp@m.de NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: main.gmane.org 1034602004 15144 127.0.0.1 (14 Oct 2002 13:26:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Oct 2002 13:26:44 +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 1815F5-0003w1-00 for ; Mon, 14 Oct 2002 15:26:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1815Ee-0003D2-00; Mon, 14 Oct 2002 09:26:16 -0400 Original-Newsgroups: gnu.emacs.help Original-Lines: 18 User-Agent: KNode/0.7.1 Original-NNTP-Posting-Host: saturn.informatik.uni-ulm.de Original-X-Trace: news.uni-ulm.de 1034601687 saturn.informatik.uni-ulm.de (14 Oct 2002 15:21:27 +0200) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!194.25.134.62!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!news.uni-ulm.de Original-Xref: shelby.stanford.edu gnu.emacs.help:106033 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:2580 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2580 Edric M Ellis wrote: > I think you need to make a keymap for TAB, like this: > > (global-unset-key [tab]) > (setq tab-keymap (make-sparse-keymap)) > (define-key global-map [tab] tab-keymap) > (define-key tab-keymap (kbd "i") 'ispell) Hi Edric, I've just tried this and got an error message. What does the above code do? Is there a way to just remove the binding of C-i to TAB? Regards, Boris