From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: BACKSPACE in GNU-EMACS editor
Date: Wed, 9 Feb 2005 11:56:46 +0100 [thread overview]
Message-ID: <86e2316158ac69462068bd08b2ed67a5@Web.DE> (raw)
In-Reply-To: <1107907664.430179.177880@c13g2000cwb.googlegroups.com>
Am 09.02.2005 um 01:07 schrieb new2linux:
> Does anyone know the (global-set-key) def for utilizingthe backspace to
> delete a go back 1 char and 1 word ?
It might happen that your system cannot distinguish between C-d and
Backspace, so you better first check what that keys is by entering C-h
k and then pressing the backspace key. Use this name then for:
(global-set-key [<NAME>] 'delete-backward-char)
Pressing Esc-backspace or M-backspace should automatically delete
backward a whole word.
Pressing C-h b you'll see the keybindings in an extra *Help* buffer.
--
Greetings
Pete
"I love deadlines. I love the whooshing noise they make as they go by"
(Douglas Adams)
next prev parent reply other threads:[~2005-02-09 10:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-09 0:07 BACKSPACE in GNU-EMACS editor new2linux
2005-02-09 10:56 ` Peter Dyballa [this message]
[not found] ` <mailman.1496.1107948611.2841.help-gnu-emacs@gnu.org>
2005-02-09 21:50 ` new2linux
2005-02-09 22:10 ` Peter Dyballa
2005-02-10 14:49 ` Stefan Monnier
2005-02-10 14:46 ` Stefan Monnier
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=86e2316158ac69462068bd08b2ed67a5@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
/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.