Add 2010 to copyright years.
[bpt/emacs.git] / doc / misc / eudc.texi
CommitLineData
4009494e
GM
1\input texinfo.tex
2@c %**start of header
db78a8cb 3@setfilename ../../info/eudc
4009494e
GM
4@settitle Emacs Unified Directory Client (EUDC) Manual
5@afourpaper
6@c %**end of header
7
8@copying
9This file documents EUDC v1.30b.
10
11EUDC is the Emacs Unified Directory Client, a common interface to
12directory servers using various protocols such as LDAP or the CCSO white
13pages directory system (PH/QI)
14
6f093307 15Copyright @copyright{} 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
114f9c96 162007, 2008, 2009, 2010 Free Software Foundation, Inc.
4009494e
GM
17
18@quotation
19Permission is granted to copy, distribute and/or modify this document
6a2c4aec 20under the terms of the GNU Free Documentation License, Version 1.3 or
4009494e 21any later version published by the Free Software Foundation; with no
debf4439
GM
22Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
23and with the Back-Cover Texts as in (a) below. A copy of the license
24is included in the section entitled ``GNU Free Documentation License''.
4009494e 25
6f093307
GM
26(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
27modify this GNU manual. Buying copies from the FSF supports it in
28developing GNU and promoting software freedom.''
4009494e
GM
29@end quotation
30@end copying
31
32@dircategory Emacs
33@direntry
34* EUDC: (eudc). An Emacs client for directory servers (LDAP, PH).
35@end direntry
36
37@footnotestyle end
38
39@titlepage
40@title{EUDC Manual}
41@subtitle{The Emacs Unified Directory Client}
42@author by Oscar Figueiredo
43@code{1.30b}
44
45@page
46@vskip 0pt plus 1fill
47@insertcopying
48@end titlepage
49
5dc584b5
KB
50@contents
51
4009494e
GM
52@ifnottex
53@node Top, Overview, (dir), (dir)
54@comment node-name, next, previous, up
55
5dc584b5 56@insertcopying
4009494e
GM
57@end ifnottex
58
59@menu
60* Overview:: Summary of EUDC features
61* Installation:: How to install EUDC
62* Usage:: The various usage possibilities explained
63* Credits:: Who's done what
64* GNU Free Documentation License:: The license for this documentation.
65* Command and Function Index::
66* Variables Index::
67@end menu
68
69
70
71
72
73@node Overview, Installation, Top, Top
74@comment node-name, next, previous, up
75@chapter Overview
76
77EUDC, the @dfn{Emacs Unified Directory Client}, provides a common user
78interface to access directory servers using different directory
79protocols.
80
81Currently supported back-ends are:
82
83@itemize @bullet
84@item
85LDAP, Lightweight Directory Access Protocol
86@item
87CCSO PH/QI
88@item
89BBDB, Big Brother's Insidious Database
90@end itemize
91
92The main features of the EUDC interface are:
93
94@itemize @bullet
95@item
96Queries using a customizable form
97@item
98Inline query expansion (for instance you can expand a name
99to an email address in a mail message buffer using a server as an
100address book)
101@item
102Multiple servers can be tried in turn until a match is found for an
103inline query
104@item
105Fast minibuffer queries for email addresses and phone numbers
106@item
107Interface to BBDB to let you insert server records into your own BBDB database
108(@pxref{Top,,BBDB,bbdb,BBDB Manual})
109@end itemize
110
111@menu
112* LDAP:: What is LDAP ?
113* CCSO PH/QI:: What is CCSO, PH, QI ?
114* BBDB:: What is BBDB ?
115@end menu
116
117
118
119@node LDAP, CCSO PH/QI, Overview, Overview
120@comment node-name, next, previous, up
121@section LDAP
122
123LDAP, @dfn{the Lightweight Directory Access Protocol}, is a communication
124protocol for directory applications defined in RFC 1777.
125
126Quoted from RFC 1777:
127
128@quotation
129[LDAP] is designed to provide access to the X.500 Directory while not
130incurring the resource requirements of the Directory Access Protocol
131(DAP). This protocol is specifically targeted at simple management
132applications and browser applications that provide simple read/write
133interactive access to the X.500 Directory, and is intended to be a
134complement to the DAP itself.
135@end quotation
136
137LDAP servers usually store (but are not limited to) information about
138people such as their name, phone number, email address, office
139location, etc@enddots{} More information about LDAP can be found at
140@url{http://www.openldap.org/}
141
142EUDC requires external support to access LDAP directory servers
143(@pxref{LDAP Requirements})
144
145
146@node CCSO PH/QI, BBDB, LDAP, Overview
147@comment node-name, next, previous, up
148@section CCSO PH/QI
149
150The Central Computing Services Office (CCSO) of the University of
151Illinois at Urbana Champaign (UIUC) created and freely distributes a
152directory system that is currently in use in more than 300 organizations
153around the world. The system records information about people such as
154their address, phone number, email, academic information or any other
155details it was configured to.
156
157The system consists of two parts: a database server traditionally called
158@samp{qi} and a command-line client called @samp{ph}.
159@url{ftp://uiarchive.cso.uiuc.edu/pub/packages/ph} is the main
160distribution site. @url{http://www.uiuc.edu/cgi-bin/ph/lookup?Query=.}
161provides a listing of the active @samp{qi} servers.
162
163The original command-line @samp{ph} client that comes with the
164@samp{ph/qi} distribution provides additional features like the
165possibility to communicate with the server in login-mode which makes it
166possible to change records in the database. This is not implemented in
167EUDC.
168
169
170@node BBDB, , CCSO PH/QI, Overview
171@comment node-name, next, previous, up
172@section BBDB
173
174BBDB is the @dfn{Big Brother's Insidious Database}, a package for Emacs
175originally written by Jamie Zawinski which provides rolodex-like
176database functionality featuring tight integration with the Emacs mail
177and news readers.
178
179It is often used as an enhanced email address book.
180
181EUDC considers BBDB as a directory server back end just like LDAP or
182PH/QI servers, though BBDB has no client/server protocol and thus always
183resides locally on your machine. The point in this is not to offer an
184alternate way to query your BBDB database (BBDB itself provides much
185more flexible ways to do that), but rather to offer an interface to your
186local directory that is consistent with the interface to external
187directories (LDAP, PH/QI). This is particularly interesting when
188performing queries on multiple servers.
189
190EUDC also offers a means to insert results from directory queries into
191your own local BBDB (@pxref{Creating BBDB Records})
192
193@node Installation, Usage, Overview, Top
194@comment node-name, next, previous, up
195@chapter Installation
196
197Add the following to your @file{.emacs} init file:
198@lisp
199(require 'eudc)
200@end lisp
201This will install EUDC at startup.
202
203After installing EUDC you will find (the next time you launch Emacs) a
204new @code{Directory Search} submenu in the @samp{Tools} menu that will
205give you access to EUDC.
206
207You may also find it useful to add the following to your @file{.emacs}
208initialization file to add a shortcut for email address expansion in
209email composition buffers (@pxref{Inline Query Expansion})
210
211@lisp
212(eval-after-load
213 "message"
214 '(define-key message-mode-map [(control ?c) (tab)] 'eudc-expand-inline))
215(eval-after-load
216 "sendmail"
217 '(define-key mail-mode-map [(control ?c) (tab)] 'eudc-expand-inline))
218@end lisp
219
220@menu
221* LDAP Requirements:: EUDC needs external support for LDAP
222@end menu
223
224@node LDAP Requirements, , Installation, Installation
225@comment node-name, next, previous, up
226@section LDAP Requirements
227
228LDAP support is added by means of @file{ldap.el} which is part of Emacs.
229@file{ldap.el} needs an external command line utility named
230@file{ldapsearch} which is available as part of LDAP toolkits:
231
232@itemize @bullet
233@item
234Open LDAP Libraries
235(@url{http://www.openldap.org/})
236@item
237University of Michigan's LDAP Client software
238(@url{http://www.umich.edu/~dirsvcs/ldap/})
239@end itemize
240
241
242@node Usage, Credits, Installation, Top
243@comment node-name, next, previous, up
244@chapter Usage
245
246This chapter describes the usage of EUDC. Most functions and
247customization options are available through the @samp{Directory Search}
248submenu of the @samp{Tools} submenu.
249
250@menu
251* Querying Servers:: How queries are performed and handled
252* Query Form:: How to use and customize the query form
253* Display of Query Results:: Controlling how query results are presented
254* Inline Query Expansion:: How to use and customize inline queries
255* The Server Hotlist:: How to use and manage the server hotlist
256* Multi-server Queries:: How to query multiple servers successively
257* Creating BBDB Records:: How to insert query results into your BBDB
258* Server/Protocol Locals:: Customizing on a per server/protocol basis
259@end menu
260
261
262@node Querying Servers, Query Form, Usage, Usage
263@comment node-name, next, previous, up
264@section Querying Servers
265
266EUDC's basic functionality is to let you query a directory server and
267return the results back to you. There are several things you may want
268to customize in this process.
269
270
271@menu
272* Selecting a Server:: The first thing to do
273* Return Attributes:: Configuring what the server should return
274* Duplicate Attributes:: What to do when records have duplicate attributes
275@end menu
276
277@node Selecting a Server, Return Attributes, Querying Servers, Querying Servers
278@subsection Selecting a Server
279
280Before doing any query you will need to set the directory server. You
281need to specify the name of the host machine running the server software
282and the protocol to use. If you do not set the server in any fashion,
283EUDC will ask you for one when you make your first query.
284
285You can set the server by selecting one from your hotlist of servers
286(@pxref{The Server Hotlist}) available in the @samp{Server} submenu or
287by selecting @samp{New Server} in that same menu.
288
289LDAP servers generally require some configuration before you can perform
290queries on them. In particular, the @dfn{search base} must be
291configured. If the server you select has no configured search base then
292EUDC will propose you to configure it at this point. A customization
293buffer will be displayed where you can edit the search base and other
294parameters for the server.
295
296@defvar eudc-server
297The name or IP address of the remote directory server. A TCP port number
298may be specified by appending a colon and a number to the name of the
299server. You will not need this unless your server runs on a port other
300than the default (which depends on the protocol).
301If the directory server resides on your own computer (which is the case
302if you use the BBDB back end) then `localhost' is a reasonable value but
303it will be ignored anyway.
304@end defvar
305
306@defvar eudc-protocol
307The directory protocol to use to query the server. Currently supported
308protocols in this version of EUDC are @code{ph}, @code{ldap} and @code{bbdb}.
309@end defvar
310
311@deffn Command eudc-set-server
312This command accessible from @samp{New Server} submenu lets you specify a
313new directory server and protocol.
314@end deffn
315
316@node Return Attributes, Duplicate Attributes, Selecting a Server, Querying Servers
317@subsection Return Attributes
318
319Directory servers may be configured to return a default set of
320attributes for each record matching a query if the query specifies none.
321The variable @code{eudc-default-return-attributes} controls the return
322attributes you want to see, if different from the server defaults.
323
324@defvar eudc-default-return-attributes
325A list of the default attributes to extract from directory entries. If
326set to the symbol @code{all} then all available attributes are
327returned. A value of @code{nil}, the default, means to return the
328default attributes as configured in the server.
329@end defvar
330
331The server may return several matching records to a query. Some of the
332records may however not contain all the attributes you requested. You can
333discard those records.
334
335@defopt eudc-strict-return-matches
336If non-@code{nil}, entries that do not contain all the requested return
337attributes are ignored. Default is @code{t}.
338@end defopt
339
340@node Duplicate Attributes, , Return Attributes, Querying Servers
341@subsection Duplicate Attributes
342
343Directory standards may authorize different instances of the same
344attribute in a record. For instance the record of a person may contain
345several email fields containing different email addresses. When using
346a QI directory server this is difficult to distinguish from attributes
347having multi-line values such as the postal address that may contain a
348line for the street and another one for the zip code and city name. In
349both cases, EUDC will consider the attribute duplicated.
350
351EUDC has several methods to deal with duplicated attributes. The
352available methods are:
353
354@table @code
355@item list
356Makes a list with the different values of the duplicate attribute. The
357record is returned with only one instance of the attribute with a list
358of all the different values as a value. This is the default method that
359is used to handle duplicate fields for which no other method has been
360specified.
361@item first
362Discards all the duplicate values of the field keeping only the first
363one.
364@item concat
365Concatenates the different values using a newline as a separator. The
366record keeps only one instance of the field the value of which is a
367single multi-line string.
368@item duplicate
369Duplicates the whole record into as many instances as there are different
370values for the field. This is the default for the email field. Thus a
371record containing 3 different email addresses is duplicated into three
372different records each having a single email address. This is
373particularly useful in combination with @code{select} as the method to
374handle multiple matches in inline expansion queries (@pxref{Inline Query
375Expansion}) because you are presented with the 3 addresses in a
376selection buffer
377@end table
378
379Because a method may not be applicable to all fields, the variable
380@code{eudc-duplicate-attribute-handling-method} lets you specify either a
381default method for all fields or a method for each individual field.
382
383@defvar eudc-duplicate-attribute-handling-method
384A method to handle entries containing duplicate attributes. This is
385either an alist of elements @code{(@var{attr} . @var{method})}, or a symbol
386@var{method}. The alist form of the variable associates a method to an
387individual attribute name; the second form specifies a method applicable
388to all attribute names. Available methods are: @code{list},
389@code{first}, @code{concat}, and @code{duplicate} (see above). The default is
390@code{list}.
391@end defvar
392
393
394
395@node Query Form, Display of Query Results, Querying Servers, Usage
396@comment node-name, next, previous, up
397@section Query Form
398
399The simplest way to query your directory server is to use the query
400form. You display the query form with the @samp{Query with Form} menu
401item or by invoking the command @kbd{M-x eudc-query-form}. The attribute
402names presented in this form are defined by the
403@code{eudc-query-form-attributes} variable (unless a non-@code{nil}
404argument is supplied to @code{eudc-query-form}).
405
406Since the different directory protocols to which EUDC interfaces may
407use different names for equivalent attributes, EUDC defines its own set
408of attribute names and a mapping between these names and their
409protocol-specific equivalent through the variable
410@code{eudc-protocol-attributes-translation-alist}. Names currently
411defined by EUDC are @code{name}, @code{firstname}, @code{email} and
412@code{phone}.
413
414@defvar eudc-query-form-attributes
415@findex eudc-get-attribute-list
416A list of attributes presented in the query form. Attribute names in
417this list should be either EUDC attribute names or valid attribute
418names. You can get a list of valid attribute names for the current
419protocol with the @samp{List Valid Attribute Names} menu item or the
420@kbd{M-x eudc-get-attribute-list} command. Defaults to @code{name},
421@code{email} and @code{phone}.
422@end defvar
423
424@deffn Command eudc-query-form get-fields-from-server
425Display a form to query the directory server. If given a non-@code{nil}
426argument the function first queries the server for the existing fields
427and displays a corresponding form. Not all protocols may support a
428non-@code{nil} argument here.
429@end deffn
430
431Since the names of the fields may not be explicit enough or adapted to
432be directly displayed as prompt strings in the form, the variable
433@code{eudc-user-attribute-names-alist} lets you define more explicit
434names for directory attribute names. This variable is ignored if
435@code{eudc-use-raw-directory-names} is non-@code{nil}.
436
437@defvar eudc-user-attribute-names-alist
438This is an alist of user-defined names for the directory attributes used in
439query/response forms. Prompt strings for attributes that are not in this
440alist are derived by splitting the attribute name at underscores and
441capitalizing the individual words.
442@end defvar
443
444@defvar eudc-use-raw-directory-names
445If non-@code{nil}, use attributes names as defined in the directory.
446Otherwise, directory query/response forms display the user attribute
447names defined in @code{eudc-user-attribute-names-alist}.
448@end defvar
449
450@node Display of Query Results, Inline Query Expansion, Query Form, Usage
451@comment node-name, next, previous, up
452@section Display of Query Results
453
454Upon successful completion of a form query, EUDC will display a buffer
455containing the results of the query.
456
457The fields that are returned for each record
458are controlled by @code{eudc-default-return-attributes} (@pxref{Return
459Attributes}).
460
461The display of each individual field can be performed by an arbitrary
462function which allows specific processing for binary values, such as
463images or audio samples, as well as values with semantics, such as
464URLs.
465
466@defvar eudc-attribute-display-method-alist
467An alist specifying methods to display attribute values. Each member of
468the list is of the form @code{(@var{name} . @var{func})} where
469@var{name} is a lowercased string naming a directory attribute
470(translated according to @code{eudc-user-attribute-names-alist} if
471@code{eudc-use-raw-directory-names} is non-@code{nil}) and @var{func} a
472function that will be passed the corresponding attribute values for
473display.
474@end defvar
475
476This variable has protocol-local definitions (see @pxref{Server/Protocol
477Locals}). For instance, it is defined as follows for LDAP:
478
479@lisp
480(eudc-protocol-set 'eudc-attribute-display-method-alist
481 '(("jpegphoto" . eudc-display-jpeg-inline)
482 ("labeledurl" . eudc-display-url)
483 ("audio" . eudc-display-sound)
484 ("labeledurl" . eudc-display-url)
485 ("url" . eudc-display-url))
486 'ldap)
487@end lisp
488
489EUDC provides a set of built-in functions to display binary value types:
490
491@defun eudc-display-generic-binary data
492Display a button for unidentified binary @var{data}.
493@end defun
494
495@defun eudc-display-url url
496Display URL and make it clickable.
497@end defun
498
499@defun eudc-display-sound data
500Display a button to play the sound @var{data}.
501@end defun
502
503@defun eudc-display-jpeg-inline data
504Display the JPEG @var{data} inline at point if possible.
505@end defun
506
507@defun eudc-display-jpeg-as-button data
508Display a button for the JPEG @var{data}.
509@end defun
510
511Right-clicking on a binary value button pops up a contextual menu with
512options to process the value. Among these are saving the attribute
513value to a file or sending it to an external viewer command. External
514viewers should expect the value on their standard input and should
515display it or perform arbitrary processing on it. Messages sent to
516standard output are discarded. External viewers are listed in the
517variable @code{eudc-external-viewers} which you can customize.
518
519@defvar eudc-external-viewers
520This is a list of viewer program specifications. Each specification is
521a list whose first element is a string naming the viewer for unique
522identification, the second element is the executable program which
523should be invoked and the following elements are arguments that should
524be passed to the program.
525@end defvar
526
527
528@node Inline Query Expansion, The Server Hotlist, Display of Query Results, Usage
529@comment node-name, next, previous, up
530@section Inline Query Expansion
531
532Inline query expansion is a powerful method to get completion from your
533directory server. The most common usage is for expanding names to email
534addresses in mail message buffers. The expansion is performed by the
535command @kbd{M-x eudc-expand-inline} which is available from the
536@samp{Expand Inline Query} menu item but can also be conveniently
537bound to a key shortcut (@pxref{Installation}). The operation is
538controlled by the variables @code{eudc-inline-expansion-format},
539@code{eudc-inline-query-format},
540@code{eudc-expanding-overwrites-query} and
541@code{eudc-multiple-match-handling-method}.
542
543If the query fails for a server, other servers may be tried successively
544until one of them finds a match (@pxref{Multi-server Queries}).
545
546@deffn Command eudc-expand-inline replace-p
547Query the server and expand the query string before point. The query
548string consists of the buffer substring from the point back to the
549preceding comma, colon or beginning of
550line. @code{eudc-inline-query-format} controls how individual words
551are mapped onto directory attribute names. After querying the server
552for the given string, the expansion specified by
553@code{eudc-inline-expansion-format} is inserted in the buffer at
554point. If @var{replace-p} is @code{t} then this expansion replaces the
555query string in the buffer. If @code{eudc-expanding-overwrites-query}
556is non-@code{nil} then the meaning of @var{replace-p} is negated.
557@end deffn
558
559@defvar eudc-inline-query-format
560Format of an inline expansion query.
561This is actually a list of @var{format}s. A @var{format} is a list of
562one or more EUDC attribute names. A @var{format} applies if it contains
563as many attributes as individual words in the inline query string. If
564several @var{format}s apply then they are tried in order until a match
565is found. If @code{nil} all the words will be mapped onto the default
566server/protocol attribute name (generally @code{name}).
567
568For instance, use the following
569@lisp
570(setq eudc-inline-query-format '((name)
571 (firstname)
572 (firstname name)))
573@end lisp
574@noindent
575to indicate that single word expansion queries are to be considered as
576surnames and if no match is found then they should be tried as first
577names. Inline queries consisting of two words are considered as
578consisting of a first name followed by a surname. If the query consists
579of more than two words, then the first one is considered as the first
580name and the remaining words are all considered as surname constituents.
581
582@var{format}s are in fact not limited to EUDC attribute names, you can
583use server or protocol specific names in them. It may be safer if you
584do so, to set the variable @code{eudc-inline-query-format} in a protocol
585or server local fashion (see @pxref{Server/Protocol Locals}).
586
587For instance you could use the following to match up to three words
588against the @code{cn} attribute of LDAP servers:
589@lisp
590(eudc-protocol-set 'eudc-inline-query-format
591 '((cn)
592 (cn cn)
593 (cn cn cn))
594 'ldap)
595@end lisp
596@end defvar
597
598@defvar eudc-inline-expansion-format
599This variable lets you control exactly what is inserted into the buffer
600upon an inline expansion request. It is a list whose first element is a
601string passed to @code{format}. Remaining elements are symbols
602corresponding to directory attribute names. The corresponding attribute
603values are passed as additional arguments to @code{format}. Default is
604@code{("%s" email)} but you may want to consider a value like @code{("%s
605<%s>" name email)}
606@end defvar
607
608@defvar eudc-multiple-match-handling-method
609This variable controls what to do when multiple entries match a query
610for an inline expansion. Possible values are:
611@table @code
612@item first
613The first match is considered as being the only one, the others are
614discarded.
615@item select
616A selection buffer pops up where you can choose a particular match. This
617is the default value of the variable.
618@item all
619The expansion uses all records successively
620@item abort
621An error is signaled. The expansion aborts.
622@end table
623
624Default is @code{select}
625@end defvar
626
627
628
629@node The Server Hotlist, Multi-server Queries, Inline Query Expansion, Usage
630@comment node-name, next, previous, up
631@section The Server Hotlist
632
633EUDC lets you maintain a list of frequently used servers so that you
634can easily switch from one to another. This hotlist appears in the
635@samp{Server} submenu. You select a server in this list by clicking on
636its name. You can add the current server to the list with the command
637@kbd{M-x eudc-bookmark-current-server}. The list is contained in the variable
638@code{eudc-server-hotlist} which is stored in and retrieved from the file
639designated by @code{eudc-options-file}. EUDC also provides a facility to
640edit the hotlist interactively (@pxref{The Hotlist Edit Buffer}).
641
642The hotlist is also used to make queries on multiple servers
643successively (@pxref{Multi-server Queries}). The order in which the
644servers are tried is the order they appear in the hotlist, therefore it
645is important to sort the hotlist appropriately.
646
647@deffn Command eudc-bookmark-server server
648Add @var{server} to the hotlist of servers
649@end deffn
650
651@deffn Command eudc-bookmark-current-server
652Add the current server to the hotlist of servers
653@end deffn
654
655@defvar eudc-options-file
656The name of a file where EUDC stores its internal variables
657(the hotlist and the current server). EUDC will try to load
658that file upon initialization so, if you choose a file name
659different from the defaults @file{~/.eudc-options}, be sure to set this
660variable to the appropriate value @emph{before} EUDC is itself
661loaded.
662@end defvar
663
664@menu
665* The Hotlist Edit Buffer:: An interactive hotlist editing facility
666@end menu
667
668@node The Hotlist Edit Buffer, , The Server Hotlist, The Server Hotlist
669@comment node-name, next, previous, up
670@subsection The Hotlist Edit Buffer
671
672The hotlist edit buffer offers a means to manage a list of frequently
673used servers. Commands are available in the context pop-up menu
674generally bound to the right mouse button. Those commands also have
675equivalent key bindings.
676
677@deffn Command eudc-hotlist-add-server
678Bound to @kbd{a}.
679Add a new server to the hotlist on the line after point
680@end deffn
681
682@deffn Command eudc-hotlist-delete-server
683Bound to @kbd{d}.
684Delete the server on the line point is on
685@end deffn
686
687@deffn Command eudc-hotlist-select-server
688Bound to @kbd{s}.
689Select the server the point is on as the current directory server for
690the next queries
691@end deffn
692
693@deffn Command eudc-hotlist-transpose-servers
694Bound to @kbd{t}.
695Bubble up the server the point is on to the top of the list
696@end deffn
697
698@deffn Command eudc-hotlist-quit-edit
699Bound to @kbd{q}.
700Save the changes and quit the hotlist edit buffer. Use @kbd{x} or
701@kbd{M-x kill-buffer} to exit without saving.
702@end deffn
703
704
705@node Multi-server Queries, Creating BBDB Records, The Server Hotlist, Usage
706@comment node-name, next, previous, up
707@section Multi-server Queries
708
709When using inline query expansion (@pxref{Inline Query Expansion}), EUDC
710can try to query successively a sequence of directory servers until one
711of them successfully finds a match for the query.
712
713@defvar eudc-inline-expansion-servers
714This variable controls which servers are tried and in which order when
715trying to perform an inline query. Possible values are:
716@table @code
717@item current-server
718Only the current directory server is tried
719@item hotlist
720The servers in the hotlist are tried in order until one finds a match
721for the query or `eudc-max-servers-to-query' is reached
722@item server-then-hotlist
723The current server then the servers in the hotlist are tried in the
724order they appear in the hotlist until one of them finds a match or
725`eudc-max-servers-to-query' is reached. This is the default.
726@end table
727@end defvar
728
729@defvar eudc-max-servers-to-query
730This variable indicates the maximum number of servers to query when
731performing a multi-server query. The default, @code{nil}, indicates
732that all available servers should be tried.
733@end defvar
734
735
736
737@node Creating BBDB Records, Server/Protocol Locals, Multi-server Queries, Usage
738@comment node-name, next, previous, up
739@section Creating BBDB Records
740
741@findex eudc-insert-record-at-point-into-bbdb
742@findex eudc-try-bbdb-insert
743With EUDC, you can automatically create BBDB records
744(@pxref{Top,,BBDB,bbdb,BBDB Manual}) from records you get from a
745directory server. You do this by moving point to the appropriate
746record in a query result display buffer and invoking the command
747@kbd{M-x eudc-insert-record-at-point-into-bbdb} with the
748keyboard binding @kbd{b}@footnote{This key binding does not actually
749call @code{eudc-insert-record-at-point-into-bbdb} but uses
750@code{eudc-try-bbdb-insert} instead.}, or with the menu. EUDC
751cannot update an existing BBDB record and will signal an error if you
752try to insert a record matching an existing one.
753
754@findex eudc-batch-export-records-to-bbdb
755It is also possible to export to BBDB the whole batch of records
756contained in the directory query result with the command
757@kbd{M-x eudc-batch-export-records-to-bbdb}.
758
759Because directory systems may not enforce a strict record format, local
760server installations may use different attribute names and have
761different ways to organize the information. Furthermore BBDB has its own
762record structure. For these reasons converting a record from its
763external directory format to the BBDB format is a highly customizable
764process.
765
766@defvar eudc-bbdb-conversion-alist
767The value of this variable should be a symbol naming an alist defining a
768mapping between BBDB field names onto directory attribute names records.
769This is a protocol-local variable and is initialized upon protocol
770switch (@pxref{Server/Protocol Locals}). The alist is made of cells of the
771form @code{(@var{bbdb-field} . @var{spec-or-list})}.
772@var{bbdb-field} is the name of a field
773that must be defined in your BBDB environment (standard field names are
774@code{name}, @code{company}, @code{net}, @code{phone}, @code{address}
775and @code{notes}).
776@var{spec-or-list} is either a single mapping specification or a list of
777mapping specifications. Lists of mapping specifications are valid for
778the @code{phone} and @code{address} BBDB fields only. @var{spec}s are
779actually s-expressions which are evaluated as follows:
780
781@table @asis
782@item a string
783evaluates to itself
784@item a symbol
785evaluates to the symbol value. Symbols corresponding to directory
786attribute names present in the record evaluate to the value of the field
787in the record
788@item a form
789is evaluated as a function. The argument list may contain attribute
790names which evaluate to the corresponding values in the record. The form
791evaluation should return something appropriate for the particular
792@var{bbdb-field} (see @code{bbdb-create-internal}).
793@code{eudc-bbdbify-phone} and @code{eudc-bbdbify-address} are provided as
794convenience functions to parse phones and addresses.
795@end table
796@end defvar
797
798The default value of the PH-specific value of that variable is
799@code{eudc-ph-bbdb-conversion-alist}:
800
801@lisp
802((name . name)
803 (net . email)
804 (address . (eudc-bbdbify-address address "Address"))
805 (phone . ((eudc-bbdbify-phone phone "Phone")
806 (eudc-bbdbify-phone office_phone "Office Phone"))))
807@end lisp
808
809This means that:
810
811@itemize @bullet
812@item
813the @code{name} field of the BBDB record gets its value
814from the @code{name} attribute of the directory record
815@item
816the @code{net} field of the BBDB record gets its value
817from the @code{email} attribute of the directory record
818@item
819the @code{address} field of the BBDB record is obtained by parsing the
820@code{address} attribute of the directory record with the function
821@code{eudc-bbdbify-address}
822@item
823two @code{phone} fields are created (when possible) in the BBDB record.
824The first one has @cite{Phone} for location and its value is obtained by
825parsing the @code{phone} attribute of the PH/QI record with the function
826@code{eudc-bbdbify-phone}. The second one has @cite{Office Phone} for location
827its value is obtained by parsing the @code{office_phone} attribute of the
828PH/QI record with the function @code{eudc-bbdbify-phone}.
829@end itemize
830
831@defun eudc-bbdbify-phone phone location
832This is a convenience function provided for use in
833@code{eudc-bbdb-conversion-alist}. It parses @var{phone} into a vector
834compatible with @code{bbdb-create-internal}. @var{phone} is either a string
835supposedly containing a phone number or a list of such strings which are
836concatenated. @var{location} is used as the phone location for BBDB.
837@end defun
838
839@defun eudc-bbdbify-address addr location
840This is a convenience function provided for use in
841@code{eudc-bbdb-conversion-alist}. It parses @var{addr} into a vector
842compatible with @code{bbdb-create-internal}. @var{addr} should be an
843address string of no more than four lines or a list of lines. The last
844line is searched for the zip code, city and state name. @var{location}
845is used as the phone location for BBDB.
846@end defun
847
848Note that only a subset of the attributes you selected with
849@code{eudc-default-return-attributes} and that are actually displayed may
850actually be inserted as part of the newly created BBDB record.
851
852
853@node Server/Protocol Locals, , Creating BBDB Records, Usage
854@comment node-name, next, previous, up
855@section Server/Protocol Locals
856
857EUDC can be customized independently for each server or directory
858protocol. All variables can be given local bindings that are activated
859when a particular server and/or protocol becomes active. This is much
860like buffer-local bindings but on a per server or per protocol basis.
861
862@menu
863* Manipulating local bindings:: Functions to set and query local bindings
864@end menu
865
866@node Manipulating local bindings, , Server/Protocol Locals, Server/Protocol Locals
867@comment node-name, next, previous, up
868@subsection Manipulating local bindings
869
870EUDC offers functions that let you set and query variables on a per
871server or per protocol basis.
872
873The following predicates allow you to test the existence of
874server/protocol local bindings for a particular variable.
875
876@defun eudc-server-local-variable-p var
877Return non-@code{nil} if @var{var} has server-local bindings
878@end defun
879
880@defun eudc-protocol-local-variable-p var
881Return non-@code{nil} if @var{var} has protocol-local bindings
882@end defun
883
884The following functions allow you to set the value of a variable with
885various degrees of locality.
886
887@defun eudc-default-set var val
888Set the EUDC default value of @var{var} to @var{val}.
889The current binding of @var{var} (if local to the current server or
890protocol) is not changed.
891@end defun
892
893@defun eudc-protocol-set var val &optional protocol
894Set the binding of @var{var} local to @var{protocol} to @var{val}. If
895omitted, @var{protocol} defaults to the current value of
896@code{eudc-protocol}. The current binding of @var{var} is changed only
897if @var{protocol} is omitted.
898@end defun
899
900@defun eudc-server-set var val &optional server
901Set the binding of @var{var} local to @var{server} to @var{val}. If
902omitted, @var{server} defaults to the current value of
903@code{eudc-server}. The current binding of @var{var} is changed only if
904@var{server} is omitted.
905@end defun
906
907@defun eudc-set var val
908Set the most local (server, protocol or default) binding of @var{var} to
909@var{val}. The current binding of @var{var} is also set to @var{val}.
910@end defun
911
912The following variables allow you to query the various bindings of a
913variable (local or non-local).
914
915@defun eudc-variable-default-value var
916Return the default binding of @var{var} (outside of a particular server
917or protocol local binding).
918Return @code{unbound} if @var{var} has no EUDC default value.
919@end defun
920
921@defun eudc-variable-protocol-value var &optional protocol
922Return the value of @var{var} local to @var{protocol}. Return
923@code{unbound} if @var{var} has no value local to @var{protocol}.
924@var{protocol} defaults to @code{eudc-protocol}.
925@end defun
926
927@defun eudc-variable-server-value var [server]
928Return the value of @var{var} local to @var{server}.
929Return @code{unbound} if @var{var} has no value local to @var{server}.
930@var{server} defaults to @code{eudc-server}.
931@end defun
932
933Changing a protocol-local or server-local value of a variable has no
934effect on its current value. The following command is used to
935synchronize the current values of variables with their local values
936given the current @code{eudc-server} and @code{eudc-protocol}:
937
938@defun eudc-update-local-variables
939Update all EUDC variables according to their local settings.
940@end defun
941
942
943
944@node Credits, GNU Free Documentation License, Usage, Top
945@comment node-name, next, previous, up
946@chapter Credits
947
948EUDC was written by Oscar Figueiredo based on @file{ph.el} by the
949same author.
950
951Thanks to Soren Dayton for his suggestions, his enthusiasm and his help
952in testing and proofreading the code and docs of @file{ph.el}.
953
954@node GNU Free Documentation License, Command and Function Index, Credits, Top
955@appendix GNU Free Documentation License
956@include doclicense.texi
957
958@node Command and Function Index, Variables Index, GNU Free Documentation License, Top
959@comment node-name, next, previous, up
960@unnumbered Command and Function Index
961
962@printindex fn
963
964@node Variables Index, , Command and Function Index, Top
965@comment node-name, next, previous, up
966@unnumbered Variables Index
967
968@printindex vr
969
4009494e
GM
970@bye
971
972@ignore
973 arch-tag: 1b79460b-4ea1-441d-ab45-05ddd16ef241
974@end ignore