Searched +refs:custom +refs:load +refs:widget (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
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
49 ;; 1. The widget value.
51 ;; This is the value shown in the widget in a customize buffer.
95 ;; The possible states for a customize widget are:
103 ;; The widget value is different from the current value.
133 ;; There is no widget value.
137 ;; The widget valu
2165 (define-widget 'custom 'default function
[all...]
H A Dcustom.el0 ;;; custom.el --- tools for declaring and initializing options
37 (require 'widget)
39 (defvar custom-define-hook nil
43 (defvar custom-dont-initialize nil
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)
66 (defun custom-initialize-set (symbol value)
73 (funcall (or (get symbol 'custom-set) 'set-default)
79 (defun custom
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-vars.el39 (let ((load-path
42 (cons (file-name-directory byte-compile-dest-file) load-path)
43 load-path)))
44 (load "cc-bytecomp" nil t)))
52 (require 'custom)
53 (require 'widget))
68 ;; This widget exists in newer versions of the Custom library
69 (or (get 'other 'widget-type)
70 (define-widget 'other 'sexp
72 Useful as last item in a `choice' widget
[all...]
H A Didlwave.el56 ;; In short, put this file on your load path and add the following
178 (condition-case () (require 'custom) (error nil))
179 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
181 ;; We have the old or no custom-library, hack around it!
194 :link '(custom-manual "(idlwave)Top")
1062 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
1110 (defcustom idlwave-load-hook nil
1584 (define-key idlwave-mode-map "\C-c\C-b" 'idlwave-list-buffer-load-path-shadows)
1617 (idlwave-action-and-binding "&" 'idlwave-custom
[all...]

Completed in 104 milliseconds