all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "CarlC" <carlc@snowbd.com>
Subject: Re: Inconsistant Delete Key
Date: Wed, 11 Sep 2002 12:46:59 GMT	[thread overview]
Message-ID: <7XGf9.255170$Yd.9898717@twister.austin.rr.com> (raw)
In-Reply-To: 3d7efc39.1522729@news.demon.co.uk


"John McCabe" <john.nospam@nospamassen.nospamdemon.co.uk> wrote in message
news:3d7efc39.1522729@news.demon.co.uk...
> On Tue, 10 Sep 2002 21:32:26 GMT, "CarlC" <carlc@snowbd.com> wrote:
> 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.

My delete key sends \177. My backspace sends C-h.

>
> In that case you should be able to use:
>
> (global-set-key [backspace] 'delete-char)

This did not seem to have any affect

>
> 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?

I am using a terminal emulator that emulates SCO ansi on a win machine. It
telnets into a Red Hat box with TERM set to scoansi. I am using SCO ansi due
to its full function key support (although I would prefer to use a data
general emulation that emacs can't stand).

>
>

  reply	other threads:[~2002-09-11 12:46 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
2002-09-11 12:46           ` CarlC [this message]
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

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

  git send-email \
    --in-reply-to='7XGf9.255170$Yd.9898717@twister.austin.rr.com' \
    --to=carlc@snowbd.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.