Searched +refs:custom +refs:variable +refs:edit (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el1 ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages
29 ;; This file implements the code to create and edit customize buffers.
31 ;; 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)
84 ;; variable that has one value when Emacs is running under a window
86 ;; when the variable is first initialized, this is only relevant for the
123 ;; There is no standard value. This means that the variable was
143 (require 'wid-edit)
2165 (define-widget 'custom 'default function
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex224 % \<...> - surrounds a variable name in a code example
386 \key{edit formulas in separate buffer}{C-c '}
413 \key{edit the current field in a separate window}{C-c `}
429 \key{edit (also hidden part of) link at point}{C-c C-l}
550 \key{Toggle custom format display for dates/times}{C-c C-x C-t}
582 \key{configure custom commands}{C-c a C$^1$}
727 %Configure the variable {\tt org-CUA-compatibility} to make Org-mode
H A DviperCard.tex614 \twocol{{\bf variable}}{{\bf default value}}
626 \twocol{viper-custom-file-name}{"\~{}/.vip"}
704 \key{{\bf edit} file}{:e {\sl file}}
706 \key{edit previous file}{:e\#}
736 \key{{\bf set} a variable's value}{:se}
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el38 (require 'custom)
41 ;; Fixme: this should be a gnus variable, not nnmail-.
98 (defun gnus-boundp (variable)
100 (and (boundp variable)
101 (symbol-value variable)))
666 (defun gnus-turn-off-edit-menu (type)
667 "Turn off edit menu in `gnus-TYPE-mode-map'."
669 [menu-bar edit] 'undefined))
1402 (defun gnus-cache-file-contents (file variable function)
1406 (if (or (null (setq value (symbol-value variable)))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el92 ;; and the custom package
93 ;; <URL:http://www.dina.kvl.dk/~abraham/custom/>.
233 (require 'custom)
374 "This variable contains a list of product features for each of the
388 :font-lock name of the variable containing the product
435 variable is not nil, that buffer's window will be selected
436 by calling `pop-to-buffer'. If this variable is nil, that
458 local variable.")
465 You have to set this variable if you want the history of your commands
466 saved from one Emacs session to the next. If this variable i
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1563 $add_option->( 'variable-maximum-line-length', 'vmll', '!' );
3516 and edit mystyle.css to change the appearance of filename.html.
6229 # -variable => \$TRANS
6661 # variable $indentation is either a constant number of spaces or an object
6681 # indentation variable. $indentation is either a constant number of
7818 $rOpts->{'variable-maximum-line-length'};
8518 # comes in on a line following a variable with leading arrow:
9086 # previous, value of this variable when creating a new blank (align.t)
11148 # a minus may introduce a quoted variable, and we will
19693 $rOpts->{'variable
[all...]

Completed in 188 milliseconds