From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "CarlC" Newsgroups: gmane.emacs.help Subject: Re: Inconsistant Delete Key Date: Fri, 13 Sep 2002 20:09:02 GMT Organization: Road Runner - Texas Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <3d7c6002.2436493@news.demon.co.uk> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031948704 19417 127.0.0.1 (13 Sep 2002 20:25:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2002 20:25:04 +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 17pwzs-00052a-00 for ; Fri, 13 Sep 2002 22:25:01 +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 17pwsa-0003fp-00; Fri, 13 Sep 2002 16:17:28 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!hermes.visi.com!newsfeed.news2me.com!news-west.rr.com!cyclone.austin.rr.com!twister.austin.rr.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 43 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Original-NNTP-Posting-Host: 66.68.162.22 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.austin.rr.com 1031947742 66.68.162.22 (Fri, 13 Sep 2002 15:09:02 CDT) Original-NNTP-Posting-Date: Fri, 13 Sep 2002 15:09:02 CDT Original-Xref: nntp.stanford.edu gnu.emacs.help:104893 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:1448 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1448 "Kai Großjohann" wrote in message news:vafu1kv8d6n.fsf@lucy.cs.uni-dortmund.de... > "CarlC" writes: > > > Here is the describe key output from my to edit sessions: > > > > --------------------------------------------- > > GOOD: > > DEL runs the command delete-char > > -------------------------------------------------------- > > BAD: > > DEL runs the command backward-delete-char-untabify > > I think that you have a statement that binds DEL to delete-char in > your ~/.emacs file. Don't do that. I have [delete] bound to delete-char. I don't have any references to DEL. > > You should arrange that Emacs sees when you hit the delete > key and DEL when you hit the backspace key. DEL is ascii 127. I _believe_ that my "delete" key sends 127 and my "backspace" key send ^H. > > I have configured xterm to send ESC [ 3 ~ when I hit and > then I have told Emacs that this is . xterm sends DEL (ascii > 127, ^?) when I hit . > > Which kind of terminal do you use? I am running a win terminal emulator for sco ansi. My TERM is set to scoansi. > > kai > -- > ~/.signature is: umop 3p!sdn (Frank Nobis) Thanks.