From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Leidisch Newsgroups: gmane.emacs.help Subject: Re: a beginner's emacs troubles Date: Mon, 30 Jul 2007 03:48:42 +0200 Organization: NIL Message-ID: <87fy36oe4l.fsf@zeus.home> References: <1185749317.489626.226270@22g2000hsm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185763227 20942 80.91.229.12 (30 Jul 2007 02:40:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jul 2007 02:40:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 30 04:40:21 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IFLBD-0003RD-Qj for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jul 2007 04:40:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFLBD-0005Mw-F0 for geh-help-gnu-emacs@m.gmane.org; Sun, 29 Jul 2007 22:40:19 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!newsfeed00.sul.t-online.de!newsfeedt0.toon.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-X-Trace: news.t-online.com 1185760201 01 8878 5hW86k364hvnk61 070730 01:50:01 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: JTjHpQZBweGjTtHODirsDyBzLEYn-cosUu2KsLfZDgcQb9UTPR0po- Mail-Copies-To: never X-URL: http://www.leidisch.net Face: iVBORw0KGgoAAAANSUhEUgAAACcAAAAwBAMAAABgXn4lAAAAElBMVEUAAQAqBAZRBQqPBQ+7 AxPaABVvI29OAAABcElEQVQoz22Ty3aDIBCGR/ABPJ66JybuqYl7a8K+ifD+r9K5IaTtbPR8Z2Au /w+kv/EN+hPH/hx+wb0DABPeYHRAYd/gJ0hMFXwpA1NghCOWA64Fthk+CpMGCD4rCBn6Gg4KXQ3b ILCroUn/QJBM7NKcz3PVKcOemttKJYayBn+0T9DoRru8KSo06m5l2kbgnJd/0vI1TOlLyhPcUoia WyBnxvs8yRx8PJwCC0dNeOuwPC+kWdJq3Q3v8AsqMxHcoQlRrvXLjjMRjO2cbeDbAneEnOmmTY8j ZBQJ4gYC3zncUzVpIxIPe4Z+8GA5M12OObsJpTWe4PZIIXEDbhAH4e+zv9509kn8R+acyS00LG5j VxhH++DMV6OycFG7bQumrlbbomNP6EdaUrfoTtnxAOMVPyaLKpOwon7KppYKBHc0p74IaZAc6C6H qQV+4FwmSZMZJj86fC+ZwSGulWdXwQ11uhejqg4Ap8q5os67m38AZ7m+abMM2IMAAAAASUVORK5C YII= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:PDs6rHvU/jB2kup8yjd0FM5u0Mo= Original-Xref: shelby.stanford.edu gnu.emacs.help:150593 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46171 Archived-At: "f33ldead@gmail.com" writes: > * I want line-by-line scrolling. When I move the cursor at the > bottom of the screen and press down, emacs scrolls many lines, rather > than a single line. ,----[ C-h v scroll-step RET ] | scroll-step is a variable defined in `C source code'. | Its value is 1 | | | Documentation: | *The number of lines to try scrolling a window by when point moves out. | If that fails to bring point back on frame, point is centered instead. | If this is zero, point is always centered after it moves off frame. | 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. | | You can customize this variable. `---- I have (setq scroll-step 1) in my .emacs. Regards, dhl