package magit
tags 619480 pending
thanks
After considering various options I think I'm going to use
$ cat /etc/emacs/site-start.d/50magit.el
;;; Autoloads for magit
(if (member debian-emacs-flavor '(emacs23))
(if (file-exists-p "/usr/share/emacs/site-lisp/magit/magit.el")
(autoload 'magit-status "magit" nil t)
(message "Package magit removed but not purged. Skipping
setup.")))
to skip autoloading for unsupported emacs versions. A preliminary
package is at
http://lindi.iki.fi/lindi/debian/pool/main/m/magit/magit_1.0.0-1~try5.dsc
and will probably be uploaded after it's got sufficient testing and
review :-)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]