Searched +refs:custom +refs:face +refs:default +refs:form (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
44 ;; Usually extracted by 'default-value', but can be extracted with
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
142 (require 'cus-face)
145 (defvar custom-versions-load-alist) ; from cus-load
156 (put 'custom-define-hook 'custom
2165 (define-widget 'custom 'default function
3632 (define-widget 'face 'symbol function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el38 (require 'custom)
122 (put 'gnus-eval-in-buffer-window 'edebug-form-spec '(form body))
187 "Return a form that can be `eval'ed based on FUNC."
198 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). Much more simple
206 ;; form ``"abc@xyz" <foo@bar>'' (i.e. ``@'' as part of a comment)
273 (defun gnus-newsgroup-directory-form (newsgroup)
345 (defun gnus-completing-read-with-default (default prompt &rest args)
346 ;; Like `completing-read', except that DEFAULT is the default argumen
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el100 ;;; The custom variables
186 This is an alist, cars are symbols for lookup, 1st element is the default key,
272 (defcustom org-show-hierarchy-above '((default . t))
288 default default for all contexts not set explicitly"
304 (const default))
307 (defcustom org-show-following-heading '((default . t))
332 (const default))
335 (defcustom org-show-siblings '((default . nil) (isearch t))
342 By default thi
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp.el155 (require 'custom)
160 (unless (boundp 'custom-print-functions)
161 (defvar custom-print-functions nil)) ; not autoloaded before Emacs 20.4
551 This is a list of entries of the form (NAME PARAM1 PARAM2 ...).
553 pair of the form (KEY VALUE). The following KEYs are defined:
597 value of the normal variable `tramp-default-password-end-of-line'
688 (defcustom tramp-default-method
697 ;; taken as default.
724 Also see `tramp-default-method-alist'."
728 (defcustom tramp-default
[all...]

Completed in 129 milliseconds