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: Re: page up key Date: Thu, 6 Feb 2003 08:28:15 -0500 (EST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84n0labvz3.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1044538163 6556 80.91.224.249 (6 Feb 2003 13:29:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 13:29:23 +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 18gm5g-0001hT-00 for ; Thu, 06 Feb 2003 14:29:21 +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 18gm7Y-0002iB-00 for gnu-help-gnu-emacs@m.gmane.org; Thu, 06 Feb 2003 08:31:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gm6G-0002Mx-00 for help-gnu-emacs@gnu.org; Thu, 06 Feb 2003 08:29:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gm4u-0001eY-00 for help-gnu-emacs@gnu.org; Thu, 06 Feb 2003 08:28:33 -0500 Original-Received: from klaatu.canisius.edu ([138.92.8.100]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gm4e-0001VF-00 for help-gnu-emacs@gnu.org; Thu, 06 Feb 2003 08:28:16 -0500 Original-Received: from localhost (dziulko@localhost) by klaatu.canisius.edu (8.11.6/8.11.6) with ESMTP id h16DSFU02295 for ; Thu, 6 Feb 2003 08:28:15 -0500 Original-To: help-gnu-emacs@gnu.org In-Reply-To: <84n0labvz3.fsf@lucy.is.informatik.uni-duisburg.de> X-MIME-Autoconverted: from 8bit to quoted-printable by klaatu.canisius.edu id h16DSFU02295 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:6357 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6357 This also does not do the trick. Any other ideas? Thanks. Kevin On Wed, 5 Feb 2003, Kai Gro=DFjohann wrote: > Kevin Dziulko writes: >=20 > > I am using GNU Emacs 20.2.3. I have in my .emacs: > > (global-set-key "\e[3~" 'scroll-down) >=20 > I think it's better to do (define-key function-key-map (kbd "ESC [ 3 > ~") (kbd "")). >=20 > But it's unclear to me why the keyboard hardware leads to you having > to do that. Hm. Oh! For me, it's ESC [ 5 ~ for page up, so 5 > instead of 3. Interesting. >=20