emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master e37eb7f: Add support for pixel wheel deltas on NS


From: Po Lu
Subject: Re: master e37eb7f: Add support for pixel wheel deltas on NS
Date: Thu, 25 Nov 2021 18:34:14 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

>     Po>     Add support for pixel wheel deltas on NS
>     
>     Po>     * src/xterm.c (x_coalesce_scroll_events): Update doc string.
>     Po>     * src/nsterm.c (- mouseDown): Report pixel scroll deltas.

> nsterm.m, not .c. I guess you didnʼt use C-x 4 a to write the log
> message.

That's right.  Good catch, sorry, but I couldn't get
add-change-log-entry to fill entries satisfactorily for use with Git.

>     Po> +
>     Po> +  DEFVAR_BOOL ("x-coalesce-scroll-events", x_coalesce_scroll_events,
>     Po> +            doc: /* SKIP: real doc in xterm.c.  */);
>     Po> +  x_coalesce_scroll_events = true;
>     Po> +

> We now have 3 definitions of x-coalesce-scroll-events. Is there not
> somewhere more generic where you can put it? (and I suspect we can
> drop the x- bit).

Not until MS-Windows gains this support, I think.

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]