emacs-devel
[Top][All Lists]
Advanced

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

Re: Current mode command discovery


From: Lars Ingebrigtsen
Subject: Re: Current mode command discovery
Date: Sat, 20 Feb 2021 15:51:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> I've now tried this new command.
>
>   emacs -Q
>   M-S-x
>
> This shows "M-x" prompt, whereas I expected either "M-X" or "M-S-x".

Ah, yes, that should be fixed...

>   TAB
>
> This shows the following *help* buffer:
>
>   Click on a completion to select it.
>   In this buffer, type RET to select the completion near point.
>
>   Possible completions are:
>   backward-delete-char-untabify (DEL)         completion-at-point (C-M-i)
>   edebug-defun (edebug-eval-top-level-form)
>   eval-defun (C-M-x)                          eval-print-last-sexp (C-j)
>   indent-pp-sexp (C-M-q)
>
> That's it.  All of it.  Is that the intent?

Yup.  Well, `lisp-interaction-mode' hasn't been tagged up, so you're
basically getting `C-h m' in `M-x'-like form.  I'm not sure `M-S-x' in
the *scratch* buffer will ever include more than that, but this command
is (well, will be) more useful for command discovery in more specialised
modes.

-- 
(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]