From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vaidheeswaran C Newsgroups: gmane.emacs.devel Subject: Re: Page navigation in doc-view.el Date: Thu, 15 Jan 2015 20:44:47 +0530 Message-ID: <54B7D967.904@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1421335213 15946 80.91.229.3 (15 Jan 2015 15:20:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2015 15:20:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 15 16:20:08 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YBmDL-0001Wf-GV for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2015 16:20:03 +0100 Original-Received: from localhost ([::1]:51270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBmDJ-0003ja-AJ for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2015 10:20:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBm92-0004yC-Qx for emacs-devel@gnu.org; Thu, 15 Jan 2015 10:15:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBm8u-0003zw-8H for emacs-devel@gnu.org; Thu, 15 Jan 2015 10:15:36 -0500 Original-Received: from mail-pa0-x242.google.com ([2607:f8b0:400e:c03::242]:59724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBm8u-0003zq-15 for emacs-devel@gnu.org; Thu, 15 Jan 2015 10:15:28 -0500 Original-Received: by mail-pa0-f66.google.com with SMTP id rd3so13858384pab.1 for ; Thu, 15 Jan 2015 07:15:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=SPXoLPPxeTjC0ck0GHSmP4FnjKYjWvr1E2PuHLH2VDk=; b=chdZwDjS9014q+61C48F4bpxrqF6F3ZFPbHqGpUV595RbUwlWQPiQCPdLOj2J6Au85 os/OVGIIGr3Ws96Sl5FgLJJ3I+aliJk07E0+rDgxKylUNDufypsQetO6u75ZNhKzPYmL FoNRzHDLpyWHYJ59ASG1huibDu3mIB9d1ygBvzgyKmGhgXmifrpQ3vGSv1Oh1rhsMK5h oTlnH6WW42mQ2jG16RORGUrRueGNkVeAEGkEp1yxySHdurckX3eOr3bNScO0UrZLJ/qX tvv2A58zbVGVb87iQ5+fdM8OXAhQaLaWArBmZ4ZF5TmV+4pRjO0As5ICyyGZCwcG2DQ9 YnPg== X-Received: by 10.68.69.66 with SMTP id c2mr14594031pbu.81.1421334927332; Thu, 15 Jan 2015 07:15:27 -0800 (PST) Original-Received: from [192.168.43.83] ([106.206.180.165]) by mx.google.com with ESMTPSA id o3sm1747695pdn.29.2015.01.15.07.15.24 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 15 Jan 2015 07:15:26 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20121216 Icedove/3.0.11 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::242 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181300 Archived-At: On Thursday 15 January 2015 08:24 PM, Stefan Monnier wrote: > IIRC there's a variable doc-view-continuous to choose the behavior, tho > IIRC it affects SPC/DEL rather than n/p. > It affects scrolling by window-fuls and possibly jump to next page. I do use it. What I want is C-x [, C-x ] and M-g M-g leave me at the beginning of the page (rather than somewhere in the middle). There is some other user -- see right in this thread -- who misses the feature I am requesting.