So, you do not like (require 'dictem) or what?

If put (require 'dictem) in .emacs which share across different host
I get error (file-error "Cannot open load file" "dictem") on host were
dictem not installed.

If the way determine presence of dictem? Yes:

(when (locate-library (symbol-name 'dictem))
    (require 'dictem))

But it better put

  (autoload 'dictem "dictem" "bla-bla-bla" t)

in /etc/emacs/site-start.d/50autoconf.el

--
Best regards!



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to