emacs-devel
[Top][All Lists]
Advanced

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

Emacs Lisp API for updating package.el packages


From: Bozhidar Batsov
Subject: Emacs Lisp API for updating package.el packages
Date: Thu, 26 Sep 2013 12:20:16 +0300

Hi guys,

As far as I know the only way to update the install packages via package.el is the following:

* M-x package-list-packages
* U (mark packages that can be upgraded)

This works, but it's a bit limiting. For instance, someone might want to have Emacs check for package updates on startup and install them.

It'd be really great if there were a command `package-upgrade` that would upgrade a package if possible (and maybe a command `package-upgrade-all` that just wraps `package-upgrade`. 

-- 
Cheers,
Bozhidar


reply via email to

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