From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: Mouse Scroll. Date: Fri, 30 Mar 2007 09:00:22 +0200 Organization: sometimes Message-ID: <87y7lfkygp.fsf@ambire.localdomain> References: <1175129879.195404.156070@r56g2000hsd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1175288989 1764 80.91.229.12 (30 Mar 2007 21:09:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Mar 2007 21:09:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 30 09:38:42 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 1HXBh3-0008Up-ON for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Mar 2007 09:38:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXBji-0000rl-7L for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Mar 2007 02:41:26 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!LF.net!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: ppp-188-32.21-151.libero.it Original-X-Trace: quimby.gnus.org 1175238015 31191 151.21.32.188 (30 Mar 2007 07:00:15 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 30 Mar 2007 07:00:15 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:x8I6EDbjzW6PAakdj9EYd3Dh49w= Original-Xref: shelby.stanford.edu gnu.emacs.help:146698 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:42303 () "Daniel" () 28 Mar 2007 17:57:59 -0700 What I want is just to scroll only one line when I spin the wheel. How can I do this? you found the right variable but you did not find how to set it. try placing in ~/.emacs something like: (setq mouse-wheel-scroll-amount '(1 ; no mod ((shift) . 5) ; fast ((control) . nil))) ; screen then move the cursor after the close paren and type `C-x C-e'. alternatively, that particular variable can be set using the customization interface. (BTW, why emacs is so hard to use? It is very less intuitive to use.) emacs is disciplined; discipline is hard. thi