From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: add non-chord keys to repeat isearch Date: Tue, 9 Jun 2009 08:59:25 -0700 Message-ID: <112B9EC0AD39469A9EA36A5BDFD90292@us.oracle.com> References: <7b501d5c0906090851t3f3dc456mffd8e6d69e6250d1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244563445 24624 80.91.229.12 (9 Jun 2009 16:04:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Jun 2009 16:04:05 +0000 (UTC) Cc: 'Emacs-Devel devel' To: "'Deniz Dogan'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 09 18:03:59 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ME3nl-00013E-40 for ged-emacs-devel@m.gmane.org; Tue, 09 Jun 2009 18:03:53 +0200 Original-Received: from localhost ([127.0.0.1]:50123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME3nk-0007zn-Ko for ged-emacs-devel@m.gmane.org; Tue, 09 Jun 2009 12:03:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME3jf-0006MI-7s for emacs-devel@gnu.org; Tue, 09 Jun 2009 11:59:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME3ja-0006Kx-KF for emacs-devel@gnu.org; Tue, 09 Jun 2009 11:59:38 -0400 Original-Received: from [199.232.76.173] (port=33135 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME3ja-0006KS-Cu for emacs-devel@gnu.org; Tue, 09 Jun 2009 11:59:34 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:64279) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ME3jZ-0006rK-Ba for emacs-devel@gnu.org; Tue, 09 Jun 2009 11:59:33 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n59FuCAj027835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 9 Jun 2009 15:56:13 GMT Original-Received: from abhmt009.oracle.com (abhmt009.oracle.com [141.146.116.18]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n59G0YNj020522; Tue, 9 Jun 2009 16:00:34 GMT Original-Received: from dradamslap1 (/141.144.80.206) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 09 Jun 2009 08:59:24 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcnpGi9fZlr3cpC2STWP2MiQzOBtYQAAHWdQ In-Reply-To: <7b501d5c0906090851t3f3dc456mffd8e6d69e6250d1@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt009.oracle.com [141.146.116.18] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010209.4A2E86DE.0217:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111394 Archived-At: > I have no idea what the "next" and "prior" keys mean. Could you please > explain? Thanks. They are the (pseudo-function) keys that are typically labeled `Page Down' and `Page Up'. (They are often next to the keys labeled `Home' and `End'.) Their Emacs names are often written `' and `'. (I tend to drop the angle brackets.) When binding, they are written [next] and [prior].