Peter S Galbraith <p...@debian.org> wrote: > Jonathan Rockway <j...@jrock.us> wrote: > > > Hey guys, > > > > I have secretly wanted to have eproject in Debian for some time. Let me > > know if you need me to do anything :) > > > > --jrockway > > Great! It's always a good thing to have an interested author! > > You might run > > M-x checkdoc > > and fix the few things it catches and add the missing documentation. :-) > > Thanks!
Looks like eproject-extras.el would be very useful for users (as opposed to elisp programmers). Would you mind adding autoload cookies to its interactive commands? We also needs autoload cookies for eproject.el entry points (including `eproject-maybe-turn-on' and `dot-eproject-mode', as well as the `add-hook' and `add-to-list': ;;;###autoload (add-hook 'find-file-hook #'eproject-maybe-turn-on) ;;;###autoload (add-hook 'dired-mode-hook #'eproject-maybe-turn-on) ;;;###autoload (add-to-list 'auto-mode-alist '("\\.eproject$" . dot-eproject-mode)) I could add eproject and eproject-extras within the next few days (I was about to do it this evening when i noticed the missing cookies; I could add a quilt patch, but I'd rather not if I can avoid it). Thanks, Peter -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org