[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2. Installation

EUDC is distributed as an XEmacs package. Follow the rules for the installation of XEmacs packages (see section `XEmacs Packages' in XEmacs Manual).

After installing EUDC you will find (the next time you launch XEmacs) a new `Directory Search' submenu in the `Tools' menu that will give you access to EUDC.

You may also find it useful to add the following to your `.emacs' initialization file to add a shortcut for email address expansion in email composition buffers (see section 3.4 Inline Query Expansion)

 
(eval-after-load 
 "message"
 '(define-key message-mode-map [(control ?c) (tab)] 'eudc-expand-inline))
(eval-after-load 
 "sendmail"
 '(define-key mail-mode-map [(control ?c) (tab)] 'eudc-expand-inline))

2.1 LDAP Requirements  EUDC needs external support for LDAP


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.1 LDAP Requirements

For EUDC to be able to query LDAP servers, LDAP support must be compiled into the XEmacs binary otherwise you will get that error message: `Cannot open load file: ldap'

LDAP support is automatically compiled in when you build XEmacs provided appropriate LDAP libraries are installed on your system. As of this writing you can use either (URLs are subject to change):


[ << ] [ >> ]           [Top] [Contents] [Index] [ ? ]

This document was generated by XEmacs shared group account on December, 19 2009 using texi2html 1.65.