eudc-tail-menu

eudc-tail-menu is a variable defined in `eudc.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Not documented as a variable.

Value:

(["---" nil nil] ["Query with Form" eudc-query-form :help "Display a form to query the directory server"] ["Expand Inline Query" eudc-expand-inline :help "Query the directory server, and expand the query string before point"] ["Insert Record into BBDB" eudc-insert-record-at-point-into-bbdb (and (or (featurep 'bbdb) (prog1 (locate-library "bbdb") (message ""))) (overlays-at (point)) (overlay-get (car (overlays-at (point))) 'eudc-record)) :help "Insert record at point into the BBDB database"] ["Insert All Records into BBDB" eudc-batch-export-records-to-bbdb (and (derived-mode-p 'eudc-mode) (or (featurep 'bbdb) (prog1 (locate-library "bbdb") (message "")))) :help "Insert all the records returned by a directory query into BBDB"] ["---" nil nil] ["Get Email" eudc-get-email :help "Get the email field of NAME from the directory server"] ["Get Phone" eudc-get-phone :help "Get the phone field of name from the directory server"] ["List Valid Attribute Names" eudc-get-attribute-list :help "Return a list of valid attributes for the current server"] ["---" nil nil] ("Customize" ["Eudc..." (customize-group 'eudc) t] "--" ("Eudc Ph" :filter (lambda (&rest junk) (let* ((menu (custom-menu-create 'eudc-ph))) (if (consp menu) (cdr menu) menu)))) ("Eudc Ldap" :filter (lambda (&rest junk) (let* ((menu (custom-menu-create 'eudc-ldap))) (if (consp menu) (cdr menu) menu)))) ("Eudc Bbdb" :filter (lambda (&rest junk) (let* ((menu (custom-menu-create 'eudc-bbdb))) (if (consp menu) (cdr menu) menu)))) ["Eudc Server..." (customize-variable 'eudc-server) t] ["Eudc Protocol..." (customize-variable 'eudc-protocol) t] ["Eudc Strict Return Matches..." (customize-variable 'eudc-strict-return-matches) :style toggle :selected eudc-strict-return-matches] ["Eudc Default Return Attributes..." (customize-variable 'eudc-default-return-attributes) t] ["Eudc Multiple Match Handling Method..." (customize-variable 'eudc-multiple-match-handling-method) t] ["Eudc Duplicate Attribute Handling Method..." (customize-variable 'eudc-duplicate-attribute-handling-method) t] ["Format of Inline Expansion Queries..." (customize-variable 'eudc-inline-query-format) t] ["Eudc Expansion Overwrites Query..." (customize-variable 'eudc-expansion-overwrites-query) :style toggle :selected eudc-expansion-overwrites-query] ["Eudc Inline Expansion Format..." (customize-variable 'eudc-inline-expansion-format) t] ["Eudc Inline Expansion Servers..." (customize-variable 'eudc-inline-expansion-servers) t] ["Max Number of Servers to Query..." (customize-variable 'eudc-max-servers-to-query) t] ["Attributes in Query Forms..." (customize-variable 'eudc-query-form-attributes) t] ["User-defined Names of Directory Attributes..." (customize-variable 'eudc-user-attribute-names-alist) t] ["Eudc Use Raw Directory Names..." (customize-variable 'eudc-use-raw-directory-names) :style toggle :selected eudc-use-raw-directory-names] ["Attribute Decoding Functions..." (customize-variable 'eudc-attribute-display-method-alist) t] ["External Viewer Programs..." (customize-variable 'eudc-external-viewers) t] ["Eudc Options File..." (customize-variable 'eudc-options-file) t] ["Eudc Mode Hook..." (customize-variable 'eudc-mode-hook) t]))