emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Check eudc-server-hotlist setting in message-expand-name


From: Thomas Fitzsimmons
Subject: [PATCH] Check eudc-server-hotlist setting in message-expand-name
Date: Fri, 06 Feb 2015 01:38:33 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi,

I'm trying to change the way EUDC is configured, away from dynamic
interactive functions like eudc-set-server, and toward static
declarative customization like this:

(customize-set-variable 'eudc-server-hotlist
                        '(("ldap://<hostname>" . ldap)))
(customize-set-variable 'ldap-host-parameters-alist
                        '(("ldap://<hostname>"
                           base "<base>"
                           auth simple)))

This type of configuration is more deterministic, simpler to document,
more debugging-friendly, easier to share and easier to find (e.g.,
instead of guessing extra configuration lives in ~/.eudc-options).

message-mode's TAB completion already supports EUDC, so I want to reuse
that.  But an extra check on eudc-server-hotlist is needed now that it's
being used as the "customized list of EUDC servers".

OK to push to Emacs master?

Thomas

Attachment: 0001-Check-eudc-server-hotlist-setting-in-message-expand-.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]