My .emacs contains these customisations, for this reason:
'(mouse-wheel-progressive-speed nil)
'(mouse-wheel-scroll-amount (quote (2 ((shift) . 1) ((control)))))
(this is in the Mouse group).
The default corresponds to
'(mouse-wheel-scroll-amount (quote (5 ((shift) . 1) ((control)))))
I quite like the '1' speed you get with Shift, I must say. Control-scroll-up magnifies the whole screen, I suppose this is one of those NS bindings. Still, I can do without it (having only just discovered that the option even existed).
Has anyone else noticed that scrolling now has inertia, like the flicking effect on iPhones? Neat!
--S
On 12 Dec 2010, at 17:11, Peter Dyballa wrote:
> Am 12.12.2010 um 15:04 schrieb Patrick Mezard:
>> Is there any Emacs configuration entry to control scrolling speed?
> The mouse wheel functionality comes from mwheel.el. By pressing Shift the speed of scrolling is reduced. It might also work to set mouse-wheel-progressive-speed to nil. A customisation option does not seem to exist.
> --
> Greetings
> Pete
> There is no national science just as there is no national multiplication table; what is national is no longer science.
> – Anton Checov
> --
> Carbon Emacs User Group
> http://groups.google.com/group/carbon-emacs?hl=en