help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Adding functionality to a minor mode


From: Michael Heerdegen
Subject: Re: Adding functionality to a minor mode
Date: Mon, 07 Feb 2022 23:26:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

goncholden <goncholden@protonmail.com> writes:

> I would have to copy the whole function on the minibuffer.
> Is there an easier way to call macroexpand on rich-minor-mode?

You mean, to macroexpand the mode definition?  If you don't want to use
the minibuffer, use either use the *scratch* buffer (hit C-x C-e with
cursor at the end of an expression to be evaluated; with prefix arg, the
result is inserted) -- or M-x ielm, if you prefer something shell-like.

Michael.




reply via email to

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