From: Kenneth Jacker <khj@be.cs.appstate.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: Use of 'pause' as key prefix
Date: Mon, 05 Nov 2007 10:05:27 -0500 [thread overview]
Message-ID: <87k5owzqa0.fsf@be.cs.appstate.edu> (raw)
In-Reply-To: 1194273650.754636.9030@o38g2000hse.googlegroups.com
wbosse> The following snippet is from my ~/.emacs file
wbosse> (defvar PauseMap nil "function keys with prefix [pause]")
wbosse> (setq PauseMap (make-keymap))
wbosse> (define-key global-map [pause] PauseMap)
wbosse> ...
wbosse> (define-key PauseMap "h" 'highlight-regexp-current-word)
wbosse> ...
OK, more useful example code ...
Thanks to you and all the others who helped!
-Kenneth
next prev parent reply other threads:[~2007-11-05 15:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-05 12:49 Use of 'pause' as key prefix Kenneth Jacker
2007-11-05 13:08 ` Stefan Kamphausen
2007-11-05 13:39 ` Kenneth Jacker
2007-11-05 14:40 ` Stefan Kamphausen
2007-11-05 15:02 ` Kenneth Jacker
2007-11-05 14:40 ` wbosse
2007-11-05 15:05 ` Kenneth Jacker [this message]
2007-11-08 12:33 ` Kenneth Jacker
2007-11-09 4:46 ` Kevin Rodgers
2007-11-05 13:39 ` Johan Bockgård
2007-11-05 13:49 ` Kenneth Jacker
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=87k5owzqa0.fsf@be.cs.appstate.edu \
--to=khj@be.cs.appstate.edu \
--cc=help-gnu-emacs@gnu.org \
--cc=khj@cs.appstate.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.
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.