GNU bug report logs -
#35389
27.0.50; [PATCH] Emacs on macOS sets mouse-wheel variables directly
Previous Next
Reported by: Robert Pluim <rpluim <at> gmail.com>
Date: Tue, 23 Apr 2019 09:49:02 UTC
Severity: minor
Tags: fixed, patch
Found in version 27.0.50
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Fri, 10 May 2019 22:25:31 +0100
> From: Alan Third <alan <at> idiocy.org>
> Cc: Robert Pluim <rpluim <at> gmail.com>, 35389 <at> debbugs.gnu.org,
> npostavs <at> gmail.com
>
> > Why does that system configuration need a different default to begin
> > with? In general, having different defaults on different systems is
> > not a good idea.
>
> macOS 10.7+ handles wheel scrolling differently from how other systems
> handle it. If we stick with the defaults then it becomes
> uncontrollably fast, the current defaults make it feel similar to X,
> Windows, etc.
>
> IIRC, fixing it in C is probably possible, but not as straight forward
> as just changing the defaults. There was discussion of it in Emacs
> devel at the time and only one person objected, but later changed
> their mind.
Could there be some internal variable, either in Lisp or in C, which
we then would use in the default value, as some unit, instead of just
number of wheel turns and number of lines? Then we could set that
internal variable to different values, but keep the customization the
same in those internally-defined units. I think that would be
somewhat cleaner, if possible and reasonable, because we'd be able to
document the customization in these units in a platform-independent
way.
If that's impractical, then I guess we'll have to live with this
inconsistency, although I personally consider it a slippery slope. At
the very least it should be documented, in NEWS if not in the manual.
> > Also, the original patch mentioned a specific version of appkit,
> > whereas this one is more general, AFAIU. Wouldn't that cause trouble
> > or surprise elsewhere?
>
> We still support macOS 10.6, which behaves similarly to X and Windows.
> Changing the defaults for it would result in unexpected behaviour.
Are you saying that testing the OS version and testing the appkit
version yield the same result in this case? Or are you saying that
testing the appkit version is simply incorrect? Because that was my
concern.
Thanks.
This bug report was last modified 5 years and 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.