From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.help Subject: Re: Emacs reads both DEL and Backspace as DEL Date: Fri, 24 Jan 2003 13:38:01 +0100 Organization: University of Duisburg, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <84znpqlo46.fsf@lucy.is.informatik.uni-duisburg.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043412123 28811 80.91.224.249 (24 Jan 2003 12:42:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 24 Jan 2003 12:42:03 +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 18c39l-0007U9-00 for ; Fri, 24 Jan 2003 13:42:01 +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 18c38n-00079k-05 for gnu-help-gnu-emacs@m.gmane.org; Fri, 24 Jan 2003 07:41:01 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!freenix!fr.usenet-edu.net!usenet-edu.net!fu-berlin.de!uni-berlin.de!pd951faa5.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: pd951faa5.dip.t-dialin.net (217.81.250.165) Original-X-Trace: fu-berlin.de 1043411944 29476765 217.81.250.165 (16 [73968]) User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:YB838bHrws1PBWzX+i/TGdEIVaA= Original-Xref: shelby.stanford.edu gnu.emacs.help:109405 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:5926 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5926 "Ivan A. Uemlianin" writes: > One change I wanted was to have the ' delete-backward-char and 'Delete' (DEL) as delete-char. However, my > emacs reads both of these keys as DEL (detectable with M-x > describe-key). Are you running under a window system? Under a window system, C-h c and C-h l probably say different things about the keys. You need to hit C-h c first, then the key, but for C-h l you have to hit the key first, then C-h l. Maybe (global-set-key (kbd "") 'delete-char) works. -- Ambibibentists unite!