Variable: eudc-inline-expansion-servers
eudc-inline-expansion-servers is a customizable variable defined in
eudc-vars.el.gz.
Value
server-then-hotlist
Documentation
Which servers to contact for the expansion of inline queries.
Possible values are:
current-server: the EUDC current server.
hotlist: the servers of the hotlist in the order they appear,
server-then-hotlist: the current server and then the servers of
the hotlist.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eudc-vars.el.gz
(defcustom eudc-inline-expansion-servers 'server-then-hotlist
"Which servers to contact for the expansion of inline queries.
Possible values are:
`current-server': the EUDC current server.
`hotlist': the servers of the hotlist in the order they appear,
`server-then-hotlist': the current server and then the servers of
the hotlist."
:type '(choice :tag "Servers"
:menu-tag "Servers"
(const :menu-tag "Current server" current-server)
(const :menu-tag "Servers in the hotlist" hotlist)
(const :menu-tag "Current server then hotlist" server-then-hotlist)))