Searched +refs:custom +refs:face +refs:menu (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)
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
437 (defgroup menu nil function
2165 (define-widget 'custom 'default function
3632 (define-widget 'face 'symbol function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el283 (require 'custom)
316 (defvar reftex-mode-menu nil)
353 When referencing, you get a menu with all labels of a given type and
372 Under X, these and other functions will also be available as `Ref' menu
373 on the menu bar.
384 (easy-menu-add reftex-mode-menu)
410 (easy-menu-remove reftex-mode-menu)))
416 (put 'reftex-mode :menu
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
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!
194 :link '(custom-manual "(idlwave)Top")
488 written to file. Otherwise, the menu option \"Write Paths\" can be
703 `idlwave-class-arrow-face'. The command \\[idlwave-routine-info]
709 (defcustom idlwave-class-arrow-face 'bold
1062 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
1163 (1 font-lock-keyword-face)
[all...]
H A Dcperl-mode.el40 ;; DO NOT FORGET to read micro-docs (available from `Perl' menu) <<<<<<
77 (require 'custom)
90 (defvar msb-menu-cond)
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
[all...]

Completed in 149 milliseconds