emacs - Interactive function for getting number of packages ready to upgrade? -


goal: number of packages ready upgrade minibuffer or console.

remarks: package.el hard grasp elisp beginner - many contexts, implicit state, etc...

emacsclient -e "(list-packages)" gives: "x packages can upgraded: type "u" mark them upgrading", creates new explicit buffer.

maybe possible adjust list-packages package.el in hidden buffer?

refreshing packages archive handled package-refresh-contents , beyond issue.

any appreciated.

epl-find-upgrades gives list of upgradable packages. wrap own command around function, print name of each package returned.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -