From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Hungry delete in any mode
Date: Wed, 23 Jan 2008 10:35:52 -0500 [thread overview]
Message-ID: <jwvy7agwo7z.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: 16415dbc-3589-4a3f-a8c6-c25bb6a88ff0@p69g2000hsa.googlegroups.com
> '(([backspace]. c-hungry-delete-backwards) ;backspace
> ([delete] . c-hungry-delete-forward) ;delete
You may want to try
'(("\d". c-hungry-delete-backwards) ;backspace
("\C-d" . c-hungry-delete-forward) ;delete
instead. This should work under X11 as well as under a tty.
Stefan
prev parent reply other threads:[~2008-01-23 15:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-21 17:32 Hungry delete in any mode Nordlöw
2008-01-22 2:36 ` Kevin Rodgers
[not found] ` <mailman.6393.1200969426.18990.help-gnu-emacs@gnu.org>
2008-01-22 8:42 ` Nordlöw
2008-01-22 11:37 ` Nordlöw
2008-01-23 15:35 ` Stefan Monnier [this message]
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=jwvy7agwo7z.fsf-monnier+gnu.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
--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.