Searched +refs:custom +refs:face +refs:action (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 Didlw-shell.el101 (defvar idlwave-shell-have-new-custom nil)
104 (condition-case () (require 'custom) (error nil))
105 (if (and (featurep 'custom)
106 (fboundp 'custom-declare-variable)
109 (setq idlwave-shell-have-new-custom t)
110 ;; We have the old or no custom-library, hack around it!
473 'face Use `idlwave-shell-stop-line-face' to highlight the line.
474 t Use what IDLWAVE thinks is best. Will be a face where possible,
478 a face highlightin
[all...]
H A Didlwave.el40 ;; Incorporates many ideas, such as abbrevs, action routines, and
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")
703 `idlwave-class-arrow-face'. The command \\[idlwave-routine-info]
709 (defcustom idlwave-class-arrow-face 'bold
745 ;;; Variables for abbrev and action behavior -----------------------------
747 (defgroup idlwave-abbrev-and-indent-action ni
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el100 ;;; The custom variables
1325 action is required, and will make the entry show up in todo lists, diaries
1363 the time stamp recording the action should be annotated with a short note.
1468 (defcustom org-display-custom-times nil
1469 "Non-nil means, overlay custom formats over all time stamps.
1470 The formats are defined through the variable `org-time-stamp-custom-formats'.
1476 (make-variable-buffer-local 'org-display-custom-times)
1478 (defcustom org-time-stamp-custom-formats
1482 `org-display-custom-times' is set."
1657 (defgroup org-agenda-custom
[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
978 The answer will be provided by `tramp-action-terminal', which see."
1007 The answer will be provided by `tramp-action-process-alive',
1008 `tramp-multi-action-process-alive' and`tramp-action-out-of-band', which see."
1373 '((tramp-password-prompt-regexp tramp-action-password)
1374 (tramp-login-prompt-regexp tramp-action-login)
1375 (shell-prompt-pattern tramp-action
[all...]

Completed in 147 milliseconds