el-get icon indicating copy to clipboard operation
el-get copied to clipboard

How to view the version of a package after M-x el-get-list-packages?

Open ding3my opened this issue 8 years ago • 1 comments

I can see the version column after M-x package-list-packages. How to do with el-get-list-packages or other command?

ding3my avatar Mar 17 '17 06:03 ding3my

I can see the version column after M-x package-list-packages.

s/can/can't, right?

How to do with el-get-list-packages or other command?

  1. Add a version method and implement it for :types that could support it (not all can).
  2. Add code to retrieve the info in el-get-print-package by calling the method.

npostavs avatar Mar 17 '17 13:03 npostavs