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: C-i and tab problem persists in 21.2 Date: Mon, 09 Dec 2002 15:06:48 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3df4a38f@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 1039444055 28742 80.91.224.249 (9 Dec 2002 14:27:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Dec 2002 14:27:35 +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 18LOsg-0007TR-00 for ; Mon, 09 Dec 2002 15:27:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18LOcB-00030Y-04 for gnu-help-gnu-emacs@m.gmane.org; Mon, 09 Dec 2002 09:10:31 -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 1039442831 saturn.informatik.uni-ulm.de (9 Dec 2002 15:07:11 +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.arcor-online.net!news.belwue.de!news.uni-ulm.de Original-Xref: shelby.stanford.edu gnu.emacs.help:107887 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4434 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4434 Now I've installed Emacs 21.2 from a RH rpm (installation from tarball failed). Still Emacs can't distinguish C-i from tab: (progn (global-set-key [tab] (global-key-binding "\C-i")) (global-set-key "\C-i" 'ispell-word)) When I press C-h k C-i, Emacs tells "TAB runs the command lisp-indent-line". The above code with local-set-key does not work either. Also, I still haven't found out how to make the left mouse button act like the middle one in the speedbar (without changing buttons globally). Boris b0ris At gmx Dot de