From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "D. Goel" Newsgroups: gmane.emacs.bugs Subject: Re: [feature request] smooth scrolling Date: 08 Feb 2003 13:08:46 -0500 Organization: Posted via Supernews, http://www.supernews.com Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <871y2i8x1t.fsf@computer.localdomain> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044727671 17564 80.91.224.249 (8 Feb 2003 18:07:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Feb 2003 18:07:51 +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 18hZOH-0004Z9-00 for ; Sat, 08 Feb 2003 19:07:50 +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 18hZPT-00067K-06 for gnu-bug-gnu-emacs@m.gmane.org; Sat, 08 Feb 2003 13:09:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hZPM-00061t-00 for bug-gnu-emacs@gnu.org; Sat, 08 Feb 2003 13:08:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hZPK-0005yg-00 for bug-gnu-emacs@gnu.org; Sat, 08 Feb 2003 13:08:55 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hZPK-0005yL-00 for bug-gnu-emacs@gnu.org; Sat, 08 Feb 2003 13:08:54 -0500 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 18hZPK-000857-00 for gnu-emacs-bug@prep.ai.mit.edu; Sat, 08 Feb 2003 13:08:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hZPJ-0005t7-00 for gnu-emacs-bug@prep.ai.mit.edu; Sat, 08 Feb 2003 13:08:53 -0500 Original-Received: from trinity.ranger.supernews.net ([216.168.1.22] helo=trinity.supernews.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hZPI-0005mB-00 for gnu-emacs-bug@prep.ai.mit.edu; Sat, 08 Feb 2003 13:08:52 -0500 Original-Received: from pa-01.ranger.supernews.net ([216.168.1.34] helo=pa-01.supernews.net) by trinity.supernews.net with esmtp (Exim 4.12) id 18hZPF-000EjY-00 for gnu-emacs-bug@prep.ai.mit.edu; Sat, 08 Feb 2003 18:08:50 +0000 Original-Received: (from news@localhost) by pa-01.supernews.net (8.12.6/8.12.5/Submit) id h18I8nTh030271 for gnu-emacs-bug@prep.ai.mit.edu; Sat, 8 Feb 2003 18:08:49 GMT (envelope-from nntp-bounce@supernews.net) Original-To: gnu-emacs-bug@prep.ai.mit.edu Original-Path: corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.bug X-Face: #5@=vrmx5t3mZaPY8(mR.n+V#:%4NW7j5A&^}@lGp2rK; CQ4%iH1v'gh/^A)w5*6c&R2(P' 4+seYDq8OK'LPI/C(C^A*w|f*t+8,'T8b#_0~h3!A7GoVroE[cr0Fb'A0%SdU|Lk@gBV&1vA User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 10 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:4417 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4417 > I don't speek about: > (setq scroll-conservatively '1023) > but I want the progressive scrolling of each line as does: > (dotimes (i 20) (set-window-vscroll nil (* i 0.05)) (sit-for 0.05)). > i posted a response to you there. Did you check out [plug] vel.el (gnu.emacs.sources)?