nicferrier / elmarmalade

emacs-lisp version of the marmalade package repository
111 stars 21 forks source link

Authors header is not processed #79

Open bbatsov opened 9 years ago

bbatsov commented 9 years ago

Some packages have an Authors header (instead of Author), e.g. clojure-mode:

;; Authors: Jeffrey Chu <jochu0@gmail.com>
;;       Lennart Staflin <lenst@lysator.liu.se>
;;       Phil Hagelberg <technomancy@gmail.com>
;;       Bozhidar Batsov <bozhidar@batsov.com>

This seems to be ignored by marmalade's header parsing logic.

nicferrier commented 9 years ago

Marmalade's header parsing code is Emacs header parsing code. I consider that the canonical version. So it's probably that.

Sounds like a good idea... but if it is Emacs we'll obviously have to patch Emacs.

I'll see what I can do though.