X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=SEMI-ELS;h=b77be5a8f24199553cf03035ac197f7343dbbd7f;hb=37a37365da56b10d88818625638f59c6162e2686;hp=6d5073677eea5aead06172bd3e662be898b5848d;hpb=9dc3f7aef6fe3d6067f1f97658e07dc0125e3887;p=elisp%2Fsemi.git diff --git a/SEMI-ELS b/SEMI-ELS index 6d50736..b77be5a 100644 --- a/SEMI-ELS +++ b/SEMI-ELS @@ -1,16 +1,15 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: SEMI-ELS,v 0.1 1997-02-28 04:07:11 tmorioka Exp $ -;;; + +;; SEMI-ELS: list of SEMI modules to install + +;;; Code: (setq semi-modules-to-compile - '(alist signature - mime-def - eword-decode eword-encode - mime-parse mime-view mime-text mime-play mime-partial - tm-latex tm-html mime-tar mime-file mime-ftp + '(signature + pgg-def pgg pgg-parse pgg-gpg pgg-pgp5 pgg-pgp mime-pgp + semi-def mime-view mime-play mime-partial postpet mime-edit - semi-setup)) + semi-setup mail-mime-setup)) (setq semi-modules-not-to-compile nil) @@ -26,8 +25,9 @@ (nconc semi-modules-not-to-compile i-modules)) ) ))) - '((mailcrypt mime-pgp mime-mc) - (bbdb tm-bbdb) + '((bbdb mime-bbdb) + (w3 mime-w3) + (vcard mime-vcard) )) (if (or (string-match "XEmacs" emacs-version)