all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#71646: 29.3; pixel-scroll-precision-mode overrides paging behaviour even when pixel-scroll-precision-interpolate-page is off
@ 2024-06-19 10:44 Mike Woolley
  2024-06-22  8:57 ` Eli Zaretskii
  0 siblings, 1 reply; 18+ messages in thread
From: Mike Woolley @ 2024-06-19 10:44 UTC (permalink / raw)
  To: 71646

[-- Attachment #1: Type: text/plain, Size: 1157 bytes --]

Hi,

Playing with `pixel-scroll-precision-mode’ I noticed a small issue:

Setting `pixel-scroll-precision-interpolate-page’ is supposed to turn off the paging animation (which it does) however even when it’s off, <prior> and <next> invoke `cua-scroll-up’ & `cua-scroll-down’ rather than allowing another keymap to handle it.

Unfortunately this means any other mapping for these keys you might have has now been silently overridden (even after you’ve said you don’t want the new behaviour).

(defun pixel-scroll-interpolate-up ()
  "Interpolate a scroll upwards by one page."
  (interactive)
  (if pixel-scroll-precision-interpolate-page
      (pixel-scroll-precision-interpolate (window-text-height nil t) nil 1)
    (cua-scroll-down)))

I think it would be better if `pixel-scroll-precision-mode’ did nothing if `pixel-scroll-precision-interpolate-page’ is off and allowed another keycap to handle <prior> & <next>.

I also noticed that it only maps <prior> & <next> and not C-v / M-v, so in other words behaviour could be different depending on exactly which Page Up & Down key sequence you invoke.

Thanks,
Mike


[-- Attachment #2: Type: text/html, Size: 2576 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-09-07  9:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-19 10:44 bug#71646: 29.3; pixel-scroll-precision-mode overrides paging behaviour even when pixel-scroll-precision-interpolate-page is off Mike Woolley
2024-06-22  8:57 ` Eli Zaretskii
2024-07-06  7:39   ` Eli Zaretskii
2024-07-06  8:40     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-07-20  9:40       ` Eli Zaretskii
2024-07-20 10:10         ` Mike Woolley
2024-08-04  7:54           ` Eli Zaretskii
2024-08-17  8:21             ` Eli Zaretskii
2024-08-17  8:24               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-24  8:43                 ` Eli Zaretskii
2024-08-31  9:24                   ` Eli Zaretskii
2024-08-31  9:54                     ` Mike Woolley
2024-09-01  9:48                     ` Stefan Kangas
2024-09-01 10:33                       ` Eli Zaretskii
2024-09-01 11:52                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-07  8:07                           ` Eli Zaretskii
2024-09-07  9:34                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-01 11:35                       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

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.