From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?J=E9r=F4me?= Bouat Newsgroups: gmane.emacs.help Subject: Re: progressive scrolling Date: Fri, 31 Jan 2003 23:17:33 +0100 Organization: Wanadoo, l'internet avec France Telecom Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87lm11ggc7.fsf@kuntu.zangpo.org> 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 1044051595 8503 80.91.224.249 (31 Jan 2003 22:19:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 31 Jan 2003 22:19:55 +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 18ejVo-0002Cr-00 for ; Fri, 31 Jan 2003 23:19:52 +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 18ejX2-0005hs-06 for gnu-help-gnu-emacs@m.gmane.org; Fri, 31 Jan 2003 17:21:08 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!wanadoo.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: agrenoble-101-1-5-239.abo.wanadoo.fr Original-X-Trace: news-reader12.wanadoo.fr 1044051505 5792 80.11.136.239 (31 Jan 2003 22:18:25 GMT) Original-X-Complaints-To: abuse@wanadoo.fr Original-NNTP-Posting-Date: 31 Jan 2003 22:18:25 GMT User-Agent: KNode/0.7.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:109671 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6186 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6186 Martin Schmitz wrote: > Peter Lee writes: > >> Jérôme Bouat writes: >> >>> How can emacs scroll a line progressively >>> without scrolling one line at a time ? >> >> Perhaps this is what you want: >> (setq scroll-step 1) > > ,-----[ C-h v scroll-step ] > | [ ... ] > | If you want scrolling to always be a line at a time, you should set > | `scroll-conservatively' to a large value rather than set this to 1. > `----- > > (setq scroll-conservatively '1023) > Thanks, I used (setq scroll-step 1) instead of what you advised. I corrected it from now. For what I wanted, see the response of David Kastrup.