emacs-devel
[Top][All Lists]
Advanced

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

Re: document package.el


From: Tom Tromey
Subject: Re: document package.el
Date: Fri, 27 Aug 2010 09:51:36 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

>>>>> "Uday" == Uday S Reddy <address@hidden> writes:

Uday> I personally think that upgrading packages should be a conscious,
Uday> deliberate action.  You never know what changes the developers have
Uday> put in the upgrade and what those change would entail in terms of how
Uday> you will use the package.

This is exactly why I didn't write package.el to work automatically :-)

It should be implementable, though, if somebody really wants it.

Another idea would be to do what Mozilla's plugin manager does: look for
updates in the background, and notify the users of possible upgrades.

Uday> I will also want to install the new versions along side the old ones,
Uday> so that I have the option of going back to the old versions if I need
Uday> to.  It is not yet clear to me if package.el allows that.

If you install a new version the old one will still be there.  You have
to explicitly delete it.  So, you can go back to an older one by
deleting the newer one.

This isn't foolproof because installing a new version of a package may
install new versions of its dependencies, and there's no easy way
(without reading through files in ~/.emacs.d/elpa/) to know what those
are after the fact.

Tom



reply via email to

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