(Auhthors): Change my email address.
[elisp/lsdb.git] / README
diff --git a/README b/README
index 2447f6f..b30c91f 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 .* What's LSDB
 
 LSDB (The Lovely Sister Database) is a rolodex-like database program
 .* What's LSDB
 
 LSDB (The Lovely Sister Database) is a rolodex-like database program
-for SEMI based MUA.  It's intended to be a lightweight relacement for
+for SEMI based MUA.  It intends to be a lightweight replacement for
 BBDB (The Insidious Big Brother Database).  Unfortunately, it
 currently doesn't support the all features of BBDB.
 
 BBDB (The Insidious Big Brother Database).  Unfortunately, it
 currently doesn't support the all features of BBDB.
 
@@ -59,9 +59,14 @@ If you use Semi-gnus or its variant, put the following lines into your
 (autoload 'lsdb-gnus-insinuate "lsdb")
 (autoload 'lsdb-gnus-insinuate-message "lsdb")
 (add-hook 'gnus-startup-hook 'lsdb-gnus-insinuate)
 (autoload 'lsdb-gnus-insinuate "lsdb")
 (autoload 'lsdb-gnus-insinuate-message "lsdb")
 (add-hook 'gnus-startup-hook 'lsdb-gnus-insinuate)
-(add-hook 'message-setup-hook
-          (lambda ()
-             (define-key message-mode-map "\M-\t" 'lsdb-complete-name)))
+
+;; If you are using T-gnus 6.15.7 or later, type M-x
+;; customize-variable and set message-expand-name-function to
+;; lsdb-complete-name, instead of adding the following lines.
+;; (add-hook 'message-setup-hook
+;;           (lambda ()
+;;              (define-key message-mode-map "\M-\t" 'lsdb-complete-name)))
+
 (add-hook 'gnus-summary-mode-hook
           (lambda ()
             (define-key gnus-summary-mode-map ":" 'lsdb-toggle-buffer)))
 (add-hook 'gnus-summary-mode-hook
           (lambda ()
             (define-key gnus-summary-mode-map ":" 'lsdb-toggle-buffer)))
@@ -84,7 +89,7 @@ If you use Mew, put the following lines into your ~/.mew:
              (define-key mew-draft-header-map "\M-I" 'lsdb-complete-name)))
 (add-hook 'mew-summary-mode-hook
           (lambda ()
              (define-key mew-draft-header-map "\M-I" 'lsdb-complete-name)))
 (add-hook 'mew-summary-mode-hook
           (lambda ()
-            (define-key mew-summary-mode-map ":" 'lsdb-toggle-buffer)))
+            (define-key mew-summary-mode-map "l" 'lsdb-toggle-buffer)))
 
 If you use MU-CITE, put the following lines into your ~/.emacs:
 (autoload 'lsdb-mu-insinuate "lsdb")
 
 If you use MU-CITE, put the following lines into your ~/.emacs:
 (autoload 'lsdb-mu-insinuate "lsdb")
@@ -199,7 +204,7 @@ We hope you will join the open development.
 
 .* Authors
 Daiki Ueno <ueno@unixuser.org>
 
 .* Authors
 Daiki Ueno <ueno@unixuser.org>
-Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> (support for Mew)
+Hideyuki SHIRAI <shirai@meadowy.org> (support for Mew)
 Yuuichi Teranishi <teranisi@gohome.org>
 
 .* Local emacs vars.
 Yuuichi Teranishi <teranisi@gohome.org>
 
 .* Local emacs vars.