unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jonathon Isaac Swiderski <jonswid@umich.edu>
Subject: Re: How do I make the delete key work?
Date: 24 Dec 2002 01:07:27 -0500	[thread overview]
Message-ID: <xod6hed4t0f4.fsf@mspacman.gpcc.itd.umich.edu> (raw)
In-Reply-To: Xns92EDE18DC1AA4wssddcgisnet@207.217.77.101

Bob Babcock <wssddc@nospam.gis.net> writes:

> lng2@spray.se (Lars Gustafsson) wrote in 
> news:340bc066.0212231242.64277e4c@posting.google.com:
> 
> > How do I make the delete key work? 
> 
> I use these with emacs 20.7.1 under Win/2K:
> 
> (global-set-key [delete] 'delete-char)
> (global-set-key "\C-h" 'delete-backward-char)
> (global-set-key "\C-?" 'delete-backward-char)
> (define-key emacs-lisp-mode-map "\C-?" 'delete-backward-char)

Aha!  Thank you for that last --- I'd got things working everywhere but the
modeline and a couple other places with the first three; I was wondering why I
still got errors in the modeline. . . .

-- 
Jonathon Isaac Swiderski \\ dangercat-20@dangercat.net
cs.oberlin.edu/~jswiders  \\  www.dangercat.net/resume

"University of Wisconsin statistics department... 
        where mean is normal, and deviation standard."

  reply	other threads:[~2002-12-24  6:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-23 20:42 How do I make the delete key work? Lars Gustafsson
2002-12-24  3:10 ` Bob Babcock
2002-12-24  6:07   ` Jonathon Isaac Swiderski [this message]
2002-12-24  3:24 ` Jose A. Ortega Ruiz

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=xod6hed4t0f4.fsf@mspacman.gpcc.itd.umich.edu \
    --to=jonswid@umich.edu \
    /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).