nflath / c-eldoc

eldoc-mode plugin for C source code
33 stars 15 forks source link

Needs to be updated on marmalade #1

Closed gvol closed 12 years ago

gvol commented 12 years ago

The current version on marmalade is 0.5 which, in particular, does not contain the autoload cookie. It is not part of the GNU ELPA or MELPA. The new version is part of Tom Tromey's ELPA, but I had that turned off since it's been abandoned IIUC. Adding it to MELPA should be very easy, simply adding

(name :url "https://github.com/nflath/c-eldoc.git" 
 :fetcher git)

to pkglist, and testing that it builds. Unfortunately, when I tried to build (some time ago for a different project) some oddities in my environment made it so I couldn't build anything without making some major changes which weren't worth it at the time.

Anyway, updating on Marmalade would be great, and adding to MELPA would also be nice. I don't have much experience with either, but if you want me to try to do either let me know.

nflath commented 12 years ago

Hi, I've added the updated version to marmalade, and submitted a pull request for adding it to MELPA.

Thanks, Nathaniel Flath

On Tue, Mar 27, 2012 at 2:06 AM, Ivan Andrus < reply@reply.github.com

wrote:

The current version on marmalade is 0.5 which, in particular, does not contain the autoload cookie. It is not part of the GNU ELPA or MELPA. The new version is part of Tom Tromey's ELPA, but I had that turned off since it's been abandoned IIUC. Adding it to MELPA should be very easy, simply adding

(name :url "https://github.com/nflath/c-eldoc.git" :fetcher git)

to pkglist, and testing that it builds. Unfortunately, when I tried to build (some time ago for a different project) some oddities in my environment made it so I couldn't build anything without making some major changes which weren't worth it at the time.

Anyway, updating on Marmalade would be great, and adding to MELPA would also be nice. I don't have much experience with either, but if you want me to try to do either let me know.


Reply to this email directly or view it on GitHub: https://github.com/nflath/c-eldoc/issues/1

nflath commented 12 years ago

I've added the updated version to Marmalade, and submitted a pull request for MELPA.

gvol commented 12 years ago

Thanks!

nflath commented 12 years ago

Actually, I updated the wrong package on marmalade - I'm not the owner of c-eldoc on marmalae, so I can't - can you contact the owner and ask him to do that?

gvol commented 12 years ago

I have emailed him and will let you know when I hear back.

bretthoerner commented 12 years ago

I've added @nflath as an owner on Marmalade.