From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: redisplay code + non-plain-text-only buffers + scroll-conservatively [Re: Bug: ruler-mode breaks scroll-conservatively (HEAD)] Date: Tue, 31 Dec 2002 10:52:51 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20021231103426.CA1B.LEKTU@terra.es> References: <15887.39112.118522.278925@hkn.eecs.berkeley.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1041328399 2886 80.91.224.249 (31 Dec 2002 09:53:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 09:53:19 +0000 (UTC) Cc: quarl@quarl.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TJ5K-0000kH-00 for ; Tue, 31 Dec 2002 10:53:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18TJ6Q-0008MC-00 for ; Tue, 31 Dec 2002 10:54:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TJ5x-0008Nz-04 for emacs-devel@quimby.gnus.org; Tue, 31 Dec 2002 04:53:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18TJ5V-00083L-00 for emacs-devel@gnu.org; Tue, 31 Dec 2002 04:53:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18TJ5H-0007MF-00 for emacs-devel@gnu.org; Tue, 31 Dec 2002 04:53:16 -0500 Original-Received: from [62.22.27.141] (helo=mail.peoplecall.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TJ4x-0006nN-00; Tue, 31 Dec 2002 04:52:55 -0500 Original-Received: from [62.22.27.143] (jbarranquero.ofi.peoplecall.com [62.22.27.143]) by mail.peoplecall.com (8.11.6/8.11.6) with ESMTP id gBV9qo309980; Tue, 31 Dec 2002 10:52:50 +0100 Original-To: rms@gnu.org In-Reply-To: X-Mailer: Becky! ver. 2.05.06 Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10382 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10382 On Tue, 31 Dec 2002 00:48:40 -0500, Richard Stallman wrote: > Does this fix it? > > *** xdisp.c.~1.797.~ Sun Dec 22 16:13:49 2002 > --- xdisp.c Tue Dec 31 00:26:36 2002 With this patch, scroll-conservatively works. Still, there's a difference between scrolling down a buffer with partially visible lines and without. With full lines, if you maintain pressed, the scroll is totally smooth. With a partially-visible last line, the scroll "jumps" slightly every now and then (at more-or-less equally distributed intervals, apparently). /L/e/k/t/u