help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Updating Elisp files while Emacs is running


From: Joost Kremers
Subject: Re: Updating Elisp files while Emacs is running
Date: 15 Mar 2016 07:39:39 GMT
User-agent: slrn/1.0.1 (Linux)

Phillip Lord wrote:
> Likewise, for ELPA, as far as I know -- the load-path is set once during
> package-initialize, so if a new version of a package gets added, Emacs
> will run with the old.

Except that its directory will have been deleted. This means that if the
package is autoloaded (which is common) and you haven't actually *used*
(i.e., loaded) the package before upgrading, then when you do use it,
Emacs will look in the old location, won't find the package and throw up
an error.



-- 
Joost Kremers                                   joostkremers@fastmail.fm
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


reply via email to

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