From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?b?IkrpcvRtZQ==?=.Bouat@wanadoo.fr, " "@wanadoo.fr Newsgroups: gmane.emacs.bugs Subject: Re: [feature request] smooth scrolling (continuing) Date: Tue, 25 Feb 2003 02:16:12 +0100 Organization: Wanadoo, l'internet avec France Telecom Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1046135912 9735 80.91.224.249 (25 Feb 2003 01:18:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Feb 2003 01:18:32 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18nTjq-0002Wr-00 for ; Tue, 25 Feb 2003 02:18:30 +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 18nTjK-0008Rx-02 for gnu-bug-gnu-emacs@m.gmane.org; Mon, 24 Feb 2003 20:17:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18nTjB-0008P6-00 for bug-gnu-emacs@prep.ai.mit.edu; Mon, 24 Feb 2003 20:17:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18nTif-0007fI-00 for bug-gnu-emacs@prep.ai.mit.edu; Mon, 24 Feb 2003 20:17:48 -0500 Original-Received: from mailbox1.ucsd.edu ([132.239.1.53]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18nTif-0007bz-00 for bug-gnu-emacs@prep.ai.mit.edu; Mon, 24 Feb 2003 20:17:17 -0500 Original-Received: from mel-rti21.wanadoo.fr (mel-rti21.wanadoo.fr [193.252.19.94]) by mailbox1.ucsd.edu (8.12.6/8.12.3) with ESMTP id h1P1HBOj077747 for ; Mon, 24 Feb 2003 17:17:11 -0800 (PST) Original-Received: from adm-rt1 (193.252.21.63) by mel-rti21.wanadoo.fr (6.7.015) id 3E40F9BB02638929 for gnu-emacs-bug@moderators.isc.org; Tue, 25 Feb 2003 02:17:11 +0100 Original-Received: from news-reader10.wanadoo.fr (news-reader10.wanadoo.fr [193.252.19.183]) by adm-rt1 (Postfix) with ESMTP id A46C91FF0A for ; Tue, 25 Feb 2003 02:17:10 +0100 (MET) Original-Received: (from news@localhost) by news-reader10.wanadoo.fr (8.11.6+Sun/8.9.3) id h1P1HAe13504 for gnu-emacs-bug@moderators.isc.org; Tue, 25 Feb 2003 02:17:10 +0100 (MET) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 39 Original-NNTP-Posting-Host: agrenoble-101-1-5-102.abo.wanadoo.fr Original-X-Trace: news-reader10.wanadoo.fr 1046135830 13488 80.11.136.102 (25 Feb 2003 01:17:10 GMT) Original-X-Complaints-To: abuse@wanadoo.fr Original-NNTP-Posting-Date: 25 Feb 2003 01:17:10 GMT Original-To: David Kastrup User-Agent: Pan/0.13.3.93 (My Bloody Valentine) X-MailScanner: PASSED (v1.2.7 74277 h1P1HBOj077747 mailbox1.ucsd.edu) X-MIME-Autoconverted: from 8bit to quoted-printable by mailbox1.ucsd.edu id h1P1HBOj077747 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4512 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4512 Le Sun, 23 Feb 2003 22:48:58 +0100, David Kastrup a =E9crit=A0: > "D. Goel" writes: >=20 >> J=E9r=F4me Bouat writes: >> >=20 >> > If it has to be properly implemented >>=20 >>=20 >> Indeed, emacs does not allow scrolling by less than one line, AFAIU. >>=20 >> viz. there is always a complete full line visible at the end or bottom >> of a screen. (Would be neat when emacs overcomes that >> restriction..) :) >=20 > ***Poof*** >=20 > Your wish has been granted. >=20 > You may now try C-h f set-window-vscroll RET in order to understand > what > (set-window-vscroll nil 0.5) may achieve. I tried it but, sorry, I found this is not smooth at all. Maybe I have some other settings which interfer. The window jumps of on line instead of moving slowly by the intermediate pixels during some milliseconds. I mean one key hitting and then a automatic smooth scrolling which moves the window one pixel at a time and stop when the whole line has been scrolled. 1 stroke =3D> smooth scrolling of the pixels which make 1 line during 300 ms (for example)