From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tyler Newsgroups: gmane.emacs.help Subject: Re: keybindings for c-i and tab Date: Thu, 16 Nov 2006 14:03:57 GMT Organization: Business Internet Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163688050 13374 80.91.229.2 (16 Nov 2006 14:40:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Nov 2006 14:40:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 16 15:40:47 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GkiPi-0007xA-AY for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Nov 2006 15:40:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GkiPh-0003nP-DW for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Nov 2006 09:40:25 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!newshub.sdsu.edu!msrtrans!News.Dal.Ca!ursa-nb00s0.nbnet.nb.ca!53ab2750!not-for-mail User-Agent: Icedove 1.5.0.7 (X11/20061013) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 18 Original-NNTP-Posting-Host: 142.177.142.129 Original-X-Complaints-To: abuse@aliant.net Original-X-Trace: ursa-nb00s0.nbnet.nb.ca 1163685837 142.177.142.129 (Thu, 16 Nov 2006 10:03:57 AST) Original-NNTP-Posting-Date: Thu, 16 Nov 2006 10:03:57 AST Original-Xref: shelby.stanford.edu gnu.emacs.help:143136 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38753 Archived-At: Juanma Barranquero wrote: > You can > > (define-key function-key-map [tab] nil) > > But then, many functions bound to C-I (like completion, or automatic > indentation) won't work with the tab key. You'll have to type C-I. Not > very pretty. > That's not good. I use tab for completion and auto-fill, or at least I did until I discovered it conflicted with my intended use of C-i. So am I correct in assuming that I can't bind anything to C-i without also binding it to tab, unless I elect to turn off tab entirely with your solution? Thanks for the quick response, Tyler