summaryrefslogtreecommitdiff
path: root/itches/emacs
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2024-12-25 19:11:47 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2024-12-25 19:11:47 +0100
commitf590edf2aa553d551aa0644711d7d507fc219721 (patch)
tree79ae706cb78a11194814fafbbf2f4d159067b695 /itches/emacs
parent9ecac973f76daaadd979a07bf891b739e5ed7504 (diff)
downloadmemory-leaks-f590edf2aa553d551aa0644711d7d507fc219721.tar.xz
Rant about C-x C-b
Diffstat (limited to 'itches/emacs')
-rw-r--r--itches/emacs/tracker.org24
1 files changed, 24 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index 1c27146..bec2c75 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -440,6 +440,30 @@ properly indented citations/ 🧐
:END:
Following integration into core.
** Major modes
+*** Buffer-menu
+**** TODO select on entry
+=C-x C-b= invokes ~list-buffer~, but does not select the menu window.
+
+There are a lot of ways to work around this:
+
+- prefix with =C-x 4 1=
+- rebind =C-x C-b= to ~buffer-menu~
+- customize =display-buffer-alist=
+
+Wondering if anyone is happy with the status quo.
+
+- /hatmatrix/ and 56 🔼voters are [[https://stackoverflow.com/q/1231188/1503371][unhappy]]; folks suggest (≈100 🔼votes
+ total; ordered from most to least voted, aggregating duplicate
+ answers)
+ - rebinding to ~buffer-menu~ (✋),
+ - using ~ido-mode~,
+ - customizing =same-window-regexps= (obsoleted by
+ =display-buffer-alist=),
+ - rebinding to ~ibuffer~,
+ - rebinding to ~bs-show~.
+- Neither Doom nor Spacemacs have bindings for ~buffer-menu~ nor
+ ~list-buffers~; guessing users rely on buffer-switching commands
+ with extra-featured completion frontends?
*** Custom
**** DONE [[bug:39074]] Horizontal line messes with variable value display in Custom buffers
:PROPERTIES: