debian emacs policy
Posted on May 16th, 2003 by Sacha Chua
Peter S Galbraith suggests
(if (not (file-exists-p "/usr/share/emacs/site-lisp/emacs-goodies-el"))
(message
"Package emacs-goodies-el is removed but not purged. Setup not done.")
(debian-pkg-add-load-path-item
(concat
"/usr/share/" (symbol-name flavor) "/site-lisp/emacs-goodies-el"))
(require 'emacs-goodies-el))
Short URL: http://sachachua.com/blog/p/761
I'm 