emacs-devel
[Top][All Lists]
Advanced

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

Re: Tweaking the output of `C-h b'


From: Lars Ingebrigtsen
Subject: Re: Tweaking the output of `C-h b'
Date: Mon, 01 Nov 2021 01:50:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

While we're prettyfying the `C-h b' output...  Here's a random section.

-------------

`emacs-lisp-mode' Major Mode Bindings:
key             binding
---             -------

C-c             Prefix Command
ESC             Prefix Command
DEL             backward-delete-char-untabify
C-H-x           ??
H-v             eval-current-buffer

C-c d           ??
C-c s           lars-patch-strip

C-M-i           completion-at-point
C-M-q           indent-pp-sexp
C-M-x           eval-defun

-------------

Is the "prefix command" thing vital to know?  And should the ??'s be
fixed?  And the spacing doesn't seem optimal.  So what about:

-------------

`emacs-lisp-mode' Major Mode Bindings:

key             binding
---             -------
DEL             backward-delete-char-untabify
C-H-x           closure
H-v             eval-current-buffer

C-c d           closure
C-c s           lars-patch-strip

C-M-i           completion-at-point
C-M-q           indent-pp-sexp
C-M-x           eval-defun

-------------

Or...  make that

---             -------

into a thin line on graphical displays?  Makes the display even more
compact.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




reply via email to

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