unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: reader <gertopc@proton.me>, Bob Rogers <rogers@rgrjr.com>
Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: RE: [External] : Re: Dropping the dashes when displying command names
Date: Wed, 6 Dec 2023 15:28:50 +0000	[thread overview]
Message-ID: <SJ0PR10MB5488B1B2AB051593D63863A4F384A@SJ0PR10MB5488.namprd10.prod.outlook.com> (raw)
In-Reply-To: <cv7O9CPfVPDbqCNUH7HAWzbKEtlEVgO9gNtX-rsOLPmKie7BfooIzKPW-5Qp1LvkW7TtDfJqttuuCIerwNK1UdKjsupX9jJwaBvVuWT3VRU=@proton.me>

In addition to what others have said...


So you want to see `Delete region' instead of
`delete-region', for `M-x'.

`Delete region' is already possible as a command
name.  Displaying `delete-region' as if its name
were `Delete region' would make it impossible to
distinguish two commands that have different names,
both of which you want displayed the same way.

(defun Delete\ region ()
  (interactive)
  (message "Delete\\ region"))

  parent reply	other threads:[~2023-12-06 15:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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     ` Drew Adams [this message]
2023-12-09  4:06       ` [External] : " Richard Stallman
2023-12-06 12:21 ` Eli Zaretskii
2023-12-06 17:12   ` reader
2023-12-06 17:45     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SJ0PR10MB5488B1B2AB051593D63863A4F384A@SJ0PR10MB5488.namprd10.prod.outlook.com \
    --to=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=gertopc@proton.me \
    --cc=rogers@rgrjr.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).