all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Freenet.DE>
To: Toon Claes <toon@iotcl.com>
Cc: 23786@debbugs.gnu.org, Peter Dyballa <Peter_Dyballa@Freenet.DE>,
	Jiajie Chen <jiegec@qq.com>, Alan Third <alan@idiocy.org>
Subject: bug#23786: 25.0.95 and 24.5: NS variants both scroll too much
Date: Thu, 25 Aug 2016 14:36:10 +0200	[thread overview]
Message-ID: <BF0C1950-F487-49D7-BFD8-DE9DBDF76895@Freenet.DE> (raw)
In-Reply-To: <m2d1l88p58.fsf@MacToonPro-2.local>


> Am 16.08.2016 um 21:55 schrieb Toon Claes <toon@iotcl.com>:
> 
> Peter Dyballa <Peter_Dyballa@Freenet.DE> writes:
> 
>> Hello!
> 
> Hi Pete,
> 
>> all scroll too much when I use the extra Bluetooth trackpad of an iMac
>> (27“, Late 2013) instead of the Mighty Mouse.
> 
> Is it a Magic Trackpad, or a Magic Trackpad 2 with Force Touch?
> I use the latter on a daily basis. But I have an old one laying around
> somewhere. I also have a Magic Mouse. But you are using a Mighty Mouse,
> aren't you?

I did not buy anything, it’s the gear my employer provides me with. System Report/System Information says about the mouse:

  Services:	Apple Magic Mouse
  Manufacturer:	Apple (0x3, 0x31C)
  Firmware Version:	0x0306
  Vendor ID:	0x05AC
  Product ID:	0x030D
  Class of Device:	0x05 0x20 0x2580

And about the trackpad it reports:

  Services:	Apple Wireless Trackpad
  Manufacturer:	Apple (0x3, 0x31C)
  Firmware Version:	0x0160
  Vendor ID:	0x05AC
  Product ID:	0x030E
  Class of Device:	0x05 0x25 0x2594


> 
>> Yes. The default setting for the mouse could be a bit improved, using
>> the suggestions of Jiajie Chen – I am usually not working with mice –
>> because it scrolls a bit too fast, but by far not that fast as the
>> trackpad.
> 
> I also did not know about those settings, thanks a bunch Jiajie Chen.
> These settings feel a lot more natural, so maybe we should consider
> changing the defaults (although I actually never scroll with mouse in
> Emacs).
> 
>> Is there a way to find out on the command line the preferences set for
>> mouse and trackpad? Maybe it would help determine the cause for my bug
>> report.

Meanwhile mouse and trackpad are working better. The commands below give for me:

    "com.apple.mouse.scaling" = "0.875";
    "com.apple.trackpad.scaling" = "1.5";

> 
> Mac OS X has the `defaults` tool to read/write settings from the command
> line. For example on my machine:
> 
> $ defaults read -g | grep mouse
> 
>    "com.apple.mouse.scaling" = "2.5";
> 
> $ defaults read -g | grep trackpad
>    "com.apple.trackpad.forceClick" = 1;
>    "com.apple.trackpad.scaling" = "1.5";

My customisation looks minimal:

(setq scroll-conservatively 1000)
 '(mouse-wheel-scroll-amount (quote (3 ((shift) . 1) ((control)))))

I think that I just changed 2 to 3…

For GNU Emacs 25 I have changed

(setq mouse-wheel-progressive-speed nil) to '(mouse-wheel-progressive-speed t). Behaviour of GNU Emacs 24 and 25 is now fine.

—

Greetings

  Pete






      reply	other threads:[~2016-08-25 12:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-17 15:15 bug#23786: 25.0.95 and 24.5: NS variants both scroll too much Peter Dyballa
2016-06-18  7:18 ` Jiajie Chen
2016-06-18 11:45 ` Alan Third
2016-06-19 12:21   ` Peter Dyballa
2016-08-16 19:55     ` Toon Claes
2016-08-25 12:36       ` Peter Dyballa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BF0C1950-F487-49D7-BFD8-DE9DBDF76895@Freenet.DE \
    --to=peter_dyballa@freenet.de \
    --cc=23786@debbugs.gnu.org \
    --cc=alan@idiocy.org \
    --cc=jiegec@qq.com \
    --cc=toon@iotcl.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.