From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Emacs FAQ for Emacs 22.1 Date: Wed, 14 Dec 2005 00:12:09 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1134537324 15449 80.91.229.2 (14 Dec 2005 05:15:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Dec 2005 05:15:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 14 06:15:23 2005 Return-path: Original-Received: from [199.232.75.2] (helo=lists.gnu.org) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmOyI-0003WQ-Uu for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 06:14:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmOyr-0006N4-Qv for ged-emacs-devel@m.gmane.org; Wed, 14 Dec 2005 00:15:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EmOxq-0005YA-EX for emacs-devel@gnu.org; Wed, 14 Dec 2005 00:14:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EmOxo-0005Uu-9t for emacs-devel@gnu.org; Wed, 14 Dec 2005 00:14:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EmOxn-0005To-At for emacs-devel@gnu.org; Wed, 14 Dec 2005 00:14:03 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EmOzo-00045z-7h for emacs-devel@gnu.org; Wed, 14 Dec 2005 00:16:08 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EmOvx-0006i1-6k; Wed, 14 Dec 2005 00:12:09 -0500 Original-To: Alexander Klimov In-reply-to: (message from Alexander Klimov on Tue, 13 Dec 2005 17:10:54 +0200 (IST)) 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 X-Broken-Reverse-DNS: no host name found for IP address 199.232.75.2 Xref: news.gmane.org gmane.emacs.devel:47679 Archived-At: 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 I am not sure. Perhaps either way is ok, or it may depend on the context.