[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: package.el dependencies
From: |
Stefan Monnier |
Subject: |
Re: package.el dependencies |
Date: |
Wed, 28 Jan 2015 14:33:03 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
>> +(defcustom packages-installed-directly nil
>> + "Store here packages installed explicitely by user.
>> +This variable will be feeded automaticaly by emacs,
>> +so you should not modify it yourself.
> Then don't make it a defcustom :-).
I agree with Arthur's reaction to the docstring's message. But I think
in reality the problem is in the docstring: there's nothing wrong with
setting this variable via Custom (or via setq).
We should very much support such usage.
E.g. we should provide a command which makes sure that all packages in
packages-installed-directly are indeed installed. So a user can copy
her init file to a new computer and then use this command to
auto-install all the packages she likes.
Of course, this also hints at the fact that the name is not right.
The name should be more along the lines of "user selected packages", or
something like that.
Stefan
- Re: package.el dependencies, (continued)
- Re: package.el dependencies, Artur Malabarba, 2015/01/28
- Re: package.el dependencies, Thierry Volpiatto, 2015/01/28
- Re: package.el dependencies,
Stefan Monnier <=
- Re: package.el dependencies, Ivan Shmakov, 2015/01/28
- Re: package.el dependencies, Artur Malabarba, 2015/01/28
- Re: package.el dependencies, Stefan Monnier, 2015/01/28
- Re: package.el dependencies, Thierry Volpiatto, 2015/01/29
- Re: package.el dependencies, Thierry Volpiatto, 2015/01/29
Re: package.el dependencies, Thierry Volpiatto, 2015/01/30