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: DocView: SPC doesn't go the the next page Date: Fri, 04 Jan 2008 14:33:29 +0100 Message-ID: <87abnlbtqu.fsf@member.fsf.org> References: <8763ya1plt.fsf@jurta.org> <87tzluat7l.fsf@member.fsf.org> <87y7b5q4mu.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199453651 10327 80.91.229.12 (4 Jan 2008 13:34:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2008 13:34:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 04 14:34:29 2008 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 1JAmgu-0005d9-OT for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2008 14:34:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAmgY-0005zR-LX for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2008 08:34:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAmg3-0005QS-2I for emacs-devel@gnu.org; Fri, 04 Jan 2008 08:33:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAmg1-0005P6-DK for emacs-devel@gnu.org; Fri, 04 Jan 2008 08:33:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAmg1-0005Or-5W for emacs-devel@gnu.org; Fri, 04 Jan 2008 08:33:33 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAmg0-00016s-Qa for emacs-devel@gnu.org; Fri, 04 Jan 2008 08:33:32 -0500 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 487C86150F for ; Fri, 4 Jan 2008 08:33:32 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 04 Jan 2008 08:33:32 -0500 X-Sasl-enc: X5IgGgGPv0Bs5PJvNJpEp0M0vHNoPy424M7uec3HBfFZ 1199453611 Original-Received: from baldur (dslb-084-063-054-225.pools.arcor-ip.net [84.63.54.225]) by mail.messagingengine.com (Postfix) with ESMTP id 9CDE32739B for ; Fri, 4 Jan 2008 08:33:31 -0500 (EST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87y7b5q4mu.fsf@jurta.org> (Juri Linkov's message of "Fri, 04 Jan 2008 11:54:33 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:86063 Archived-At: Juri Linkov writes: >>> In the latest version of doc-view.el, when the image height is >>> greater than the Emacs window's height, typing SPC >>> (doc-view-scroll-up-or-next-page) doesn't go to the next page. >>> Instead, when if reaches the end of the current page, it goes to the >>> beginning of the current page. >> >> I don't understand why this happened (or why it worked before), but I >> changed the implementations for the scrolling commands to something >> sane. It gives very nice results here. Please try it out. > > Thank you. > > There are still one border case: at the end of the last page typing > SPC goes to the beginning of the same last page. Maybe it would be > better to stay at the end of the last page to not give a false > impression that SPC navigated to the next page. Fixed. Tassilo