Searched +refs:custom +refs:face +refs:set (Results 1 - 11 of 11) 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)
47 ;; can set it.
109 ;; 3. set
142 (require 'cus-face)
145 (defvar custom
2165 (define-widget 'custom 'default function
3632 (define-widget 'face 'symbol function
[all...]
H A Dcustom.el0 ;;; custom.el --- tools for declaring and initializing options
33 ;; The code implementing face declarations is in `cus-face.el'.
39 (defvar custom-define-hook nil
43 (defvar custom-dont-initialize nil
45 That is used for the sake of `custom-make-dependencies'.
46 Users should not set it.")
48 (defvar custom-current-group-alist nil
53 (defun custom-initialize-default (symbol value)
62 (set
[all...]
H A Diswitchb.el132 ;; custom package.
169 ;; switch this off, set (setq iswitchb-use-faces nil). Colouring of
225 ;; set focus-follows-mouse to nil.
254 ;; Set up the custom library.
255 ;; taken from http://www.dina.kvl.dk/~abraham/custom/
258 (require 'custom)
260 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
262 ;; We have the old custom-library, hack around it!
312 :set (functio
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el229 ;; `reftex-index-default-macro' (to set the default macro)
283 (require 'custom)
289 (defun reftex-set-dirty (symbol value)
291 (set symbol value)))
445 (set-buffer buf)
514 (set symbol (intern (concat symname "-" (int-to-string index))))
518 (set (symbol-value symbol) nil)
531 (set symbol nil))))
592 (defun reftex-set-cite-format (value)
808 (mapcar (lambda (sym) (set sy
[all...]
H A Dorg.el45 ;; iCalendar file. It can also serve as a publishing tool for a set of
100 ;;; The custom variables
129 "Non-nil means, entering Org-mode will set `truncate-lines'.
152 has been set."
173 This option is only relevant at load-time of Org-mode, and must be set
275 been invisible before. When this is set, the hierarchy of headings
288 default default for all contexts not set explicitly"
310 been invisible before. When this is set, the heading following the
338 been invisible before. When this is set, the sibling of the current entry
402 the new state that was set b
[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 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!
131 This is a fine thing to set in your `.emacs' file."
209 This variable must already be set when idlwave-shell.el is loaded.
224 upon return to the main level. Can be set to 'breakpoint to enter
253 to set thi
[all...]
H A Didlwave.el109 ;; You can set your own preferred values with Customize, or with Lisp
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")
227 This extra offset applies to the first of a set of continuation lines.
278 "*If set non-nil then comment paragraphs are indented under the
374 with a slow network connection, don't hesitate to set this to 2
418 (set
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el38 (require 'custom)
116 (set-buffer (window-buffer ,w)))
128 (set symbol nil))
303 (defmacro gnus-local-set-keys (&rest plist)
317 (put 'gnus-local-set-keys 'lisp-indent-function 1)
327 (error "Can't set keys in a null keymap"))
332 (set (car keymap) nil)
552 (set-window-hscroll (gnus-get-buffer-window (current-buffer) t) 0)
567 (set-window-hscroll
571 (set
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcheckdoc.el85 ;; set. Potentially redundant changes are considered really complex,
92 ;; The variable `checkdoc-spellcheck-documentation-flag' can be set
150 ;; The symbol `checkdoc-force-docstrings-flag' can be set to nil if
161 ;; Requires custom for Emacs v20.
178 ;; From custom web page for compatibility between versions of custom:
181 (require 'custom)
183 (if (and (featurep 'custom) (fboundp 'custom-declare-variable))
185 ;; We have the old 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
172 ;; used in XEmacs, so we set it here and there. The following is needed
231 (set :inline t
239 "*Put auto-save files in this directory, if set.
291 when initializing a multi-hop connection. Therefore, the set of
561 MUST be a Bourne-like shell. It is normally not necessary to set
608 to do this, set `tramp-copy-program' in the method.
634 (set (lis
[all...]

Completed in 155 milliseconds