help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem mapping <prior>


From: Guido Van Hoecke
Subject: Problem mapping <prior>
Date: Sat, 16 Nov 2013 16:41:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]