From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: doc-view.el -- switching pages without having to scroll up again Date: Fri, 04 Feb 2011 09:15:32 +0100 Message-ID: <877hdgw6zf.fsf@member.fsf.org> References: <20110204035551.GB21916@andres.andreas> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296808302 2943 80.91.229.12 (4 Feb 2011 08:31:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2011 08:31:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Marschke Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 04 09:31:37 2011 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.69) (envelope-from ) id 1PlH4o-0002NS-W7 for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2011 09:31:36 +0100 Original-Received: from localhost ([127.0.0.1]:44060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlH4i-0005HH-7D for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2011 03:31:28 -0500 Original-Received: from [140.186.70.92] (port=59209 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlGpL-00089x-7M for emacs-devel@gnu.org; Fri, 04 Feb 2011 03:15:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlGpK-0002zx-83 for emacs-devel@gnu.org; Fri, 04 Feb 2011 03:15:35 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:24770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlGpJ-0002zm-V6 for emacs-devel@gnu.org; Fri, 04 Feb 2011 03:15:34 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id D438178018D8; Fri, 4 Feb 2011 09:15:32 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22118-02; Fri, 4 Feb 2011 09:15:32 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 3E26E78018D5; Fri, 4 Feb 2011 09:15:32 +0100 (CET) In-Reply-To: <20110204035551.GB21916@andres.andreas> (Andreas Marschke's message of "Fri, 4 Feb 2011 04:55:51 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 141.26.64.15 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:135559 Archived-At: Andreas Marschke writes: Hi Andreas, > For some time I used doc-view for reading PDFs and reading > documentation (like the emacs-intro.pdf). But when I have the document > on a reasonable, readable zoom level and scroll through page by page > reading it I have this workflow at the moment: > - read page > - scroll down a few times to get the last lines, too > - press PgDown to get to the new page > - scroll up to the top of the page to keep going on reading it You should change your workflow. ;-) Simply use SPC and DEL for scrolling up and down. These commands will switch to the top of the next/bottom of the previous page when appropriately. Bye, Tassilo