From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Daniel" Newsgroups: gmane.emacs.help Subject: Re: Mouse Scroll. Date: 1 Apr 2007 09:20:17 -0700 Organization: http://groups.google.com Message-ID: <1175444417.187238.171370@n59g2000hsh.googlegroups.com> References: <1175129879.195404.156070@r56g2000hsd.googlegroups.com> <87y7lfkygp.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1175445446 20588 80.91.229.12 (1 Apr 2007 16:37:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Apr 2007 16:37:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 01 18:37:23 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 1HY33T-0006Ge-Dr for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Apr 2007 18:37:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY36P-0003Go-1a for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Apr 2007 12:40:25 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!postnews.google.com!n59g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: 24.161.168.138 Original-X-Trace: posting.google.com 1175444419 17108 127.0.0.1 (1 Apr 2007 16:20:19 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 1 Apr 2007 16:20:19 +0000 (UTC) In-Reply-To: <87y7lfkygp.fsf@ambire.localdomain> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20060601 Firefox/2.0.0.3 (Ubuntu-edgy),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: n59g2000hsh.googlegroups.com; posting-host=24.161.168.138; posting-account=sSuG_Q0AAACBMwnT3Ej4aAinBHQ74NmN Original-Xref: shelby.stanford.edu gnu.emacs.help:146736 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:42340 Archived-At: On Mar 30, 12:00 am, Thien-Thi Nguyen wrote: > () "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 Thanks, thi, It really help. Thank you. I didn't even know about 'C-x C-e' .