Variable: eudc-attribute-display-method-alist
eudc-attribute-display-method-alist is a customizable variable defined
in eudc-vars.el.gz.
Value
nil
Documentation
An alist specifying methods to display attribute values.
Each member of the list is of the form (NAME . FUNC) where NAME is a lowercased
string naming a directory attribute (translated according to
eudc-user-attribute-names-alist if eudc-use-raw-directory-names is
non-nil) and FUNC a function that will be passed the corresponding
attribute values for display.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eudc-vars.el.gz
(defcustom eudc-attribute-display-method-alist nil
"An alist specifying methods to display attribute values.
Each member of the list is of the form (NAME . FUNC) where NAME is a lowercased
string naming a directory attribute (translated according to
`eudc-user-attribute-names-alist' if `eudc-use-raw-directory-names' is
non-nil) and FUNC a function that will be passed the corresponding
attribute values for display."
:tag "Attribute Decoding Functions"
:type '(repeat (cons :tag "Attribute"
(symbol :tag "Name")
(symbol :tag "Display Function"))))