From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: "Pager" page-up and -down, why not merge? Date: Wed, 4 Jun 2008 19:55:52 -0400 Message-ID: <3357BEB5-7D4A-48BB-A97E-4FCEAB83F80D@interstitiality.net> References: <5896C8E2-D065-4B8E-927F-8784062241EF@interstitiality.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212623746 19078 80.91.229.12 (4 Jun 2008 23:55:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 23:55:46 +0000 (UTC) Cc: Stefan Monnier , emacs- devel To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 05 01:56:26 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 1K42q8-0008C6-7D for ged-emacs-devel@m.gmane.org; Thu, 05 Jun 2008 01:56:24 +0200 Original-Received: from localhost ([127.0.0.1]:48162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K42pL-00038J-PA for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 19:55:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K42pH-00036b-5M for emacs-devel@gnu.org; Wed, 04 Jun 2008 19:55:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K42pE-00036P-OM for emacs-devel@gnu.org; Wed, 04 Jun 2008 19:55:29 -0400 Original-Received: from [199.232.76.173] (port=40073 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K42pE-00036M-IJ for emacs-devel@gnu.org; Wed, 04 Jun 2008 19:55:28 -0400 Original-Received: from theta.genwebserver.com ([72.18.148.146]:45041) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K42pE-0001f7-6y for emacs-devel@gnu.org; Wed, 04 Jun 2008 19:55:28 -0400 Original-Received: from [97.73.30.9] (helo=[192.168.10.100]) by theta.genwebserver.com with esmtpa (Exim 4.68) (envelope-from ) id 1K42p7-0008Ls-FK; Wed, 04 Jun 2008 17:55:24 -0600 In-Reply-To: X-Mailer: Apple Mail (2.753) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - theta.genwebserver.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - interstitiality.net X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:98435 Archived-At: >> I'm especially uncomfortable with the use of vertical-motion, which >> doesn't actually use the redisplay's code, but some approximation >> of its >> behavior, (so it doesn't pay attention to images and other things >> like >> that, for example). > > The original pager.el, which I'm using, does not use > `vertical-motion', but `forward-line', `scroll-down' and `scroll-up'. > Please take a look at http://user.it.uu.se/~mic/pager.el Use of scroll-up and scroll-down had problems in buffers with wrapped lines; vertical-motion cured this.