Searched +refs:customize +refs:set +refs:variable (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcustom.el30 ;; user options. The code to customize options is autoloaded from
41 "Hook called after defining each customize option.")
44 "Non-nil means `defcustom' should not initialize the variable.
46 Users should not set it.")
62 (set-default symbol (if (get symbol 'saved-value)
66 (defun custom-initialize-set (symbol value)
69 then set it using its `:set' function (or `set-default' if it has none).
73 (funcall (or (get symbol 'custom-set) 'se
[all...]
H A Dcus-edit.el29 ;; This file implements the code to create and edit customize buffers.
34 ;; that interferes with completion. Use `customize-' for commands
37 ;; The identity of a customize option is represented by a Lisp symbol.
46 ;; property. Similarly, set-default (or the 'custom-set' property)
47 ;; can set it.
51 ;; This is the value shown in the widget in a customize buffer.
55 ;; This is the last value given to the option through customize.
62 ;; This is last value saved from customize.
76 ;; This is what customize think
352 (defgroup customize '((widgets custom-group)) function
996 (defun customize () function
[all...]
H A Dmenu-bar.el389 (define-key menu-bar-goto-menu [set-tags-name]
404 :help "Find next function/variable matching last tag name in another window"))
421 :help "Find next function/variable matching last tag name"))
424 :help "Find function/variable definition in another window"))
427 :help "Find definition of function or variable"))
562 (define-key menu-bar-custom-menu [customize-apropos-groups]
563 '(menu-item "Groups Matching Regexp..." customize-apropos-groups
565 (define-key menu-bar-custom-menu [customize-apropos-faces]
566 '(menu-item "Faces Matching Regexp..." customize-apropos-faces
568 (define-key menu-bar-custom-menu [customize
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dpl-refcard.tex163 % \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
235 % \<...> - surrounds a variable name in a code example
491 %\key{set mark here}{C-@ {\rm or} C-SPC}
496 %\key{set mark {\it arg\/} {\bf words} away}{M-@}
607 %\key{set fill column}{C-x f}
608 %\key{set prefix each line starts with}{C-x .}
613 %\key{set face}{M-g}
795 %\threecol{explicit set}{[ {\rm$\ldots$} ]}{[^ {\rm$\ldots$} ]}
809 %\metax{specify principal language}{M-x set-language-environment}
812 %\key{set codin
[all...]
H A Drefcard.tex161 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
231 % \<...> - surrounds a variable name in a code example
380 \key{set mark here}{C-@ {\rm or} C-SPC}
383 \key{set mark {\it arg\/} {\bf words} away}{M-@}
453 \key{set fill column}{C-x f}
454 \key{set prefix each line starts with}{C-x .}
456 \key{set face}{M-o}
562 \threecol{explicit set}{[ {\rm$\ldots$} ]}{[^ {\rm$\ldots$} ]}
572 \key{set coding system for next command}{C-x RET c}
579 \key{find specified function or variable i
[all...]
H A Dorgcard.tex151 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
224 % \<...> - surrounds a variable name in a code example
281 \metax{For the many customization options try}{M-x org-customize}
324 To set archive location for current file, add a line like$^2$:
384 \key{set and eval column formula}{C-c =}
385 \key{set and eval field formula}{C-u C-c =}
509 \key{set the priority of the current item}{C-c , [ABC]}
525 \key{set tags for current heading}{C-c C-c}
587 To set categories, add lines like$^2$:
626 \key{set tag
[all...]
H A Dcs-refcard.tex155 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
225 % \<...> - surrounds a variable name in a code example
563 \metax{zadat hlavn� jazyk}{M-x set-language-environment}
630 \metax{nastavit prom�nn� a faces}{M-x customize}
638 (global-set-key "\\C-cg" 'goto-line)
639 (global-set-key "\\M-\#" 'query-replace-regexp)
H A Dsk-refcard.tex157 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
227 % \<...> - surrounds a variable name in a code example
564 \metax{zada� hlavn� jazyk}{M-x set-language-environment}
631 \metax{nastavi� premenn� a faces}{M-x customize}
639 (global-set-key "\\C-cg" 'goto-line)
640 (global-set-key "\\M-\#" 'query-replace-regexp)
H A Dpt-br-refcard.tex166 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
237 % \<...> - surrounds a variable name in a code example
644 \metax{personaliza vari{\'a}veis e fontes}{M-x customize}
652 (global-set-key "\\C-cg" 'goto-line)
653 (global-set-key "\\M-\#" 'query-replace-regexp)

Completed in 157 milliseconds