all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Dropping the dashes when displying command names
@ 2023-12-05 17:48 reader
  2023-12-06  3:50 ` Bob Rogers
  2023-12-06 12:21 ` Eli Zaretskii
  0 siblings, 2 replies; 9+ messages in thread
From: reader @ 2023-12-05 17:48 UTC (permalink / raw)
  To: emacs-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

M-x presents you a list of interactive commands. They are lisp commands, but the user is concerned with their name when looking for a command, so displaying command names with spaces instead of dashes can make a more readable, cleaner presentation.

So instead of this:

delete-active-region
delete-char (<delete>)
delete-directory
delete-file-local-variable
delete-frame (C-x 5 0)
delete-matching-lines (flush-lines)
delete-other-frames (C-x 5 1)
delete-other-windows-vertically
delete-region
delete-trailing-whitespace

it would look like this:

delete active region
delete char (<delete>)
delete directory
delete file local variable
delete frame (C- x 5 0)
delete matching lines (flush lines)
delete other frames (C-x 5 1)
delete other windows vertically
delete region
delete trailing whitespace

[-- Attachment #2: Type: text/html, Size: 1958 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-12-09  4:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05 17:48 Dropping the dashes when displying command names reader
2023-12-06  3:50 ` Bob Rogers
2023-12-06  6:40   ` reader
2023-12-06 12:34     ` Eli Zaretskii
2023-12-06 15:28     ` [External] : " Drew Adams
2023-12-09  4:06       ` Richard Stallman
2023-12-06 12:21 ` Eli Zaretskii
2023-12-06 17:12   ` reader
2023-12-06 17:45     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.