I have a function key bound to the command buffer-menu-other-window
. But sometimes when I hit that key, while I am editing file foo.py
, file foo.py
appears at the bottom of my buffer list instead of the top, which is a real pain.
[The same thing happens when I type C-x C-b
, which is bound to command list-buffers
. As far as I can see, buffer-menu-other-window
is an old name for list-buffers
.]
This problem appears (apparently) randomly, and then does not go away until I quit emacs and restart it. So I assume I have accidentally set something. But is there a way to fix this without quitting and restarting emacs?
frame-buffs
and the custom list is imbeded as a frame parameter; i.e., frame-local lists. – lawlist Apr 28 '22 at 15:29ibuffer
and never looked back. See e.g. https://emacs.stackexchange.com/questions/20187/organize-the-buffer-list – NickD Apr 28 '22 at 19:38ibuffer
occasionally stops working for no apparent reason, i.e. it stops updating; which is even more annoying than the problem I originally asked about! So after 3 months trying it, I'm going back tobuffer-menu
/buffer-menu-other-window
– Peter B Aug 03 '22 at 00:53