From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Klimov Newsgroups: gmane.emacs.devel Subject: Re: Emacs FAQ for Emacs 22.1 Date: Tue, 13 Dec 2005 17:10:54 +0200 (IST) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1134491882 1079 80.91.229.2 (13 Dec 2005 16:38:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2005 16:38:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 13 17:38:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmD5g-0001uC-1i for ged-emacs-devel@m.gmane.org; Tue, 13 Dec 2005 17:33:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmD6B-0003N4-49 for ged-emacs-devel@m.gmane.org; Tue, 13 Dec 2005 11:33:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmBoW-00065Q-77 for emacs-devel@gnu.org; Tue, 13 Dec 2005 10:11:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmBoS-00064D-LY for emacs-devel@gnu.org; Tue, 13 Dec 2005 10:11:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmBoS-000644-9O for emacs-devel@gnu.org; Tue, 13 Dec 2005 10:11:32 -0500 Original-Received: from [199.203.54.24] (helo=eitan.edu) by monty-python.gnu.org with smtp (Exim 4.34) id 1EmBqM-0001Uc-Q4 for emacs-devel@gnu.org; Tue, 13 Dec 2005 10:13:31 -0500 Original-Received: (qmail 24829 invoked from network); 13 Dec 2005 15:10:54 -0000 Original-Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 13 Dec 2005 15:10:54 -0000 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47621 Archived-At: Hi. If `M-x customize-variable' is the preferred method then probably we should replace things like Place the following Lisp form in your `.emacs' file: (setq scroll-step 1) with Use M-x customize-variable to set scroll-step to 1 -- Regards, ASK