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: Tue, 10 Sep 2002 21:43:39 GMT Organization: Road Runner - Texas Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <3d7c6002.2436493@news.demon.co.uk> <3d7dade0.1447291@news.demon.co.uk> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031694967 2352 127.0.0.1 (10 Sep 2002 21:56:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Sep 2002 21:56:07 +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 17oszO-0000bm-00 for ; Tue, 10 Sep 2002 23:56:06 +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 17oszT-0008Ry-00; Tue, 10 Sep 2002 17:56:11 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!newsfeed1.easynews.com!easynews.com!easynews!nntp2.aus1.giganews.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!cyclone.austin.rr.com!twister.austin.rr.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 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 1031694219 66.68.162.22 (Tue, 10 Sep 2002 16:43:39 CDT) Original-NNTP-Posting-Date: Tue, 10 Sep 2002 16:43:39 CDT Original-Xref: nntp.stanford.edu gnu.emacs.help:104709 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:1265 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1265 > >> > >> In what way? In other words, are there particular types of file that > >> cause the behaviour to be different? Here are results from identical files with different extensions: Filename Worked? --------- ---------- trash Yes trash.el No trash.c No trash.txt Yes trash.fd Yes Does the mode work entirely off of the extension or does it also check content? Thanks. > > Try this: > > (global-set-key [delete] "\C-d") > This didn't seem to have any affect.