* wl-summary.el (wl-summary-delete-cache): Fixed.
[elisp/wanderlust.git] / WL-CFG
1 ;;;                                                     -*- emacs-lisp -*-
2 ;;; Configuration file for installation.
3
4 ;; load-path setting example for Nemacs with tm.
5 ;(setq load-path (append 
6 ;                (list "/usr/local/lib/nemacs/local.lisp/apel"
7 ;                      "/usr/local/lib/nemacs/local.lisp/flim"
8 ;                      "/usr/local/lib/nemacs/local.lisp/mu"
9 ;                      "/usr/local/lib/nemacs/local.lisp/tm"
10 ;                      "/usr/local/lib/nemacs/local.lisp/")
11 ;                load-path))
12
13 ;; load-path setting example for Mule with SEMI.
14 ;(setq load-path (append 
15 ;                (list "/usr/local/share/mule/site-lisp/apel"
16 ;                      "/usr/local/share/mule/site-lisp/flim"
17 ;                      "/usr/local/share/mule/site-lisp/semi") 
18 ;                load-path))
19
20 ;; If you want to install utils, uncomment following line.
21 ;(setq wl-install-utils t)
22
23 ;; Set lauguage for info file ("ja" or "en"). Default is "ja".
24 ;; By following setting, English info is installed.
25 ;(setq wl-info-lang "en")
26 ;; By following setting, both Japanese and English info are installed.
27 ;(setq wl-info-lang '("ja" "en"))
28
29 ;; if you want to install wl modules to the subdirectory other than "wl" 
30 ;; under LISPDIR, set following variables. 
31 ;(setq WL_PREFIX "your-path")    ; default is "wl"
32 ;(setq ELMO_PREFIX "your-path")  ; default is "wl"
33