From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Dziulko Newsgroups: gmane.emacs.help Subject: page up key Date: Wed, 5 Feb 2003 08:26:46 -0500 (EST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044451649 18241 80.91.224.249 (5 Feb 2003 13:27:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 13:27:29 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gPaK-0004jz-00 for ; Wed, 05 Feb 2003 14:27:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gPad-0004zW-01 for gnu-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2003 08:27:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gPZq-0004ar-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 08:26:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gPZm-0004Ub-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 08:26:55 -0500 Original-Received: from klaatu.canisius.edu ([138.92.8.100]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gPZf-0004N4-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 08:26:47 -0500 Original-Received: from localhost (dziulko@localhost) by klaatu.canisius.edu (8.11.6/8.11.6) with ESMTP id h15DQkO31243 for ; Wed, 5 Feb 2003 08:26:46 -0500 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6327 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6327 Hello I use a small keyboard with integrated number pad and such keys. It is like many of the compact keyboards found on laptops. There is an Fn key that is used to activate the integrated keys. So my page up key consists of Fn + Up Arrow. I am using GNU Emacs 20.2.3. I have in my .emacs: (global-set-key "\e[3~" 'scroll-down) This makes page up work great while in most all buffers. But when I hit F10 and go into the menu bar, and it says "Menu bar (up/down to change, PgUp to menu):" in the mini buffer, PgUp doesn't take me back to the previous menu like it should. Instead I get the message "Beginning of buffer". Any ideas on how I can get PgUp to work in the menu bar? Thank you. Kevin