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: Backspace-like behavior Date: Sat, 15 Nov 2003 16:50:05 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <9743-Sat15Nov2003165005+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1068908022 19090 80.91.224.253 (15 Nov 2003 14:53:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Nov 2003 14:53:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 15 15:53:38 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AL1nu-0007gI-00 for ; Sat, 15 Nov 2003 15:53:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AL2jR-0003Sy-85 for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Nov 2003 10:53:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AL2iK-0002yN-E8 for help-gnu-emacs@gnu.org; Sat, 15 Nov 2003 10:51:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AL2hc-0001gn-8r for help-gnu-emacs@gnu.org; Sat, 15 Nov 2003 10:51:43 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AL2hR-0001Tw-O6 for help-gnu-emacs@gnu.org; Sat, 15 Nov 2003 10:51:01 -0500 Original-Received: from zaretski (pns03-196-160.inter.net.il [80.230.196.160]) by aragorn.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id BWN97183; Sat, 15 Nov 2003 16:49:32 +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: (message from David Rasmussen on Sat, 15 Nov 2003 14:01:32 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14259 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14259 > From: David Rasmussen > Newsgroups: gnu.emacs.help > Date: Sat, 15 Nov 2003 14:01:32 +0100 > > But both the Windows version of emacs that I am using, and the version > on a Debian box I am connecting to, treats C-d and Del the same way. How > do I do a normal Backspace, that deletes the character to the left of > the cursor? You press Backspace. > Backspace works on the windows version, but not on the Debian > version that I use via ssh. That's something you should figure out with your terminal emulator, the one you use top log in to the Debian box: configure it so that when you press Backspace, it sends the DEL character (ASCII decimal code 127).