summaryrefslogtreecommitdiff
path: root/texinfo
diff options
context:
space:
mode:
authorMatt Simmons <simmonmt@acm.org>1997-12-01 14:51:57 +0000
committerMatt Simmons <simmonmt@acm.org>1997-12-01 14:51:57 +0000
commitf32b1005e1d6dca42f49d97209b3269c8b8f8eb3 (patch)
tree3f172e4dd164b065391d2a7f99f0b2e2da2c6e4b /texinfo
parentef26565fc23ed71a1442c07cbe7f6170b2b2c73d (diff)
Documented new startup procedure
Diffstat (limited to 'texinfo')
-rw-r--r--texinfo/bbdb.texinfo24
1 files changed, 11 insertions, 13 deletions
diff --git a/texinfo/bbdb.texinfo b/texinfo/bbdb.texinfo
index a16de62..7784d87 100644
--- a/texinfo/bbdb.texinfo
+++ b/texinfo/bbdb.texinfo
@@ -8,14 +8,17 @@
@c $Id$
@c
@c $Log$
+@c Revision 1.13 1997/12/01 14:51:57 simmonmt
+@c Documented new startup procedure
+@c
+@c Revision 1.13 1997/12/01 14:51:57 simmonmt
+@c Documented new startup procedure
+@c
@c Revision 1.12 1997/12/01 05:23:09 simmonmt
@c Removed `BBDB database' per jwz, added prerequisites section, more
@c description of special fields, and dissection of record format in
@c internals section
@c
-@c description of special fields, and dissection of record format in
-@c internals section
-@c
@c Revision 1.11 1997/11/02 06:31:00 simmonmt
@c Rewrite Part 2 (through MUA-specific features)
@c
@@ -470,18 +473,13 @@ file@footnote{@file{.emacs} for FSF Emacs and XEmacs <= 20.3,
@file{.xemacs/init.el} for XEmacs >= 20.3}:
The simplest way to configure the @b{BBDB} is to include the following
-@exdent (autoload 'bbdb "bbdb-com" "Insidious Big Brother Database" t)
-@exdent (autoload 'bbdb-name "bbdb-com" "Insidious Big Brother Database" t)
-@exdent (autoload 'bbdb-company "bbdb-com" "Insidious Big Brother Database" t)
-@exdent (autoload 'bbdb-net "bbdb-com" "Insidious Big Brother Database" t)
-@exdent (autoload 'bbdb-notes "bbdb-com" "Insidious Big Brother Database" t)
-@exdent (autoload 'bbdb-insinuate-vm "bbdb-vm" "Hook BBDB into VM")
-@exdent (autoload 'bbdb-insinuate-rmail "bbdb-rmail" "Hook BBDB into RMAIL")
-@exdent (autoload 'bbdb-insinuate-mh "bbdb-mhe" "Hook BBDB into MH-E")
-@exdent (autoload 'bbdb-insinuate-gnus "bbdb-gnus" "Hook BBDB into GNUS")
-@exdent (autoload 'bbdb-insinuate-sendmail "bbdb" "Hook BBDB into sendmail")
+forms in your Emacs configuration file:
+
@example
@code{(require 'bbdb)}
+@code{(bbdb-initialize)}
+@end example
+
Next, you need to add mailer-specific forms to your Emacs configuration
file to configure your mailer(s) to use the @b{BBDB}. The sections
below describe the steps necessary to get the @b{BBDB} to work with each