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 (continuing) Date: 23 Feb 2003 16:25:22 -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: <87k7fqelkt.fsf@computer.localdomain> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1046035794 2679 80.91.224.249 (23 Feb 2003 21:29:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 23 Feb 2003 21:29:54 +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 18n3h2-0000gv-00 for ; Sun, 23 Feb 2003 22:29:53 +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 18n3gj-0008EG-03 for gnu-bug-gnu-emacs@m.gmane.org; Sun, 23 Feb 2003 16:29:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18n3g6-0007yz-00 for bug-gnu-emacs@gnu.org; Sun, 23 Feb 2003 16:28:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18n3eK-0006g5-00 for bug-gnu-emacs@gnu.org; Sun, 23 Feb 2003 16:27:05 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18n3dn-0006Vm-00 for bug-gnu-emacs@gnu.org; Sun, 23 Feb 2003 16:26:31 -0500 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 18n3dn-0002Q1-00 for gnu-emacs-bug@prep.ai.mit.edu; Sun, 23 Feb 2003 16:26:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18n3df-0006Tc-00 for gnu-emacs-bug@prep.ai.mit.edu; Sun, 23 Feb 2003 16:26:23 -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 18n3cv-00068H-00 for gnu-emacs-bug@prep.ai.mit.edu; Sun, 23 Feb 2003 16:25:37 -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 18n3cj-0005hl-00 for gnu-emacs-bug@prep.ai.mit.edu; Sun, 23 Feb 2003 21:25:26 +0000 Original-Received: (from news@localhost) by pa-01.supernews.net (8.12.6/8.12.5/Submit) id h1NLPPt5012067 for gnu-emacs-bug@prep.ai.mit.edu; Sun, 23 Feb 2003 21:25:25 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: 24 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:4505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4505 Jérôme Bouat writes: > > If it has to be properly implemented Indeed, emacs does not allow scrolling by less than one line, AFAIU. 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..) :) > (no hack but global property), > I think it is a feature > that touch the core of emacs. > Does someone has planned to fix it ? (and until that time, any package like vel.el shall have this last remaining bit of granularity remaining: the "minimum" jumpit makes is 1 line... other than that, vel.el is very smooth, jumping every 0.05 seconds.. and can be made smoother by customizing the smoothness parameter: vel-moment).