emacs-devel
[Top][All Lists]
Advanced

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

Re: Finding packages to enable by default


From: Stefan Monnier
Subject: Re: Finding packages to enable by default
Date: Fri, 29 Nov 2013 15:32:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Is there a generic elisp way to list packages shipped with emacs
> without listing them explicitly?

There's no easy and reliable way, but I don't think we need that.

> I guess checking if they are actually enabled is easier. If the
> package is loaded then we can say it's enabled. Though it's
> possible a package is loaded without being enabled, it may not
> be typical, so we can ignore that.

I think the contents of `features' is all we need.


        Stefan



reply via email to

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