Searched +refs:custom +refs:face +refs:tag (Results 1 - 5 of 5) 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)
142 (require 'cus-face)
145 (defvar custom-versions-load-alist) ; from cus-load
156 (put 'custom-define-hook 'custom-type 'hook)
157 (put 'custom-define-hook 'standard-value '(nil))
158 (custom
2165 (define-widget 'custom 'default function
3632 (define-widget 'face 'symbol function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcperl-mode.el77 (require 'custom)
98 (or (fboundp 'custom-declare-variable)
101 (or (and (fboundp 'custom-declare-variable)
114 (defmacro cperl-is-face (arg) ; Takes quoted arg
115 (cond ((fboundp 'find-face)
116 (` (find-face (, arg))))
117 (;;(and (fboundp 'face-list)
118 ;; (face-list))
119 (fboundp 'face-list)
120 (` (member (, arg) (and (fboundp 'face
[all...]
H A Didlwave.el178 (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!
188 :tag "IDLWAVE"
189 :link '(url-link :tag "Home Page"
191 :link '(emacs-commentary-link :tag "Commentary in idlw-shell.el"
193 :link '(emacs-commentary-link :tag "Commentary in idlwave.el" "idlwave.el")
194 :link '(custom-manual "(idlwave)Top")
334 :type '(choice (const :tag "An
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el283 (require 'custom)
416 (put 'reftex-mode :menu-tag "RefTeX Mode")
869 (lambda (tag)
870 (reftex-kill-buffer (reftex-make-index-buffer-name tag)))
911 macro verify repeat nindex tag key toc-level toc-levels)
1086 tag (nth 1 entry)
1107 (push (list macro tag prefix verify nargs nindex opt-args repeat)
1718 (autoload 'reftex-index-complete-tag "reftex-index")
1721 (autoload 'reftex-index-select-tag "reftex-index")
1765 (autoload 'reftex-arg-index-tag "refte
[all...]
H A Dorg.el100 ;;; The custom variables
104 :tag "Org"
111 :tag "Org Startup"
124 (const :tag "nofold: show all" nil)
125 (const :tag "fold: overview" t)
126 (const :tag "content: all headlines" content)))
202 :type '(choice (const :tag "Default" nil)
203 (string :tag "String" :value "...#")))
210 :tag "Org Keywords"
264 :tag "Or
[all...]

Completed in 158 milliseconds