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

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

Re: .emacs to keep cursor stationary when scrolling with mouse


From: JohnF
Subject: Re: .emacs to keep cursor stationary when scrolling with mouse
Date: Fri, 29 May 2015 11:03:14 +0000 (UTC)
User-agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (NetBSD/6.1.5 (i386))

Damien Wyart <damien.wyart@free.fr> wrote:
> * JohnF <john@please.see.sig.for.email.com> in gnu.emacs.help:
>> [...] But I can't get the cursor to remain stationary when scrolling
>> with the mouse. How's that done??? Thanks. Here's my complete
>> .emacs... [...]
> 
> You could try to add:
>   (setq mouse-wheel-progressive-speed nil)
> to your .emacs.

Thanks, Damien. Added it after ...follow-mouse, i.e.,
from .emacs in original post
...
(setq mouse-wheel-follow-mouse 't) ;;; scroll window under mouse
(setq mouse-wheel-progressive-speed nil) ;;; <-- added your suggestion
...
But it had no effect. Does it do anything for you???
-- 
John Forkosh  ( mailto:  j@f.com  where j=john and f=forkosh )


reply via email to

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