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

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

Re: Mouse Scroll.


From: Daniel
Subject: Re: Mouse Scroll.
Date: 1 Apr 2007 09:20:17 -0700
User-agent: G2/1.0

On Mar 30, 12:00 am, Thien-Thi Nguyen <t...@gnuvola.org> wrote:
> () "Daniel" <hanm...@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

Thanks, thi,

It really help. Thank you. I didn't even know about 'C-x C-e' .



reply via email to

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