From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: john.nospam@nospamassen.nospamdemon.co.uk (John McCabe) Newsgroups: gmane.emacs.help Subject: Re: Inconsistant Delete Key Date: Tue, 10 Sep 2002 08:32:27 GMT Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3d7dade0.1447291@news.demon.co.uk> References: <3d7c6002.2436493@news.demon.co.uk> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031646965 11772 127.0.0.1 (10 Sep 2002 08:36:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Sep 2002 08:36:05 +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 17ogV9-00033j-00 for ; Tue, 10 Sep 2002 10:36:04 +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 17ogVE-0002gO-00; Tue, 10 Sep 2002 04:36:08 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: pipehawk.demon.co.uk Original-X-Trace: news.demon.co.uk 1031646540 2768 158.152.226.81 (10 Sep 2002 08:29:00 GMT) Original-X-Complaints-To: abuse@demon.net Original-NNTP-Posting-Date: Tue, 10 Sep 2002 08:29:00 +0000 (UTC) X-Newsreader: Forte Free Agent 1.21/32.243 Original-Xref: nntp.stanford.edu gnu.emacs.help:104656 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:1212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1212 On Mon, 09 Sep 2002 13:49:13 GMT, "CarlC" wrote: >John, your question sparked me to do some more testing. The filename does >make a difference on my delete key. If I "emacs trash", the key works like I >want it to. If I "cp trash trash.el; emacs trash.el", it does not. > >I guess my question should be: How do I make the delete key consistant in >all modes for 20.7.1? Thanks for your help. > >"John McCabe" wrote in message >news:3d7c6002.2436493@news.demon.co.uk... >> On Fri, 06 Sep 2002 15:32:31 GMT, "CarlC" wrote: >> >> >This seems to be dependent on the file that I initial open from the >> >command line. >> >> In what way? In other words, are there particular types of file that >> cause the behaviour to be different? Try this: (global-set-key [delete] "\C-d") I've just noticed that's what I use, and I seem to recall that the reason I changed this from 'delete-char was due to a similar issue to what you describe.