From 85c6c6a123f9c7b3bdee46b7548330037611f226 Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 24 Feb 2001 15:43:26 +0000 Subject: [PATCH] Fix example hostname. (RFC2606) Reflect Martin's patch. [WL 6924] --- doc/wl-ja.texi | 14 +++++++------- doc/wl.texi | 18 +++++++++--------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 1d1a7cb..d816c65 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -533,9 +533,9 @@ Wanderlust の動作をカスタマイズできます。 (setq wl-icon-dir "~/work/wl/etc") ;; @r{メールを送信する SMTP サーバ。 初期設定は @code{nil}。} -(setq wl-smtp-posting-server "your.smtp.server.com") +(setq wl-smtp-posting-server "your.smtp.example.com") ;; @r{ニュース投稿用の NNTP サーバ。 初期設定は @code{nil}。} -(setq wl-nntp-posting-server "your.nntp.server.com") +(setq wl-nntp-posting-server "your.nntp.example.com") @end group @end lisp @@ -655,14 +655,14 @@ LDAP を利用する場合は、@code{wl-ldap-server}、@code{wl-ldap-port}, %inbox "受信箱" +trash "ゴミ箱" +draft "草稿" -%#mh/Backup@@my.imap.server.com "送信済み" +%#mh/Backup@@my.imap.example.com "送信済み" # グループの定義 Emacsen@{ %#mh/spool/wl "Wanderlust ML" %#mh/spool/elips "ELIPS ML" %#mh/spool/apel-ja "APEL (日本語) ML" %#mh/spool/xemacs-beta "XEmacs ベータ" - -fj.news.reader.gnus@@other.nntp.server.com + -fj.news.reader.gnus@@other.nntp.example.com *-fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs "fj の Emacsen" @} # @@ -3727,13 +3727,13 @@ nil なら、mime-view-visible-field-list の値が使われます。 @lisp @group (setq wl-draft-config-alist - '(((string-match "aaa.ne.jp$" (system-name)) + '(((string-match "aaa.example.com$" (system-name)) ;; @r{式がnon-nilなら適用する} (wl-smtp-posting-server . "mailserver-B") (wl-nntp-posting-server . "newsserver-B") ;; @r{一時的な変数の設定} ) - ("^To: .*user@@aaa.bbb.com" + ("^To: .*user@@aaa.bbb.example.com" ;; @r{ドラフトバッファのヘッダにマッチすれば適用する} ("Organization" . (format "Go %s" my-webpage))) ;; @r{elisp 式が書ける (eval しているだけ)} @@ -3861,7 +3861,7 @@ nil なら、mime-view-visible-field-list の値が使われます。 (body . " ○○です。\n")) ("report" (template . "default") ;; @r{(a)} - ("To" . "jousi@@kaisha.jp") + ("To" . "jousi@@example.com") ("Subject" . "報告") (body-file . "~/work/report.txt") ) diff --git a/doc/wl.texi b/doc/wl.texi index 146f53e..abc358e 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -243,7 +243,7 @@ FLIM: ftp://ftp.m17n.org/pub/mule/flim/ @end group @end example -You have to install APEL, FLIM and SEMI in this order. Generally +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}.) @@ -254,7 +254,7 @@ Recommended combination of APEL, FLIM and SEMI are following: @end itemize You can also use many other FLIM/SEMI variants. Combination of the -latest versions should work. For example, following combination is +latest versions should work. For example, the following combination are confirmed to work. @itemize @minus @@ -502,9 +502,9 @@ The minimal requirement for settings is as the following. (setq wl-icon-dir "~/work/wl/etc") ;; @r{SMTP server for mail posting. Default: @code{nil}} -(setq wl-smtp-posting-server "your.smtp.server.com") +(setq wl-smtp-posting-server "your.smtp.example.com") ;; @r{NNTP server for news posting. Default: @code{nil}} -(setq wl-nntp-posting-server "your.nntp.server.com") +(setq wl-nntp-posting-server "your.nntp.example.com") @end group @end lisp @@ -630,14 +630,14 @@ Format for @file{~/.folders} is very simple. Here is an example: %inbox "Inbox" +trash "Trash" +draft "Drafts" -%#mh/Backup@@my.imap.server.com "Sent" +%#mh/Backup@@my.imap.example.com "Sent" # Folder Group Emacsen@{ %#mh/spool/wl "Wanderlust ML" %#mh/spool/elips "ELIPS ML" %#mh/spool/apel-ja "APEL Japanese ML" %#mh/spool/xemacs-beta "XEmacs beta" - -fj.news.reader.gnus@@other.nntp.server.com "Gnus Net news" + -fj.news.reader.gnus@@other.nntp.example.com "Gnus Net news" *-fj.editor.xemacs,-fj.editor.mule,-fj.editor.emacs "fj's Emacsen" @} # @@ -3731,13 +3731,13 @@ before sending the message. @lisp @group (setq wl-draft-config-alist - '(((string-match "aaa.ne.jp$" (system-name)) + '(((string-match "aaa.example.com$" (system-name)) ;; @r{applied if the expression is non-nil} (wl-smtp-posting-server . "mailserver-B") (wl-nntp-posting-server . "newsserver-B") ;; @r{settings of temporary variables} ) - ("^To: .*user@@aaa.bbb.com" + ("^To: .*user@@aaa.bbb.example.com" ;; @r{applied if it matches the header of the draft buffer} ("Organization" . (format "Go %s" my-webpage))) ;; @r{you can write elisp expressions here (eval only)} @@ -3872,7 +3872,7 @@ The format of @code{wl-template-alist} is almost the same as (body . "Hello.\n")) ("report" (template . "default") ;; @r{(a)} - ("To" . "jousi@@kaisha.jp") + ("To" . "boss@@example.com") ("Subject" . "Report") (body-file . "~/work/report.txt") ) -- 1.7.10.4