* Subfeatures
@ 2006-11-25 3:35 Dieter Wilhelm
0 siblings, 0 replies; only message in thread
From: Dieter Wilhelm @ 2006-11-25 3:35 UTC (permalink / raw)
Hi
I read the following in the Elisp documentation:
-- Fonction: provide feature &optional subfeatures
This function announces that FEATURE is now loaded, or being
loaded, into the current Emacs session. This means that the
facilities associated with FEATURE are or will be available for
other Lisp programs.
The direct effect of calling `provide' is to add FEATURE to the
front of the list `features' if it is not already in the list.
The argument FEATURE must be a symbol. `provide' returns FEATURE.
If provided, SUBFEATURES should be a list of symbols indicating a
set of specific subfeatures provided by this version of FEATURE.
You can test the presence of a subfeature using `featurep'.
>From getting used to running `remove-feature' a feature is equivalent
to me as the major mode function. But then what are sub-features and
where are they helpful?
--
Best wishes
H. Dieter Wilhelm
Darmstadt, Germany
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-25 3:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-25 3:35 Subfeatures Dieter Wilhelm
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.