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

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

bug#32850: 27.0.50; window-swap-states doesn't swap window prev/next-buf


From: Juri Linkov
Subject: bug#32850: 27.0.50; window-swap-states doesn't swap window prev/next-buffers
Date: Wed, 21 Nov 2018 02:08:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-pc-linux-gnu)

> Also note that the overhead induced by executing these functions then
> becomes proportional to the value of the prefix argument (for each
> single switch you call 'set-window-prev-buffers',
> 'set-window-next-buffers' 'record-window-buffer',
> 'unrecord-window-buffer' and run 'buffer-list-update-hook',
> 'window-scroll-functions' and 'window-configuration-change-hook').

Aren't hooks intended to run only once when the command is finished?

> Finally note that you change 'buffer-display-time' without actually
> displaying the buffer and the mystic last_selected_window slot in
> buffer.h.

Whereas 'buffer-display-time' is not very important, changing
its value looks wrong, indeed.





reply via email to

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