Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Change Scrolling Speed
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Patrick Mezard  
View profile  
 More options Dec 12 2010, 9:04 am
From: Patrick Mezard <pmez...@gmail.com>
Date: Sun, 12 Dec 2010 06:04:31 -0800 (PST)
Local: Sun, Dec 12 2010 9:04 am
Subject: Change Scrolling Speed
Hello,

I have just reinstalled Carbon Emacs on a new MacBook Pro and
everything works fine except the "two fingers scrolling" is way too
fast. I tried to fix it directly in OSX "System Preferences ->
Trackpad", but the current settings are fine for all applications I
tested except for Carbon Emacs.

Is there any Emacs configuration entry to control scrolling speed?

--
Patrick Mézard


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Dyballa  
View profile  
 More options Dec 12 2010, 12:11 pm
From: Peter Dyballa <Peter_Dyba...@Web.DE>
Date: Sun, 12 Dec 2010 18:11:00 +0100
Subject: Re: [carbon-emacs:1691] Change Scrolling Speed

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simon Wright  
View profile  
 More options Dec 12 2010, 1:23 pm
From: Simon Wright <simon.j.wri...@mac.com>
Date: Sun, 12 Dec 2010 18:23:25 +0000
Local: Sun, Dec 12 2010 1:23 pm
Subject: Re: [carbon-emacs:1692] Change Scrolling Speed
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »