]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve eudc-inline-expansion-format's default value
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 13 Nov 2014 06:10:10 +0000 (01:10 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 13 Nov 2014 06:10:10 +0000 (01:10 -0500)
* net/eudc-vars.el (eudc-inline-expansion-format): Default to a
format that includes first name and surname.

lisp/ChangeLog
lisp/net/eudc-vars.el

index c4c9ef0b1438a94baab49eff9fc52101f84c827d..4b3b30347bbeeb1ed11793c655e19379e26a7c5f 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-13  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
+
+       * net/eudc-vars.el (eudc-inline-expansion-format): Default to a
+       format that includes first name and surname.
+
 2014-11-13  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
 
        * net/eudc-vars.el (eudc-inline-query-format): Change default to
index 06f63ebc8e1818ba17aced7a200a67329fff14a8..2affe7be3ca05dd51be33c4fb60b9911b1371e17 100644 (file)
@@ -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