unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: john.nospam@nospamassen.nospamdemon.co.uk (John McCabe)
Subject: Re: Inconsistant Delete Key
Date: Wed, 11 Sep 2002 08:26:12 GMT	[thread overview]
Message-ID: <3d7efc39.1522729@news.demon.co.uk> (raw)
In-Reply-To: Kxtf9.248836$Yd.9778322@twister.austin.rr.com

On Tue, 10 Sep 2002 21:32:26 GMT, "CarlC" <carlc@snowbd.com> wrote:

>One thing that bothers me on this is that it is calling this key DEL. I
>assume this is the same as [delete]. I also assume that [delete] is
>synonymous with octal 177 value.

In emacs-lips mode, with the setting I mentioned earlier, I find that
the Backspace key on my keyboard returns:

==========
DEL runs the command backward-delete-char-untabify
   which is an interactive compiled Lisp function in `simple'.
(backward-delete-char-untabify ARG &optional KILLP)
==========

So what you are talking about appears to be the backspace key, in
which case you're trying to map the backspace key (which is synonymous
with \177) to delete-char.

In that case you should be able to use:

(global-set-key [backspace] 'delete-char)

What system are you using? If it's a windows system, does the key
you're referring to the one above the Enter key or the key marked
"Delete" in the "Home", "Insert", "End", "Delete", "Page Up", "Page
Down" block?

  reply	other threads:[~2002-09-11  8:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-06 15:32 Inconsistant Delete Key CarlC
2002-09-09  8:47 ` John McCabe
2002-09-09 13:49   ` CarlC
2002-09-09 16:30     ` John McCabe
2002-09-10  8:32     ` John McCabe
2002-09-10 21:43       ` CarlC
2002-09-10  9:03     ` Kai Großjohann
2002-09-10 21:32       ` CarlC
2002-09-11  8:26         ` John McCabe [this message]
2002-09-11 12:46           ` CarlC
2002-09-12 15:01         ` Kai Großjohann
2002-09-13 20:09           ` CarlC
2002-09-13 21:47             ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3d7efc39.1522729@news.demon.co.uk \
    --to=john.nospam@nospamassen.nospamdemon.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).