From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pavol Murin" Newsgroups: gmane.emacs.help Subject: make ctrl+v (page-down) move even when near the end of document Date: Fri, 28 Mar 2008 16:57:57 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206720673 25114 80.91.229.12 (28 Mar 2008 16:11:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2008 16:11:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 28 17:11:43 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 1JfHAo-0004iQ-OE for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Mar 2008 17:11:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfHAD-0004BM-7E for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Mar 2008 12:10:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfGxv-0004BM-L3 for help-gnu-emacs@gnu.org; Fri, 28 Mar 2008 11:58:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfGxu-0004Ad-FA for help-gnu-emacs@gnu.org; Fri, 28 Mar 2008 11:58:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfGxt-0004AR-Rr for help-gnu-emacs@gnu.org; Fri, 28 Mar 2008 11:58:01 -0400 Original-Received: from gv-out-0910.google.com ([216.239.58.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfGxt-0002u2-Dq for help-gnu-emacs@gnu.org; Fri, 28 Mar 2008 11:58:01 -0400 Original-Received: by gv-out-0910.google.com with SMTP id y18so58419gvf.17 for ; Fri, 28 Mar 2008 08:57:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=Y9JLzxG/YbDxYHjt6rw4unsuOXcEzt+wyBPkhYSWykU=; b=Icb37PER+/qTir7+5uxxI7KZ02Fe+OizFlVyBi8bJTE9oqQWskkjVtTfOrTV8TnNdjTiVIMmKjtiWNEvsqDdAKmE+cj9a18INjjXyuchhtq3MRhnMpb+Uo6aOswZsxYOjg+VzS/q0JHQ3rBrggdg1J2BuCMTsHxuxZttyynrnWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rNRoeo8Mpcu4CAjVE8OXcbAbhTErUXTN4jvMC+0WXs3aGqaiGritnWyXifZw8u1PfKFIrO9Pdg6exb0zbX0MpDKBp8wsXtEhf479S5PRiXeCjp+/vxWi+xZIdbvZvAdbrBNHSkGpj3FXMzH2DQUNb+hH7IliNC5DePIFpNVmTX8= Original-Received: by 10.150.123.16 with SMTP id v16mr1797572ybc.156.1206719877645; Fri, 28 Mar 2008 08:57:57 -0700 (PDT) Original-Received: by 10.151.11.1 with HTTP; Fri, 28 Mar 2008 08:57:57 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Google Wireless Transcoder (1) X-Mailman-Approved-At: Fri, 28 Mar 2008 12:07:15 -0400 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:52770 Archived-At: hello fellow emacs users, I would like to make ctrl+v like page-down (and page-up) do in other applications when near the beginning or end of the document. This means that when the point cannot move by a full page, it moves to the first or last position in the document. I can program it in elisp, but there might be a simpler solution (maybe a different function to bind)? thanks, muro