From: yamaoka Date: Tue, 5 Mar 2002 00:58:24 +0000 (+0000) Subject: Add a note. X-Git-Tag: t-gnus-6_15_6-01-quimby~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=518b27551715a1ae6bc1bac7bde72612aebd2fff;p=elisp%2Fgnus.git- Add a note. --- diff --git a/README-gnus-bbdb.en b/README-gnus-bbdb.en index 9bd0cba..aead390 100644 --- a/README-gnus-bbdb.en +++ b/README-gnus-bbdb.en @@ -24,6 +24,12 @@ of this file should be applied. If not, it might not. ;(setq mime-bbdb/use-mail-extr nil) ;(eval-after-load "mail-extr" '(require 'mime-bbdb)) +;; Some hooks defined by defcustom might have significant values by +;; default in the T-gnus' tradition. It is safe to add the following +;; settings in .gnus file rather than .emacs (or equivalent) file. +;; Exceptionally, it may be better to put the line (require 'bbdb) in +;; .emacs file if you would like to use BBDB not only for T-gnus. + (require 'bbdb) (require 'gnus-bbdb) (bbdb-initialize 'sc) ;; 'Gnus or 'gnus should be deleted. diff --git a/README-gnus-bbdb.ja b/README-gnus-bbdb.ja index bc23e24..f35965e 100644 --- a/README-gnus-bbdb.ja +++ b/README-gnus-bbdb.ja @@ -25,6 +25,12 @@ bbdb-auto-notes-hook を使用していない方には不要ですが、使用している方 ;(setq mime-bbdb/use-mail-extr nil) ;(eval-after-load "mail-extr" '(require 'mime-bbdb)) +;; T-gnus では伝統的に defcustom で定義する hook に有意なデフォルト値 +;; を持たせることが行なわれているので、以下の設定は .emacs などではな +;; く .gnus ファイルで行なうのが安全です。ただし T-gnus 以外でも BBDB +;; を使う場合は、(require 'bbdb) の行は .emacs ファイルなどに記入する +;; のが良いでしょう。 + (require 'bbdb) (require 'gnus-bbdb) (bbdb-initialize 'sc) ;; 'gnus / 'Gnus ははずしてください。