Re: Associate non-named functions to a high level group
Heime <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <dUzJ14LZqCshl9uVeIe14JjSxIEps-OlqKckRnyeqknehn9Pf4ukNljkUhzk1TZ32upO6f5YSzrwsjRXP37z_Hrcc_1wrZXdOah3FJW3CKk=@protonmail.com> |
On Saturday, April 4th, 2026 at 9:05 PM, Heime <[email protected]> wrote: > While defcustom can use :group 'lana to organize variables for > discovery via M-x customize-group RET lana, interactive functions > lack direct group association - especially when names like > mos-normalise-pathname omit lana. > > What framework can I introduce to associate such functions with > the lana group, filtering M-x completion or describe-function > lookups to show only lana-related commands regardless of naming? Some might say not to bother. Because the first part of every function and variable name is supposed to be the package name. Everything in the lana package should start with lana. Nothing else is required. But for large projects, there is the possibility to have subpackages to the high level package. The subpackages would not include lana in them, but only the name of the subpackage.