X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=WL-CFG;h=a17c225179025405a988ba27a9e06a9007569be3;hb=9d48f82a6146e65bb1fa2cdaca44538b5969c4b7;hp=fcf9b0c97e5af327dbb1d1fc0fee1d89f28e08d8;hpb=3f610255d881bf4466641476b1fddfdf270e772b;p=elisp%2Fwanderlust.git diff --git a/WL-CFG b/WL-CFG index fcf9b0c..a17c225 100644 --- a/WL-CFG +++ b/WL-CFG @@ -1,36 +1,25 @@ ;;; -*- emacs-lisp -*- ;;; Configuration file for installation. -;; load-path setting example for Nemacs with tm. -;(setq load-path (append -; (list "/usr/local/lib/nemacs/local.lisp/apel" -; "/usr/local/lib/nemacs/local.lisp/flim" -; "/usr/local/lib/nemacs/local.lisp/mu" -; "/usr/local/lib/nemacs/local.lisp/tm" -; "/usr/local/lib/nemacs/local.lisp/") -; load-path)) - ;; load-path setting example for Mule with SEMI. -;(setq load-path (append +;(setq load-path (append ; (list "/usr/local/share/mule/site-lisp/apel" ; "/usr/local/share/mule/site-lisp/flim" -; "/usr/local/share/mule/site-lisp/semi") +; "/usr/local/share/mule/site-lisp/semi") ; load-path)) ;; If you want to install utils, uncomment following line. ;(setq wl-install-utils t) -;; If you want to install sasl package, uncomment following line. -;(setq wl-install-sasl t) - -;; Set lauguage for info file ("ja" or "en"). Default is "ja". -;; By following setting, English info is installed. +;; Set language for info file ("ja" or "en", both in default). +;; If you only need manual in English, uncomment following line. ;(setq wl-info-lang "en") -;; By following setting, both Japanese and English info are installed. -;(setq wl-info-lang '("ja" "en")) -;; if you want to install wl modules to the subdirectory other than "wl" -;; under LISPDIR, set following variables. +;; Set language for news file ("ja" or "en", both in default). +;(setq wl-news-lang '("ja" "en")) ; order sensitive + +;; if you want to install wl modules to the subdirectory other than "wl" +;; under LISPDIR, set following variables. ;(setq WL_PREFIX "your-path") ; default is "wl" ;(setq ELMO_PREFIX "your-path") ; default is "wl"