all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Implement subfeatures in packages
@ 2024-08-04 12:09 Heime
  2024-08-04 13:20 ` Heime
  0 siblings, 1 reply; 8+ messages in thread
From: Heime @ 2024-08-04 12:09 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor

Reading the documentation string, one can use subfeatures.  I would like to have
some code examples to help me implement subfeatures in my own packages.

(provide FEATURE &optional SUBFEATURES)

Announce that FEATURE is a feature of the current Emacs.
The optional argument SUBFEATURES should be a list of symbols listing
particular subfeatures supported in this version of FEATURE.




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-08-05 19:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-04 12:09 Implement subfeatures in packages Heime
2024-08-04 13:20 ` Heime
2024-08-04 16:33   ` [External] : " Drew Adams
2024-08-04 18:53     ` Heime
2024-08-04 20:44       ` Drew Adams
2024-08-05  9:50         ` Heime
2024-08-05 11:09           ` Heime
2024-08-05 19:39   ` Heime

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.