From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Is it possible to scroll smoothly in Emacs? Date: Tue, 02 Dec 2014 15:50:08 +0200 Message-ID: <837fya6u0f.fsf@gnu.org> References: <87egsjgm5y.fsf@wmi.amu.edu.pl> <83egsj6qzc.fsf@gnu.org> <878uirggo2.fsf@wmi.amu.edu.pl> <83a9367mia.fsf@gnu.org> <87zjb6fdzi.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1417528257 18084 80.91.229.3 (2 Dec 2014 13:50:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2014 13:50:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 02 14:50:50 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xvnqp-0000LM-VJ for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Dec 2014 14:50:48 +0100 Original-Received: from localhost ([::1]:36964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvnqp-0002Wc-IK for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Dec 2014 08:50:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvnqO-0002Tw-FR for help-gnu-emacs@gnu.org; Tue, 02 Dec 2014 08:50:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvnqI-0005Do-Ew for help-gnu-emacs@gnu.org; Tue, 02 Dec 2014 08:50:20 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:50699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvnqI-0005Cx-6P for help-gnu-emacs@gnu.org; Tue, 02 Dec 2014 08:50:14 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NFY00C00JM8DM00@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Tue, 02 Dec 2014 15:50:00 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NFY00C4RJRB2X60@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Tue, 02 Dec 2014 15:50:00 +0200 (IST) In-reply-to: <87zjb6fdzi.fsf@wmi.amu.edu.pl> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101366 Archived-At: > From: Marcin Borkowski > Date: Tue, 02 Dec 2014 13:12:17 +0100 > > > Yes, I know. The same technique, i.e. setting window-vscroll, will > > work for text. > > I don't get it: window-vscroll is apparently a function. How do I use > it? You use window-vscroll to query the current scroll, and set-window-vscroll to change it. > I found auto-window-vscroll, but neither nil nor t changes the way > the (normal) window is scrolled, e.g. using a scrollbar. You need to write your own command using the above 2 functions.