commercialhaskell / stack-ide

Stack-based JSON interface to ide-backend
98 stars 23 forks source link

elpa Commentary section isn't working properly #78

Closed lukehoersten closed 8 years ago

lukehoersten commented 8 years ago

Perhaps because this is a multi-file package, the Commentary in the .el file isn't being properly displayed in package manager.

Some IRC conversation:

wgreenhouse: Luke: I dunno if this is how melpa is doing it, but (info "(elisp) Multi-file Packages") suggests that for a multi-file package, a file README is expected for the long description, instead of the ;;; Commentary: header

legoscia`: wgreenhouse: I stumbled upon that sentence in the documentation a few days ago, but I couldn't find anything in the source that suggests that the README file is actually used. ";;; Commentary" seems to be the only way.

wgreenhouse: legoscia`: so whose ;;; Commentary gets used in case of a multifile package?

legoscia`: wgreenhouse: I think it's the .el file that matches the package name, but when I try to look it up in the source, I tumble down a rabbit hole...

lukehoersten commented 8 years ago

Somehow it's fixed. Not sure how but I think I've had this problem before.