all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xah <xahlee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: trouble binding to <next> & <prior>
Date: Mon, 7 Jul 2008 20:34:56 -0700 (PDT)	[thread overview]
Message-ID: <f0a6a169-ed89-46a4-bb20-5e1c17a46bf1@x41g2000hsb.googlegroups.com> (raw)
In-Reply-To: 36c2bf58-c3c4-4bd5-9540-9911f843ea78@d45g2000hsc.googlegroups.com

On Jul 7, 11:59 am, Mirko <mvuko...@nycap.rr.com> wrote:
> Nope.  This is what I have
>
>  (define-key iop-alert-mode-map (kbd "<prior>") 'view-previous-entry)

For debugging purposes, you might try first to replace the
“(kbd "<prior>")” with just “[prior]”. If that still doesn't work, at
least you get rid of one possbibility of problem.

Also, simply try to bind something to the PageUp key, e.g.
(global-set-key (kbd "<next>") 'find-file)
and see if your emacs recognize that at all.

What build or platform is your emacs on?

Few monhts ago i tried “Emacs.app” (the emacs build for Mac OS X and
NeXTStep, based on cacoa), it has a known bug that it won't recognize
keybindings on the numerical keypad. The author said he doesn't know
what's the problem or how to fix. (“Emacs.app” has several major bugs
that i couldn't adapt it as my emacs. The oher one is unicode ...)

  Xah
∑ http://xahlee.org/

  parent reply	other threads:[~2008-07-08  3:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-07 15:37 trouble binding to <next> & <prior> Mirko
2008-07-07 16:59 ` Pascal J. Bourguignon
2008-07-07 17:32   ` Mirko
2008-07-07 18:09     ` Lennart Borgman (gmail)
     [not found]     ` <mailman.14341.1215454191.18990.help-gnu-emacs@gnu.org>
2008-07-07 18:59       ` Mirko
2008-07-07 20:04         ` Lennart Borgman (gmail)
2008-07-08  2:00         ` Kevin Rodgers
2008-07-08  3:34         ` Xah [this message]
2008-07-09 16:32           ` Mirko
     [not found]         ` <mailman.14345.1215461048.18990.help-gnu-emacs@gnu.org>
2008-07-08 12:49           ` Mirko
2008-07-08 17:26             ` Lennart Borgman (gmail)

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=f0a6a169-ed89-46a4-bb20-5e1c17a46bf1@x41g2000hsb.googlegroups.com \
    --to=xahlee@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.