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
Post a Comment