From 11072eb4c5331abd7df3970bfb90795e3a48afab Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 2 May 2002 02:21:30 +0000 Subject: [PATCH] * README: Add setting to bind lsdb-toggle-buffer to :. --- README | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README b/README index cd21881..a8e7ada 100644 --- a/README +++ b/README @@ -62,6 +62,9 @@ If you use Semi-gnus or its variant, put the following lines into your (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))) If you use Wanderlust, put the following lines into your ~/.wl: (require 'lsdb) @@ -69,13 +72,19 @@ If you use Wanderlust, put the following lines into your ~/.wl: (add-hook 'wl-draft-mode-hook (lambda () (define-key wl-draft-mode-map "\M-\t" 'lsdb-complete-name))) +(add-hook 'wl-summary-mode-hook + (lambda () + (define-key wl-summary-mode-map ":" 'lsdb-toggle-buffer))) If you use Mew, put the following lines into your ~/.mew: (autoload 'lsdb-mew-insinuate "lsdb") (add-hook 'mew-init-hook 'lsdb-mew-insinuate) (add-hook 'mew-draft-mode-hook (lambda () - (define-key mew-draft-header-map "\M-\t" 'lsdb-complete-name))) + (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))) If you use MU-CITE, put the following lines into your ~/.emacs: (autoload 'lsdb-mu-insinuate "lsdb") @@ -89,7 +98,7 @@ functions, set lsdb-insert-x-face-function as follows: (require 'x-face-e21) (insert-image (x-face-create-image x-face :scale-factor 0.5)))) -.* Bug reports +.* Bug Reports If you found bugs, please drop a note to the Lsdb-info Mailing List: lsdb-info@lists.sourceforge.jp @@ -187,6 +196,12 @@ password. you can commit with the cvsroot We hope you will join the open development. + +.* Authors +Daiki Ueno +Hideyuki SHIRAI (support for Mew) +Yuuichi Teranishi + .* Local emacs vars. The following `outline-layout' local variable setting: - closes all topics from the first topic to just before the third-to-last, -- 1.7.10.4