>From b9a508618c5c2abbd2beef6f72e31d2a4f22c3b5 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Thu, 13 Nov 2014 01:10:10 -0500 Subject: [PATCH 04/16] Improve eudc-inline-expansion-format's default value * net/eudc-vars.el (eudc-inline-expansion-format): Default to a format that includes first name and surname. --- lisp/ChangeLog | 5 +++++ lisp/net/eudc-vars.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 08e20f9..81dc8ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2014-11-13 Thomas Fitzsimmons + * net/eudc-vars.el (eudc-inline-expansion-format): Default to a + format that includes first name and surname. + +2014-11-13 Thomas Fitzsimmons + * net/eudc-vars.el (eudc-inline-query-format): Change default to query email and first name instead of surname. diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el index 06f63eb..2affe7b 100644 --- a/lisp/net/eudc-vars.el +++ b/lisp/net/eudc-vars.el @@ -191,7 +191,7 @@ must be set in a protocol/server-local fashion, see `eudc-server-set' and :type 'boolean :group 'eudc) -(defcustom eudc-inline-expansion-format '("%s" email) +(defcustom eudc-inline-expansion-format '("%s %s <%s>" firstname name email) "A list specifying the format of the expansion of inline queries. This variable controls what `eudc-expand-inline' actually inserts in the buffer. First element is a string passed to `format'. Remaining -- 1.8.1.4