Searched +refs:custom +refs:variable +refs:reset +refs:standard (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcustom.el0 ;;; custom.el --- tools for declaring and initializing options
39 (defvar custom-define-hook nil
43 (defvar custom-dont-initialize nil
44 "Non-nil means `defcustom' should not initialize the variable.
45 That is used for the sake of `custom-make-dependencies'.
48 (defvar custom-current-group-alist nil
53 (defun custom-initialize-default (symbol value)
61 ;; Use the saved value if it exists, otherwise the standard setting.
66 (defun custom-initialize-set (symbol value)
73 (funcall (or (get symbol 'custom
[all...]
H A Dcus-edit.el31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
67 ;; 4. The standard value.
71 ;; It is stored in the 'standard-value' property of the option, in a
72 ;; cons-cell whose car evaluates to the standard value.
79 ;; the saved value, if that exists, and as a last resort the standard
84 ;; variable that has one value when Emacs is running under a window
86 ;; when the variable i
2165 (define-widget 'custom 'default function
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges145 * (ms) Added INTERNAL_DEBUG env variable to test suite triggering
152 localizing a variable and then increasing it is incorrect,
172 * (ms) Emmanuel Rodriguez suggested changing TestBuffer's reset()
174 to accomodate the need for a single buffer reset.
272 * (ms) Using semctl to reset the value of the semaphore in the
445 default but uses an instance variable instead to prevent
527 * (ms) $INITIALIZED now gets reset during logger cleanup.
593 standard which suppresses the "at file line x" message if
595 * (ms) New interface for custom config parsers.
614 * (ms) Did away with $IS_LOADED internal variable
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvim.vim80 " commands not picked up by the generator (due to non-standard format)
83 " Deprecated variable options {{{2
203 syn keyword vimUserAttrbCmplt contained custom customlist nextgroup=vimUserAttrbCmpltFunc,vimUserCmdError
207 syn match vimUserAttrbCmplt contained "custom,\u\w*"
429 syn keyword vimSynType contained enable list manual off on reset

Completed in 120 milliseconds