From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Newsgroups: gmane.emacs.help Subject: Re: trouble binding to & Date: Mon, 7 Jul 2008 20:34:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <87r6a5tytp.fsf@hubble.informatimago.com> <695c3ff5-6562-429b-a0b6-6c4e2a3ed040@z66g2000hsc.googlegroups.com> <36c2bf58-c3c4-4bd5-9540-9911f843ea78@d45g2000hsc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1215488498 27891 80.91.229.12 (8 Jul 2008 03:41:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2008 03:41:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 08 05:42:24 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KG45v-0006Qy-KJ for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Jul 2008 05:42:24 +0200 Original-Received: from localhost ([127.0.0.1]:51367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KG453-0007do-HN for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jul 2008 23:41:29 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x41g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 24.6.97.120 Original-X-Trace: posting.google.com 1215488096 26158 127.0.0.1 (8 Jul 2008 03:34:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 8 Jul 2008 03:34:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x41g2000hsb.googlegroups.com; posting-host=24.6.97.120; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:159949 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55300 Archived-At: On Jul 7, 11:59 am, Mirko wrote: > Nope. This is what I have > > (define-key iop-alert-mode-map (kbd "") 'view-previous-entry) For debugging purposes, you might try first to replace the =E2=80=9C(kbd "")=E2=80=9D with just =E2=80=9C[prior]=E2=80=9D. If t= hat 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 "") 'find-file) and see if your emacs recognize that at all. What build or platform is your emacs on? Few monhts ago i tried =E2=80=9CEmacs.app=E2=80=9D (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. (=E2=80=9CEmacs.app=E2=80=9D has several = major bugs that i couldn't adapt it as my emacs. The oher one is unicode ...) Xah =E2=88=91 http://xahlee.org/ =E2=98=84