emacs-diffs
[Top][All Lists]
Advanced

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

master 5976cce892: EUDC: Revert eudc-server-hotlist default change


From: Thomas Fitzsimmons
Subject: master 5976cce892: EUDC: Revert eudc-server-hotlist default change
Date: Fri, 18 Nov 2022 13:07:19 -0500 (EST)

branch: master
commit 5976cce892636f2d7809731a90defd2277f6cf0e
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    EUDC: Revert eudc-server-hotlist default change
    
    * etc/NEWS: Remove eudc-server-hotlist default change.
    * lisp/net/eudc-vars.el (eudc-server-hotlist): Set to nil.
    (Bug#59314)
---
 etc/NEWS              | 7 -------
 lisp/net/eudc-vars.el | 3 +--
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 2717f00612..8a34afe8d2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2057,13 +2057,6 @@ A new back-end for mailabbrev allows information from 
that database to
 be queried by EUDC, too.  The attributes email, name, and firstname
 are supported only.
 
-+++
-*** New default for 'eudc-server-hotlist' includes built-in backends
-The 'eudc-server-hotlist' user option now defaults to including
-entries for the new built-in ecomplete and mailabbrev EUDC backends.
-As a result, 'C-u M-x eudc-expand-try-all' will query both of these
-backends for email address completions, by default.
-
 ** EWW/SHR
 
 +++
diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el
index b44989d906..450943a3f0 100644
--- a/lisp/net/eudc-vars.el
+++ b/lisp/net/eudc-vars.el
@@ -53,8 +53,7 @@ instead."
 ;; Not to be mistaken with `eudc-supported-protocols'
 (defvar eudc-known-protocols '(bbdb ldap ecomplete mailabbrev))
 
-(defcustom eudc-server-hotlist '(("localhost" . ecomplete)
-                                 ("localhost" . mailabbrev))
+(defcustom eudc-server-hotlist nil
   "Directory servers to query.
 This is an alist of the form (SERVER . PROTOCOL).  SERVER is the
 host name or URI of the server, PROTOCOL is a symbol representing



reply via email to

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