* Re: master bb666073d3: Allow interpolating scrolls via the Page Down and Page Up keys
[not found] ` <20211226023659.B0470C04DCC@vcs2.savannah.gnu.org>
@ 2021-12-26 16:53 ` Stefan Monnier
2021-12-26 17:09 ` Stefan Kangas
2021-12-27 0:52 ` Po Lu
0 siblings, 2 replies; 5+ messages in thread
From: Stefan Monnier @ 2021-12-26 16:53 UTC (permalink / raw)
To: Po Lu; +Cc: emacs-devel
> - (define-key map [wheel-down] #'pixel-scroll-precision)
> - (define-key map [wheel-up] #'pixel-scroll-precision)
> - (define-key map [touch-end] #'pixel-scroll-start-momentum)
> - (define-key map [mode-line wheel-down] #'pixel-scroll-precision)
> - (define-key map [mode-line wheel-up] #'pixel-scroll-precision)
> - (define-key map [mode-line touch-end] #'pixel-scroll-start-momentum)
> - (define-key map [header-line wheel-down] #'pixel-scroll-precision)
> - (define-key map [header-line wheel-up] #'pixel-scroll-precision)
> - (define-key map [header-line touch-end] #'pixel-scroll-start-momentum)
> - (define-key map [vertical-scroll-bar wheel-down] #'pixel-scroll-precision)
> - (define-key map [vertical-scroll-bar wheel-up] #'pixel-scroll-precision)
> - (define-key map [vertical-scroll-bar touch-end] #'pixel-scroll-start-momentum)
> - (define-key map [left-margin wheel-down] #'pixel-scroll-precision)
> - (define-key map [left-margin wheel-up] #'pixel-scroll-precision)
> - (define-key map [left-margin touch-end] #'pixel-scroll-start-momentum)
> - (define-key map [right-margin wheel-down] #'pixel-scroll-precision)
> - (define-key map [right-margin wheel-up] #'pixel-scroll-precision)
> - (define-key map [right-margin touch-end] #'pixel-scroll-start-momentum)
> - (define-key map [left-fringe wheel-down] #'pixel-scroll-precision)
> - (define-key map [left-fringe wheel-up] #'pixel-scroll-precision)
> - (define-key map [left-fringe touch-end] #'pixel-scroll-start-momentum)
> - (define-key map [right-fringe wheel-down] #'pixel-scroll-precision)
> - (define-key map [right-fringe wheel-up] #'pixel-scroll-precision)
> - (define-key map [right-fringe touch-end] #'pixel-scroll-start-momentum)
> + (define-key map [wheel-down] 'pixel-scroll-precision)
> + (define-key map [wheel-up] 'pixel-scroll-precision)
> + (define-key map [touch-end] 'pixel-scroll-start-momentum)
> + (define-key map [mode-line wheel-down] 'pixel-scroll-precision)
> + (define-key map [mode-line wheel-up] 'pixel-scroll-precision)
> + (define-key map [mode-line touch-end] 'pixel-scroll-start-momentum)
> + (define-key map [header-line wheel-down] 'pixel-scroll-precision)
> + (define-key map [header-line wheel-up] 'pixel-scroll-precision)
> + (define-key map [header-line touch-end] 'pixel-scroll-start-momentum)
> + (define-key map [vertical-scroll-bar wheel-down] 'pixel-scroll-precision)
> + (define-key map [vertical-scroll-bar wheel-up] 'pixel-scroll-precision)
> + (define-key map [vertical-scroll-bar touch-end] 'pixel-scroll-start-momentum)
> + (define-key map [left-margin wheel-down] 'pixel-scroll-precision)
> + (define-key map [left-margin wheel-up] 'pixel-scroll-precision)
> + (define-key map [left-margin touch-end] 'pixel-scroll-start-momentum)
> + (define-key map [right-margin wheel-down] 'pixel-scroll-precision)
> + (define-key map [right-margin wheel-up] 'pixel-scroll-precision)
> + (define-key map [right-margin touch-end] 'pixel-scroll-start-momentum)
> + (define-key map [left-fringe wheel-down] 'pixel-scroll-precision)
> + (define-key map [left-fringe wheel-up] 'pixel-scroll-precision)
> + (define-key map [left-fringe touch-end] 'pixel-scroll-start-momentum)
> + (define-key map [right-fringe wheel-down] 'pixel-scroll-precision)
> + (define-key map [right-fringe wheel-up] 'pixel-scroll-precision)
> + (define-key map [right-fringe touch-end] 'pixel-scroll-start-momentum)
> + (define-key map [next] 'pixel-scroll-interpolate-down)
> + (define-key map [prior] 'pixel-scroll-interpolate-up)
Why remove the `#`?
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-12-27 4:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <164048621945.4206.11469219761834055110@vcs2.savannah.gnu.org>
[not found] ` <20211226023659.B0470C04DCC@vcs2.savannah.gnu.org>
2021-12-26 16:53 ` master bb666073d3: Allow interpolating scrolls via the Page Down and Page Up keys Stefan Monnier
2021-12-26 17:09 ` Stefan Kangas
2021-12-27 0:53 ` Po Lu
2021-12-27 0:52 ` Po Lu
2021-12-27 4:13 ` Stefan Monnier
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).