From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.help Subject: Re: page up key Date: Wed, 05 Feb 2003 16:14:40 +0100 Organization: University of Duisburg, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <84n0labvz3.fsf@lucy.is.informatik.uni-duisburg.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044458139 14649 80.91.224.249 (5 Feb 2003 15:15:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 15:15:39 +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 18gRGj-0003my-00 for ; Wed, 05 Feb 2003 16:15: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 18gRH0-0001zB-03 for gnu-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2003 10:15:38 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!newsfeed.r-kom.de!fu-berlin.de!uni-berlin.de!pd951f03e.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: pd951f03e.dip.t-dialin.net (217.81.240.62) Original-X-Trace: fu-berlin.de 1044458095 40684609 217.81.240.62 (16 [73968]) User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:eQWL1qC5YjfA9rae4Nf/rWC163E= Original-Xref: shelby.stanford.edu gnu.emacs.help:109825 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:6331 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6331 Kevin Dziulko writes: > I am using GNU Emacs 20.2.3. I have in my .emacs: > (global-set-key "\e[3~" 'scroll-down) I think it's better to do (define-key function-key-map (kbd "ESC [ 3 ~") (kbd "")). 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. -- A turnip curses Elvis