GNU Info

Info Node: (eudc)Installation

(eudc)Installation


Next: Usage Prev: Overview Up: Top
Enter node , (file) or (file)node

Installation
************

   Add the following to your `.emacs' init file:
     (require 'eudc)
   This will install EUDC at startup.

   After installing EUDC you will find (the next time you launch Emacs)
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 (Note: 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))

LDAP Requirements
EUDC needs external support for LDAP

automatically generated by info2www version 1.2.2.9