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
> From: Robert Pluim <rpluim <at> gmail.com>
> Cc: Alan Third <alan <at> idiocy.org>, 35389 <at> debbugs.gnu.org, npostavs <at> gmail.com
> Date: Sat, 11 May 2019 11:54:13 +0200
>
> Eli> Could there be some internal variable, either in Lisp or in
> Eli> C, which we then would use in the default value, as some
> Eli> unit, instead of just number of wheel turns and number of
> Eli> lines? Then we could set that internal variable to different
> Eli> values, but keep the customization the same in those
> Eli> internally-defined units. I think that would be somewhat
> Eli> cleaner, if possible and reasonable, because we'd be able to
> Eli> document the customization in these units in a
> Eli> platform-independent way.
>
> I canʼt think of a single variable you could use to transform
>
> (5 ((shift) . 1) ((control) . nil)))
>
> to
>
> (1 ((shift) . 5) ((control)))
What is the logic behind the value proposed for macOS 10.7, though?
It sounds like Shift will _increase_ the scrolling amount instead of
decreasing it in the default value? What is the reason for such
reversal?
> (as an aside ((control) . nil) is the same as ((control)), so we
> should change one or the other)
Right.
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.