From 357f364ce19376d2efe1b4f6df004b4f90c59b37 Mon Sep 17 00:00:00 2001 From: yoichi Date: Tue, 8 Apr 2003 23:18:41 +0000 Subject: [PATCH] INSTALL, INSTALL.ja: Write about WL-CFG. WL-CFG: Add comment. --- INSTALL | 8 ++++++-- INSTALL.ja | 7 +++++-- WL-CFG | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index d19d9eb..ce8189f 100644 --- a/INSTALL +++ b/INSTALL @@ -91,7 +91,7 @@ Install MIME Module Installation ============ -(a) Edit Makefile +(a) Edit Makefile, WL-CFG Edit EMACS, LISPDIR, and so on in Makefile. @@ -101,6 +101,8 @@ Installation If LISPDIR is not specified (or NONE by default), it is automatically detected. + Edit WL-CFG if you need. You can specify language for INFO, etc. + (b) Bytecompile and Install Please do following. @@ -125,7 +127,7 @@ Install as a XEmacs package packages. After installation as a XEmacs package, you do not need configurations of autoload, icon path in your own .emacs file. -(a) Edit Makefile +(a) Edit Makefile, WL-CFG Edit XEMACS, PACKAGEDIR, and so on in Makefile. @@ -135,6 +137,8 @@ Install as a XEmacs package If PACKAGEDIR is not specified (NONE by default) and the SEMI modules have been installed, it is automatically detected. + Edit WL-CFG if you need. You can specify language for INFO, etc. + (b) Bytecompile and Install Please do following. diff --git a/INSTALL.ja b/INSTALL.ja index 39fb62e..7ac7281 100644 --- a/INSTALL.ja +++ b/INSTALL.ja @@ -95,7 +95,7 @@ MIME用モジュールのインストール 通常のインストール ================== -(a)Makefile の編集 +(a)Makefile, WL-CFG の編集 Makefile は、EMACS, LISPDIR の部分を編集してください。 @@ -105,6 +105,8 @@ MIME用モジュールのインストール LISPDIR は特に指定しなくても (NONE のままでも) 自動的にインストール 先を検出します。 + 必要なら WL-CFG を編集してください。 INFO の言語の指定などができます。 + (b)バイトコンパイル・インストール 以下を実行してください。 @@ -131,7 +133,7 @@ XEmacs のパッケージとしてインストール の設定、アイコンのパス設定を個人の .emacs に記述しなくても Wanderlust を正常に起動できるようになります。 -(a)Makefile の編集 +(a)Makefile, WL-CFG の編集 Makefile は、XEMACS, PACKAGEDIR の部分を編集してください。 @@ -141,6 +143,7 @@ XEmacs のパッケージとしてインストール PACKAGEDIR は特に指定しなくても (NONE のままでも)、SEMI がインストー ルされていれば自動的に検出されます。 + 必要なら WL-CFG を編集してください。 INFO の言語の指定などができます。 (b)バイトコンパイル・インストール diff --git a/WL-CFG b/WL-CFG index 937a9ed..a17c225 100644 --- a/WL-CFG +++ b/WL-CFG @@ -16,7 +16,7 @@ ;(setq wl-info-lang "en") ;; Set language for news file ("ja" or "en", both in default). -;(setq wl-news-lang '("ja" "en")) +;(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. -- 1.7.10.4