help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mouse Scroll.


From: Thien-Thi Nguyen
Subject: Re: Mouse Scroll.
Date: Fri, 30 Mar 2007 09:00:22 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

() "Daniel" <hanmoai@gmail.com>
() 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]