bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#51370: 28.0.60; tab-bar-history-mode: avoid micro-steps


From: Carlos Pita
Subject: bug#51370: 28.0.60; tab-bar-history-mode: avoid micro-steps
Date: Sun, 24 Oct 2021 14:46:09 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (darwin)

> winner-mode has a more sensible behavior in this regard: it just
> remembers the beginning and the end of the mouse resizing operation

I believe the difference is due to the fact that winner-mode listens to
changes in a window-configuration-change-hook but only saves them in a
post-command-hook, while tab-bar-history-mode saves changes in a
window-configuration-change-hook. I assume that dragging with the mouse
is sending a sequence of window configuration change events while still
being a single command.

Best regards,
Carlos





reply via email to

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