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 09:30:22 +0100 Message-ID: <87tzluat7l.fsf@member.fsf.org> References: <8763ya1plt.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 1199435447 17959 80.91.229.12 (4 Jan 2008 08:30:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2008 08:30:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 04 09:31:07 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 1JAhxL-0007DU-4X for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2008 09:31:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAhwy-0006ZN-GK for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2008 03:30:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAhws-0006Xo-UZ for emacs-devel@gnu.org; Fri, 04 Jan 2008 03:30:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAhwo-0006Ud-Dp for emacs-devel@gnu.org; Fri, 04 Jan 2008 03:30:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAhwn-0006UN-KP for emacs-devel@gnu.org; Fri, 04 Jan 2008 03:30: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 1JAhwn-0004df-AB for emacs-devel@gnu.org; Fri, 04 Jan 2008 03:30:33 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 65F368347D for ; Fri, 4 Jan 2008 03:30:32 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Fri, 04 Jan 2008 03:30:32 -0500 X-Sasl-enc: 3np1V0z0I4prJhuA8SeCn1ko67K8x48RuOemcOQAty5C 1199435424 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 D0FE0B64A for ; Fri, 4 Jan 2008 03:30:23 -0500 (EST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <8763ya1plt.fsf@jurta.org> (Juri Linkov's message of "Fri, 04 Jan 2008 01:16:46 +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:86047 Archived-At: Juri Linkov writes: Hi Juri, > 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. Bye, Tassilo