From: yoichi Date: Sat, 22 Jun 2002 06:53:21 +0000 (+0000) Subject: Add example setting for wl-nntp-posting-config-alist. X-Git-Tag: elmo-mark-root~72 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1c65dfd039567d63169738686d248cfebd61d2bf;p=elisp%2Fwanderlust.git Add example setting for wl-nntp-posting-config-alist. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index a537eff..b0f36a5 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -4761,9 +4761,22 @@ Non-nil ならニュース投稿時に SSL を利用します。 @item wl-nntp-posting-config-alist @vindex wl-nntp-posting-config-alist 初期設定は @code{nil}。 -ニュース投稿時のサーバ選択方法を設定します。 +以下の例のようにして、ニュース投稿時のサーバ選択方法を設定します。 @code{wl-nntp-posting-@{server|user|port|function@}}より優先されます。 +@lisp +@group +(setq wl-nntp-posting-config-alist + '((",?gmane\\." . "news.gmane.org") + (",?comp\\." . + ((server . "news-server") + (user . "newsmaster") + (port . 119) + (function . elmo-nntp-post))) + (".*" . "default-news-server"))) +@end group +@end lisp + @item wl-pop-before-smtp-user @vindex wl-pop-before-smtp-user 初期設定は @code{nil}。 diff --git a/doc/wl.texi b/doc/wl.texi index 566331e..065208c 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -4822,7 +4822,21 @@ This is the function to post NNTP message. @item wl-nntp-posting-config-alist @vindex wl-nntp-posting-config-alist The initial setting is @code{nil}. -An alist to define NNTP server. +The value takes an alist to define NNTP server like following example. +It takes precedence over @code{wl-nntp-posting-@{server|user|port|function@}}. + +@lisp +@group +(setq wl-nntp-posting-config-alist + '((",?gmane\\." . "news.gmane.org") + (",?comp\\." . + ((server . "news-server") + (user . "newsmaster") + (port . 119) + (function . elmo-nntp-post))) + (".*" . "default-news-server"))) +@end group +@end lisp @item wl-pop-before-smtp-user @vindex wl-pop-before-smtp-user