From: Guido Van Hoecke <guivho@gmail.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Problem mapping <prior>
Date: Sat, 16 Nov 2013 16:41:42 +0100 [thread overview]
Message-ID: <m261rsl5ft.fsf@gmail.com> (raw)
I have a problem mapping <prior> into my personal keymap. Here's an
excerpt of my initialisation files:
(if isOSX
(setq leader "§")
(setq leader "²"))
(define-prefix-command 'guivho-map nil "guivho-")
(define-key guivho-map leader 'guivho-save-and-kill-buffer)
(define-key guivho-map "-" 'hl-line-mode)
...
(define-key guivho-map "z" (lambda() (interactive) (switch-to-buffer-other-window "*scratch*" t)))
(define-key guivho-map "<prior>" 'guivho-org-mobile-push)
(global-set-key leader guivho-map)
The only map that does not work is the '<prior>' one.
Emacs claims: `$ <prior> is undefined`.
Any suggestions, any one?
TIA,
Guido
--
My own business always bores me to death; I prefer other people's.
-- Oscar Wilde
next reply other threads:[~2013-11-16 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-16 15:41 Guido Van Hoecke [this message]
2013-11-16 16:26 ` Problem mapping <prior> Drew Adams
2013-11-16 16:42 ` Guido Van Hoecke
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=m261rsl5ft.fsf@gmail.com \
--to=guivho@gmail.com \
--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.