|
From: | Stefan Monnier |
Subject: | Re: How to get all commands defined in a specified file (or files)? |
Date: | Mon, 11 Nov 2024 19:00:30 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
> say that I'd like to define a `execute-extended-command' alternative > which would only allow to run commands defined in a specified file. How > can I get all such commands? Look for the file in `load-history`, that will give you a list of all the functions/vars/types/faces/... defined in there. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |