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: Mon, 04 Nov 2002 10:57:30 +0100 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3dc6448d@news.uni-ulm.de> References: <3dc14bc1@news.uni-ulm.de> 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 1036405190 12899 80.91.224.249 (4 Nov 2002 10:19:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2002 10:19:50 +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 188eKh-0003LQ-00 for ; Mon, 04 Nov 2002 11:19:47 +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 188eHL-00026n-00; Mon, 04 Nov 2002 05:16:19 -0500 Original-Newsgroups: gnu.emacs.help Original-Lines: 10 User-Agent: KNode/0.7.1 Original-NNTP-Posting-Host: saturn.informatik.uni-ulm.de Original-X-Trace: news.uni-ulm.de 1036403853 saturn.informatik.uni-ulm.de (4 Nov 2002 10:57:33 +0100) Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!news.belwue.de!news.uni-ulm.de Original-Xref: shelby.stanford.edu gnu.emacs.help:106719 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:3273 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3273 Eli Zaretskii wrote: > Try this: > > (define-key function-key-map [tab] 'indent-for-tab-command) It still does not work. Emacs keeps reading C-i as tab. Is there no way to change this? The same is true for C-m and ret.