[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Finding packages to enable by default
From: |
Tom |
Subject: |
Re: Finding packages to enable by default |
Date: |
Fri, 29 Nov 2013 18:54:56 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:
>
> > In order to find these an elisp function could be written which
> > outputs the name of those packages which are shipped with emacs,
> > are disabled by default, but users enable them. This function
> > then could be sent to this list and other emacs
> > forums (emacs.reddit.com, etc.), so users can run it in their own
> > emacs and then send the output to some adress or person.
>
> Sounds good,
>
Is there a generic elisp way to list packages shipped with emacs
without listing them explicitly?
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.
- Finding packages to enable by default, Tom, 2013/11/29
- Re: Finding packages to enable by default, Stefan Monnier, 2013/11/29
- Re: Finding packages to enable by default,
Tom <=
- Re: Finding packages to enable by default, chad, 2013/11/29
- Re: Finding packages to enable by default, Stefan Monnier, 2013/11/29
- Re: Finding packages to enable by default, Tom, 2013/11/29
- Re: Finding packages to enable by default, Dmitry Gutov, 2013/11/29
- Re: Finding packages to enable by default, Tom, 2013/11/29
- Re: Finding packages to enable by default, Glenn Morris, 2013/11/29
- Re: Finding packages to enable by default, Stefan Monnier, 2013/11/29
- Re: Finding packages to enable by default, Tom, 2013/11/30
- Re: Finding packages to enable by default, Stefan Monnier, 2013/11/30
- Re: Finding packages to enable by default, Glenn Morris, 2013/11/30