From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: Emacs reads both DEL and Backspace as DEL Date: Tue, 28 Jan 2003 09:23:07 +0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3028-Tue28Jan2003092306+0200-eliz@is.elta.co.il> References: <20030127201830166-0500@news.rcn.com> Reply-To: "Eli Zaretskii <84znpqlo46.fsf@lucy.is.informatik.uni-duisburg.de> <20030127201830166-0500@rcn-reader.news.rcn.net> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043739109 12304 80.91.224.249 (28 Jan 2003 07:31:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 28 Jan 2003 07:31:49 +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 18dQDk-0003CK-00 for ; Tue, 28 Jan 2003 08:31:48 +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 18dQCa-0003vR-01 for gnu-help-gnu-emacs@m.gmane.org; Tue, 28 Jan 2003 02:30:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18dQAv-0003kM-00 for help-gnu-emacs@gnu.org; Tue, 28 Jan 2003 02:28:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18dQAD-0003N2-00 for help-gnu-emacs@gnu.org; Tue, 28 Jan 2003 02:28:10 -0500 Original-Received: from bilbo.inter.net.il ([192.114.186.18]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18dQ7W-0002cC-00 for help-gnu-emacs@gnu.org; Tue, 28 Jan 2003 02:25:22 -0500 Original-Received: from zaretsky ([80.230.234.38]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AED73565; Tue, 28 Jan 2003 09:25:15 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20030127201830166-0500@news.rcn.com> (message from Dan Kalikow on 28 Jan 2003 01:18:30 GMT) 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:5998 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5998 > From: Dan Kalikow > Newsgroups: gnu.emacs.help > Date: 28 Jan 2003 01:18:30 GMT > > DEL runs the command View-scroll-page-backward > which is an interactive compiled Lisp function in `view'. > ===== > DEL (translated from ) runs the command View-scroll-page-backward > which is an interactive compiled Lisp function in `view'. Does the following help you have what you want? (define-key function-key-map [kp-delete] "\C-d")