unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* redefine C-h
@ 2008-08-08 17:13 YSK
  2008-08-09  1:45 ` Joel J. Adamson 
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: YSK @ 2008-08-08 17:13 UTC (permalink / raw)
  To: help-gnu-emacs

C-h is a normally prefix key, but I want to bind 'backward-char-
delete' to it. My .emacs has this:

(global-unset-key "\C-h")
(global-set-key "\C-\M-h" 'help-command)
(global-set-key [C-h] 'delete-backward-char)

I want to use C-M-h for help-command instead and use C-h for
backspace. However...it's not working. C-h remains a prefix key. My
understanding of prefix keys is basically nil, so there's probably
something pretty basic I'm missing here. Would anyone here be kind
enough to clue me in?

Thanks.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-08-11  4:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-08 17:13 redefine C-h YSK
2008-08-09  1:45 ` Joel J. Adamson 
2008-08-09 14:14 ` Kevin Rodgers
     [not found] ` <mailman.16197.1218291299.18990.help-gnu-emacs@gnu.org>
2008-08-09 16:00   ` YSK
2008-08-10 18:40     ` Xah
2008-08-11  1:10       ` YSK
2008-08-10 17:36 ` YSK
2008-08-11  0:41   ` Drew Adams
     [not found]   ` <mailman.16321.1218415295.18990.help-gnu-emacs@gnu.org>
2008-08-11  1:00     ` YSK
2008-08-11  4:07       ` Drew Adams

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).