X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=SEMI-ELS;h=448caf3fa4a2f9b06b567ff1300762b8f234a33e;hb=2e41d7945ec51f8fb69e900e291805645ec5282d;hp=098dbe827c7f30c1717b32ebea32d40f92f1ee73;hpb=a9b65a9de0cc97b021fef209ecd098cbbf7e9da9;p=elisp%2Fsemi.git diff --git a/SEMI-ELS b/SEMI-ELS index 098dbe8..448caf3 100644 --- a/SEMI-ELS +++ b/SEMI-ELS @@ -1,16 +1,16 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: SEMI-ELS,v 0.0 1997-02-22 17:22:45 morioka Exp $ -;;; + +;; SEMI-ELS: list of SEMI modules to install + +;;; Code: (setq semi-modules-to-compile '(signature - mime-def - eword-decode eword-encode - mime-parse mime-view mime-text mime-play mime-partial - tm-latex tm-html tm-tar tm-file + pgg-def pgg pgg-parse pgg-gpg pgg-pgp5 pgg-pgp mime-pgp + smime + 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,25 +26,17 @@ (nconc semi-modules-not-to-compile i-modules)) ) ))) - '((ange-ftp tm-ftp) - (mailcrypt tm-pgp tm-edit-mc) - (bbdb tm-bbdb) + '((bbdb mime-bbdb) + (w3 mime-w3) )) -(if (and (file-exists-p "tm-evs.el") - (or (boundp 'MULE) - (boundp 'NEMACS)) - ) - (setq semi-modules-to-compile (nconc semi-modules-to-compile '(tm-evs))) - ) - (if (or (string-match "XEmacs" emacs-version) (featurep 'mule)) (setq semi-modules-to-compile (nconc semi-modules-to-compile '(mime-image))) ) -(setq tm-modules (append semi-modules-to-compile - semi-modules-not-to-compile)) +(setq semi-modules (append semi-modules-to-compile + semi-modules-not-to-compile)) ;;; SEMI-ELS ends here