%PDF- %PDF-
Direktori : /usr/local/share/emacs/27.2/lisp/net/ |
Current File : //usr/local/share/emacs/27.2/lisp/net/eudc.elc |
;ELC ;;; Compiled ;;; in Emacs version 27.2 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\303\304!\204 \300\305!\210\303\306!\204 \307\306\310\"\210\300\311!\207" [require wid-edit cl-lib fboundp make-overlay overlay custom-menu-create autoload "cus-edit" eudc-vars] 3) (defvar eudc-form-widget-list nil) (defvar eudc-mode-map (byte-code "\301 \302\"\210\303\304\305#\210\303\306\305#\210\303\307\310#\210\303\311\312#\210\303\313\314#\210\303\315\316#\210\211\207" [widget-keymap make-sparse-keymap set-keymap-parent define-key "q" kill-current-buffer "x" "f" eudc-query-form "b" eudc-try-bbdb-insert "n" eudc-move-to-next-record "p" eudc-move-to-previous-record] 5)) (defvar eudc-local-vars nil) (defvar eudc-query-function nil) (defvar eudc-list-attributes-function nil) (defvar eudc-protocol-attributes-translation-alist nil) (defvar eudc-bbdb-conversion-alist nil) (defvar eudc-switch-to-server-hook nil) (defvar eudc-switch-from-server-hook nil) (defvar eudc-protocol-has-default-query-attributes nil) #@49 Return non-nil if BBDB version is 3 or greater. (defalias 'eudc--using-bbdb-3-or-newer-p #[0 "\301\232\206 \302\303\304!@\"\207" [bbdb-version "@PACKAGE_VERSION@" version<= "3" split-string] 4 (#$ . 1375)]) #@67 Return t if PROP has a value specified in PLIST. (fn PLIST PROP) (defalias 'eudc-plist-member #[514 "G\300\246\301U\204 \302\303!\210\3042+ \203) \211@=\203! \305\304\306\"\210AA\262\202 \3070\207" [2 0 error "Malformed plist" found throw t nil] 5 (#$ . 1591)]) #@287 Extract a value from a property list. PLIST is a property list, which is a list of the form (PROP1 VALUE1 PROP2 VALUE2...). This function returns the value corresponding to the given PROP, or DEFAULT if PROP is not one of the properties on the list. (fn PLIST PROP &optional DEFAULT) (defalias 'eudc-plist-get #[770 "\300\"\203\f \301\"\207\207" [eudc-plist-member plist-get] 6 (#$ . 1868)]) #@363 Extract a value from a lax property list. PLIST is a lax property list, which is a list of the form (PROP1 VALUE1 PROP2 VALUE2...), where comparisons between properties are done using `equal' instead of `eq'. This function returns the value corresponding to PROP, or DEFAULT if PROP is not one of the properties on the list. (fn PLIST PROP &optional DEFAULT) (defalias 'eudc-lax-plist-get #[770 "G\300\246\301U\204 \302\303!\210\3042- \203+ @\232\203# \305\304A@\"\210AA\262\202 \2110\207" [2 0 error "Malformed plist" found throw] 6 (#$ . 2273)]) #@103 Replace all matches in STR for REGEXP with NEWTEXT. Value is the new string. (fn STR REGEXP NEWTEXT) (defalias 'eudc-replace-in-string #[771 "\300\301\302\211\303#\211\262\203' \262\301\225\262\304#Q\262\202 \304\"P\207" ["" 0 nil string-match substring] 12 (#$ . 2840)]) #@60 Return non-nil if VAR has server-local bindings. (fn VAR) (defalias 'eudc-server-local-variable-p #[257 "\300\301N\302\"\207" [eudc-plist-member eudc-locals server] 4 (#$ . 3141)]) #@62 Return non-nil if VAR has protocol-local bindings. (fn VAR) (defalias 'eudc-protocol-local-variable-p #[257 "\300\301N\302\"\207" [eudc-plist-member eudc-locals protocol] 4 (#$ . 3330)]) #@100 Set the EUDC default value of VAR to VAL. The current binding of VAR is not changed. (fn VAR VAL) (defalias 'eudc-default-set #[514 "\301\302\303\302N\304##\210\235\203 \207B\211\207" [eudc-local-vars put eudc-locals plist-put default] 9 (#$ . 3526)]) #@217 Set the PROTOCOL-local binding of VAR to VAL. If omitted PROTOCOL defaults to the current value of `eudc-protocol'. The current binding of VAR is changed only if PROTOCOL is omitted. (fn VAR VAL &optional PROTOCOL) (defalias 'eudc-protocol-set #[770 "\302!\303=\203 \304\211J\"\210\305N\306\307\"\310\206 #\262\310\307#\262\311\305#\210 \235\2039 \210\202= B?\205E \312!\207" [eudc-protocol eudc-local-vars eudc-variable-default-value unbound eudc-default-set eudc-locals eudc-plist-get protocol plist-put put eudc-update-variable] 9 (#$ . 3797)]) #@207 Set the SERVER-local binding of VAR to VAL. If omitted SERVER defaults to the current value of `eudc-server'. The current binding of VAR is changed only if SERVER is omitted. (fn VAR VAL &optional SERVER) (defalias 'eudc-server-set #[770 "\302!\303=\203 \304\211J\"\210\305N\306\307\"\310\206 #\262\310\307#\262\311\305#\210 \235\2039 \210\202= B?\205E \312!\207" [eudc-server eudc-local-vars eudc-variable-default-value unbound eudc-default-set eudc-locals eudc-plist-get server plist-put put eudc-update-variable] 9 (#$ . 4377)]) #@134 Set the most local (server, protocol or default) binding of VAR to VAL. The current binding of VAR is also set to VAL. (fn VAR VAL) (defalias 'eudc-set #[514 "\300!\301=\204 \302\"\210\202% \303!\301=\204 \304\"\210\202% \305\"\210L\207" [eudc-variable-server-value unbound eudc-server-set eudc-variable-protocol-value eudc-protocol-set eudc-default-set] 5 (#$ . 4941)]) #@97 Return the default binding of VAR. Return `unbound' if VAR has no EUDC default value. (fn VAR) (defalias 'eudc-variable-default-value #[257 "\211\300N\301!\203 \211\203 \302\303\304#\202 \304\207" [eudc-locals boundp eudc-plist-get default unbound] 6 (#$ . 5331)]) #@167 Return the value of VAR local to PROTOCOL. Return `unbound' if VAR has no value local to PROTOCOL. PROTOCOL defaults to `eudc-protocol'. (fn VAR &optional PROTOCOL) (defalias 'eudc-variable-protocol-value #[513 "\301N\302\303!\203 \203 \304\305\"\204 \306\202( \307\305\"\262\310\206&