From 2cfcc0d1651ed60a5871d788eb5507b88ac2e0c5 Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 27 Apr 2002 05:24:54 +0000 Subject: [PATCH] Added LSDB (The Lovely Sister Database). --- doc/wl-ja.texi | 27 ++++++++++++++++++++++++--- doc/wl.texi | 27 ++++++++++++++++++++++++--- 2 files changed, 48 insertions(+), 6 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index a09d4da..9007c30 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6196,7 +6196,8 @@ LDAP を利用する場合は、@code{wl-ldap-server}、@code{wl-ldap-port}, @menu * imput:: imput (im-wl.el) -* BBDB:: BBDB +* BBDB:: The Insidious Big Brother Database +* LSDB:: The Lovely Sister Database * supercite:: supercite.el * mu-cite:: mu-cite.el * X-Face:: x-face,bitmap-mule @@ -6226,7 +6227,7 @@ OK です。 @end lisp -@node BBDB, supercite, imput, Living with other packages +@node BBDB, LSDB, imput, Living with other packages @subsection bbdb.el @pindex BBDB @@ -6262,7 +6263,27 @@ OK です。 アドレスの補完ができます。 -@node supercite, mu-cite, BBDB, Living with other packages +@node LSDB, supercite, BBDB, Living with other packages +@subsection lsdb.el +@pindex LSDB + +以下は、設定の一例です。 + +@lisp +@group +(require 'lsdb) +(lsdb-wl-insinuate) +(add-hook 'wl-draft-mode-hook + (lambda () + (define-key wl-draft-mode-map "\M-\t" 'lsdb-complete-name))) +@end group +@end lisp + +この例では LSDB を用いたアドレスの補完を @kbd{M-@key{TAB}} に割り当てて +います。 + + +@node supercite, mu-cite, LSDB, Living with other packages @subsection sc.el(supercite), sc-register.el @pindex sc @pindex supercite diff --git a/doc/wl.texi b/doc/wl.texi index 94abde6..46aefcd 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -6285,7 +6285,8 @@ Examples with other packages. @menu * imput:: imput (im-wl.el) -* BBDB:: BBDB +* BBDB:: The Insidious Big Brother Database +* LSDB:: The Lovely Sister Database * supercite:: supercite.el * mu-cite:: mu-cite.el * X-Face:: x-face,bitmap-mule @@ -6315,7 +6316,7 @@ If @command{imput} is on the @code{exec-path} at the installation, @end lisp -@node BBDB, supercite, imput, Living with other packages +@node BBDB, LSDB, imput, Living with other packages @subsection bbdb.el @pindex BBDB @@ -6351,7 +6352,27 @@ You can complete address with BBDB by @kbd{M-@key{TAB}} in draft buffer. -@node supercite, mu-cite, BBDB, Living with other packages +@node LSDB, supercite, BBDB, Living with other packages +@subsection lsdb.el +@pindex LSDB + +The following is an example of settings: + +@lisp +@group +(require 'lsdb) +(lsdb-wl-insinuate) +(add-hook 'wl-draft-mode-hook + (lambda () + (define-key wl-draft-mode-map "\M-\t" 'lsdb-complete-name))) +@end group +@end lisp + +In this example, bind @kbd{M-@key{TAB}} to @code{lsdb-complete-name} +(complete address with LSDB). + + +@node supercite, mu-cite, LSDB, Living with other packages @subsection sc.el(supercite), sc-register.el @pindex sc @pindex supercite -- 1.7.10.4