From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23282 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE Newsgroups: gmane.emacs.gnus.general Subject: Re: B [backspace] should act like B [delete]? Date: 14 Jun 1999 18:03:39 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161044 1155 80.91.224.250 (21 Oct 2002 00:44:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:44:04 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA19383 for ; Mon, 14 Jun 1999 12:05:25 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB28236; Mon, 14 Jun 1999 11:05:05 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 14 Jun 1999 11:05:34 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA09882 for ; Mon, 14 Jun 1999 11:05:19 -0500 (CDT) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA19336 for ; Mon, 14 Jun 1999 12:04:19 -0400 (EDT) Original-Received: from petty.cs.uni-dortmund.de (petty.cs.uni-dortmund.de [129.217.20.161]) by waldorf.cs.uni-dortmund.de with SMTP id SAA26618 for ; Mon, 14 Jun 1999 18:03:41 +0200 (MES) Original-Received: (grossjoh@localhost) by petty.cs.uni-dortmund.de id SAA09022; Mon, 14 Jun 1999 18:03:40 +0200 Original-To: ding@gnus.org In-Reply-To: Karl Kleinpaste's message of "14 Jun 1999 11:27:57 -0400" Original-Lines: 21 User-Agent: Gnus/5.070086 (Pterodactyl Gnus v0.86) Emacs/20.3.10 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23282 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23282 Karl Kleinpaste writes: > "\177" gnus-summary-delete-article > [delete] gnus-summary-delete-article > + [backspace] gnus-summary-delete-article Normally, and both generate DEL, and DEL (\177) is bound. Binding or overrides that generation of DEL. In my .emacs, I have (global-set-key (kbd "") ...), but _no_ line for (kbd ""). I think you should let at least one key to generate DEL -- many useful bindings exist for DEL in many modes. All of the above applies to Emacs, dunno about XEmacs. But I think DEL is also used there. kai -- Abort this operation? [OK] [Cancel]