From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: DocView Behaviour Date: Sat, 15 May 2010 15:48:23 -0400 Message-ID: References: <87ljbnqtbq.fsf@andreas.andreas> <87bpchc04y.fsf@andreas.andreas> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291831454 9831 80.91.229.12 (8 Dec 2010 18:04:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 18:04:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 08 19:04:04 2010 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.69) (envelope-from ) id 1PQON2-0005V8-8s for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 19:04:04 +0100 Original-Received: from localhost ([127.0.0.1]:50469 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQON1-0005DZ-Kc for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 13:04:03 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe05.iad.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:ZttWSpi+KeGQE9ATzU5+/nSQff8= Original-Lines: 16 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Sat, 15 May 2010 19:48:24 UTC Original-Xref: usenet.stanford.edu gnu.emacs.help:178210 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:75755 Archived-At: >> So, why do you find it annoying? What's your typical usage which makes >> this a misfeature? Is it because your window only displays a part of >> a page so you have to move through a page to read it before passing to >> the next one? [...] > As my screen realestate is mostly very very skimpy and because Im using > a 17" monitor the page is bound to be too big to fit on it in whole > thats why I need to scroll up everytime I switch the page just to get to > the beginning of the next writing. Have you tried to use Space/Backspace rather than page-up/page-down, after setting doc-view-continuous to t ? It should work a lot better when the window is not large enough to show the whole page height. Stefan