From b28f811b4bb3bf373e1b33e8eb12fdce6fe0653a Mon Sep 17 00:00:00 2001 From: kaoru Date: Fri, 6 Jul 2001 16:43:33 +0000 Subject: [PATCH] Update MIME module section. --- doc/wl-ja.texi | 68 ++++++++----------------------------------------------- doc/wl.texi | 69 ++++++++++---------------------------------------------- 2 files changed, 21 insertions(+), 116 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 6e61d5c..33588e1 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -241,59 +241,8 @@ Wanderlust を起動するまでに必要な手順を順番に説明します。 @pindex SEMI @pindex tm -Wanderlust を正常に動作させるには、まず、SEMI もしくは tm がインス -トールされている必要があります。 - -Emacs19.28 以前をベースとした Mule をお使いの場合は SEMI が動かないはず -@footnote{Emacs 19.34 ベースの Mule では SEMI を動作させることも可能です。@* -@uref{http://www.jpl.org/elips/INSTALL-SEMI-ja.html} が参考になります。} -なので tm をインストールします。 -(tm はバージョン 8.7 以降をご利用ください。) - -SEMI が使える Emacsen では、tm よりも機能の充実した SEMIをインストールす -ることをお勧めします。 - -インストールの方法は各パッケージに添付されているドキュメントを参照して -ください。 - -SEMI, tm は以下の場所からダウンロードできます。 - -@example -@group -SEMI: ftp://ftp.m17n.org/pub/mule/semi/ -tm: http://cvs.m17n.org/tomo/comp/emacsen/tm/tm-8/ -@end group -@end example - -SEMI には APEL, FLIM と呼ばれるパッケージも必要です。 -APEL, FLIM は以下の場所からダウンロードできます。 - -@example -@group -APEL: ftp://ftp.m17n.org/pub/mule/apel/ -FLIM: ftp://ftp.m17n.org/pub/mule/flim/ -@end group -@end example - -APEL, FLIM, SEMI の順にインストールしてください。 -基本的にすべて @samp{make install} の実行で済むはずです -(XEmacs 21 では @samp{make install-package})。 - -推奨される APEL, FLIM, SEMI のバージョンの組合せは、以下の通りです。 - -@itemize @minus -@item APEL 10.3, FLIM 1.14.3, SEMI 1.14.3 -@end itemize - -その他、FLIM, SEMI にはいろいろな変形バージョンが存在しますが、 -それらのいずれも利用することが可能です。 -基本的に最新版の組合せなら動作するはずです。 -例えば、以下の組合せの動作が確認されています。 - -@itemize @minus -@item APEL 10.2, Chao 1.14.1, REMI 1.14.2 -@item APEL 10.2, SLIM 1.14.3, EMY 1.13.9 -@end itemize +Wanderlust を正常に動作させるには、まず、SEMI もしくは tm がインストール +されている必要があります。詳しくは @file{INSTALL.ja} をご覧ください。 APEL, FLIM, SEMI か tm のバージョンアップを行った場合は、Wanderlust をイ ンストールしなおしてください。 @@ -385,15 +334,15 @@ ftp://opaopa.org/pub/elisp/ 自動的にインストール先を適当に検出します。 実際のインストール先については後述します。 -Mule 2.3 など、@file{subdirs.el} が無く、@code{load-path} にサブディレクトリが -自動的に加わらない Emacs では、 +Mule 2.3 など、@file{subdirs.el} が無く、@code{load-path} にサブディレク +トリが自動的に加わらない Emacs では、 @example Cannot open load file: mime-setup @end example @noindent -というエラーが出ることがあります。この場合は、custom, APEL, FLIM, SEMI +というエラーが出ることがあります。この場合は、custom, APEL, FLIM, SEMI のインストール先を環境変数 @env{EMACSLOADPATH}に加えるか、展開ディレクト リの @file{WL-CFG} というファイル中で@code{load-path} を通しておくとよい でしょう。 @@ -426,7 +375,7 @@ ELMO モジュールをインストールするディレクトリを指定します。 ELMO モジュールにはファイル @file{elmo*.el} @file{elmo*.elc} が含まれます。 @c @file{utf7.el}, @file{utf7.elc} も ELMO モジュールに含まれます。 @end table - + @noindent @code{WL_PREFIX}, @code{ELMO_PREFIX} のデフォルトはいずれも @file{wl} です。 @@ -823,7 +772,7 @@ default 値: @lisp ;; 例: 生パスワードで認証 -(setq elmo-default-imap4-authenticate-type 'clear) +(setq elmo-default-imap4-authenticate-type 'clear) @end lisp 例: @@ -6732,6 +6681,7 @@ Wanderlust に関する議論はこのメーリングリストで行われます。 9/12 biff 機能 with 嵯峨田さん&山岡さん。 10/17 expire-hide by 岡田さん。 11/08 2.4.0 stable リリース。 +2001 7/04 2.6.0 stable リリース。 @end example くわしい変遷は @file{ChangeLog} を御覧ください。 @@ -6796,6 +6746,6 @@ elmo は、@samp{Elisp Library for Message Orchestration} の略です。 @contents @bye -@c Local Variables: +@c Local Variables: @c fill-column: 72 @c End: diff --git a/doc/wl.texi b/doc/wl.texi index dd1d81b..3d72ae5 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -152,7 +152,7 @@ The main features of Wanderlust: @section Environment -Wanderlust is supposed to run on following Emacsen: +Wanderlust is supposed to run on following Emacsen: @c Wanderlust runs even on Nemacs 3.3.2 based on Emacs 18.55, 18.59 (with @c limited functionality). @@ -214,58 +214,12 @@ here. @cindex MIME modules @pindex APEL @pindex FLIM +@pindex CLIME @pindex SEMI @pindex tm -SEMI or tm must be installed to make Wanderlust work correctly. - -SEMI does not run on Emacs 19.28 or earlier -@footnote{SEMI runs on Emacs 19.34. @* -@uref{http://www.jpl.org/elips/INSTALL-SEMI-ja.html} describes how to.}, -so you must install tm, the predecessor of SEMI. (tm version 8.7 or later -is needed.) - -However, SEMI is recommended because of its wider functionality. - -Refer to the documents of each package for detailed installation procedure. - -SEMI and tm can be downloaded from these sites: - -@example -@group -SEMI: ftp://ftp.m17n.org/pub/mule/semi/ -tm: http://cvs.m17n.org/tomo/comp/emacsen/tm/tm-8/ -@end group -@end example - -You need packages named APEL and FLIM to use SEMI. -You can download APEL and FLIM from following URLs: - -@example -@group -APEL: ftp://ftp.m17n.org/pub/mule/apel/ -FLIM: ftp://ftp.m17n.org/pub/mule/flim/ -@end group -@end example - -You have to install APEL, FLIM and SEMI in this order. Generally, -@samp{make install} will do the job. (In XEmacs 21, @samp{make -install-package}.) - -Recommended combination of APEL, FLIM and SEMI are following: - -@itemize @minus -@item APEL 10.3, FLIM 1.14.2 and SEMI 1.14.3 -@end itemize - -You can also use many other FLIM/SEMI variants. Combination of the -latest versions should work. For example, the following combination are -confirmed to work. - -@itemize @minus -@item APEL 10.2, Chao 1.14.1, REMI 1.14.2 -@item APEL 10.2, SLIM 1.14.3, EMY 1.13.9 -@end itemize +SEMI or tm must be installed to make Wanderlust work correctly. Refer +to the @file{INSTALL} for detailed installation procedure. You have to re-install Wanderlust if you upgraded APEL, FLIM, SEMI or tm. @@ -310,8 +264,8 @@ Extract the obtained package to your working directory: @pindex OpenSSL @pindex starttls -SSL (Secure Socket Layer) can be used for -SMTP, IMAP, NNTP and POP connections in Wanderlust. +SSL (Secure Socket Layer) can be used for SMTP, IMAP, NNTP and POP +connections in Wanderlust. There are two ways to use SSL. One is to start SSL negotiation just after the connection establishment (generic way). The other one is to @@ -323,7 +277,7 @@ required to use @file{ssl.el}. You must set @env{PATH} to the directory that OpenSSL commands are installed. To use the latter SSL(STARTTLS), you must install starttls package in -addition to above. +addition to above. You can download starttls package from the following site. @example @@ -355,9 +309,9 @@ Then, please execute following commands. Destination directory is auto-probed if you leave @code{LISPDIR} in @file{Makefile} as is. (That is, leave it as @samp{NONE}) -If you are using an Emacs variant which does not merge specified directory -to @code{load-path} (e.g. Mule 2.3 based on Emacs 19.28), -then you will see the error message: +If you are using an Emacs variant which does not merge specified +directory to @code{load-path} (e.g. Mule 2.3 based on Emacs 19.28), then +you will see the error message: @example Cannot open load file: mime-setup @@ -6785,6 +6739,7 @@ valuable advice and many pieces of code they contributed. 9/12 biff feature with Satata-san & Yamaoka-san. 10/17 expire-hide by Okada-san. 11/08 Released 2.4.0 stable. +2001 7/04 Released 2.6.0 stable. @end example See @file{ChangeLog} for details. @@ -6847,6 +6802,6 @@ U.S. Billboard magazines in 1980s. @contents @bye -@c Local Variables: +@c Local Variables: @c fill-column: 72 @c End: -- 1.7.10.4