emacs-devel
[Top][All Lists]
Advanced

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

Re: "Command Discovery In Emacs "


From: Lars Ingebrigtsen
Subject: Re: "Command Discovery In Emacs "
Date: Mon, 16 Aug 2021 14:56:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean-Christophe Helary <lists@traduction-libre.org> writes:

>> See the "Command Modes" section in the Emacs Lisp manual.
>
> It doesn't say whether there is an easy way to find which mode is a
> given function associated to... :)

There is and there isn't.  :-)  This stuff is about creating a way to
reliably find commands that are meant for a specific mode -- there isn't
one today.

But in practice it's pretty easy.  If you look at a random (special)
mode like tetris.el, it's pretty obvious which commands are for that
mode only (and which ones aren't), which makes tagging up the commands
easy enough.

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