rranelli / auto-package-update.el

Automatically update Emacs packages.
151 stars 26 forks source link

Fix (auto-package-update-now) #11

Closed rtrn closed 9 years ago

rtrn commented 9 years ago

As stated in a comment in #6, (package-menu--find-upgrades) only works inside the Package buffer opened by (package-list-packages). The explicit call of (package-refresh-contents) was also removed, because (package-list-packages) does this automatically.

rranelli commented 9 years ago

Testing this package is way trickier than I expected. I should figure out a way to test the update with no dependency on my local packages. Any ideas?

rtrn commented 9 years ago

@rranelli I don't know anything about the internals of the Emacs package system, so I suppose I can't really help you with that :(