Searched +refs:set +refs:mark +refs:command +refs:repeat +refs:pop (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dibuf-ext.el76 :type '(repeat (choice regexp function))
87 :type '(repeat (choice regexp function))
98 Do not set this variable directly! Use the function
126 :type '(repeat sexp)
151 major mode is `emacs-lisp-mode', you only want to see the mark and the
153 (mode ((mark \" \" name)))
155 :type '(repeat (list :tag "Association" (symbol :tag "Filter")
156 (list :tag "Formats" (repeat (sexp :tag "Format")))))
185 :type '(repeat sexp)
242 (set (mak
[all...]
H A Dido.el183 ;; If you set ido-enable-flex-matching, ido will do a more flexible
230 ;; resizing behaviour, set the variable `ido-max-window-height'.
318 ;; gnu.emacs.sources adapted for emacs 22.1 to use command remapping
358 :set #'(lambda (symbol value)
360 :initialize 'custom-initialize-set
363 :set-after '(ido-save-directory-list-file
364 ;; This will clear ido-unc-hosts-cache, so set it
377 :set #'(lambda (symbol value)
394 :type '(repeat (choice regexp function))
403 :type '(repeat (choic
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtcsh.vim5 " Description: We break up each statement into a "command" and an "end" part.
6 " All groups are either a "command" or part of the "end" of a statement (ie
7 " everything after the "command"). This is because blindly highlighting tcsh
10 " set history=200
20 set cpo&vim " Line continuation is used
42 " Builtin commands except those treated specially. Currently (un)set(env),
44 syn keyword tcshBuiltin nextgroup=tcshStatementEnd alloc bg break breaksw builtins bye case cd chdir complete continue default dirs echo echotc end endif endsw eval exec exit fg filetest foreach getspath getxvers glob goto hashstat history hup inlib jobs kill limit log login logout ls ls-F migrate newgrp nice nohup notify onintr popd printenv pushd rehash repeat rootnode sched setpath setspath settc setty setxvers shift source stop suspend switch telltc time umask uncomplete unhash universe unlimit ver wait warp watchlog where which
46 " StatementEnd is anything after a built-in / command till the lexical end of a
50 " set expressions (Contains shell variables)
51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complet
[all...]
H A Dpostscr.vim31 set iskeyword=33-127,^(,^),^<,^>,^[,^],^{,^},^/,^%
99 syn keyword postscrOperator pop exch dup copy index roll clear count mark cleartomark counttomark
135 syn keyword postscrRepeat for repeat loop
407 syn keyword postscrConstant contained newerror errorname command errorinfo ostack estack dstack
738 command -nargs=+ HiLink hi link <args>
740 command -nargs=+ HiLink hi def link <args>
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-sum.el111 the parent and mark all the step-children as such.
159 :type '(repeat function))
250 :type '(repeat regexp))
260 If threads are hidden, you have to run the command
316 newsgroups, set the variable to nil in `gnus-select-group-hook'."
353 Finally, if this variable is `slightly-quietly', the `\\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]' command
437 :type '(repeat (choice (list :value (fun) function)
438 (cons :value ("" "") regexp (repeat string))
444 (defcustom gnus-unread-mark ? ;Whitespace
449 (defcustom gnus-ticked-mark
[all...]
H A Dgnus.el63 "Group character set issues."
301 be set in `.emacs' instead."
313 (unless (fboundp 'gnus-set-text-properties)
314 (defalias 'gnus-set-text-properties 'set-text-properties))
358 (defalias 'gnus-deactivate-mark 'deactivate-mark)
908 (pop gnus-buffers))
912 (pop buffers)
1071 (set
[all...]
H A Dgnus-art.el162 (repeat regexp))
170 :type '(repeat :value-to-internal (lambda (widget value)
185 :type '(repeat regexp)
202 :type '(set (const :tag "Headers with no content." empty)
216 By default, if you set this t, then Gnus will display citations and
231 (repeat :tag "List of regexp" regexp))
256 (defcustom gnus-article-x-face-command
267 If it is a string, the command will be executed in a sub-shell
268 asynchronously. The compressed face will be piped to this command."
286 :type '(repeat (con
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex181 \key{C-x C-f} edit file; this command uses the minibuffer to read
187 executing command
208 Emacs defines a `region' as the space between the {\it mark\/} and
209 the {\it point}. A mark is set with \kbd{C-{\it space}}.
212 \key{M-h} mark entire paragraph
213 \key{C-x h} mark entire buffer
233 Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction.
240 `{\tt etags} {\it input\_files}' as a shell command.
244 \key{M-*} pop bac
[all...]
H A Dcalccard.tex13 % Typical command to format: tex calccard.tex
14 % Typical command to print (3 cols): dvips -t landscape calccard.dvi
147 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
196 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
298 \key{describe function or command}{h f}
304 \key{abort command in progress}{C-g}
353 \key{set precision}{p}
361 \key{set mode where alg entry used by default}{m a}
538 \key{cardinality of set}{V \#}
592 command
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcompile.el110 started. It can be used to set any variables or functions that are used
386 :type `(set :menu-tag "Pick"
452 (defcustom compilation-read-command t
453 "*Non-nil means \\[compile] reads the compilation command to use.
454 Otherwise, \\[compile] just uses the value of `compile-command'."
470 :type '(repeat (choice (const :tag "Default" nil)
475 (defcustom compile-command "make -k "
476 "*Last shell command used to do a compilation; default for next compilation.
485 (set (make-local-variable 'compile-command)
[all...]
H A Dps-mode.el72 to set the boundingbox to include the whole page.
113 (lpr-command (if (memq system-type '(usg-unix-v dgux hpux irix))
142 :type '(repeat (list :tag "Expression with one or more highlighters"
145 (repeat :tag "Highlighters"
156 :type '(repeat string))
161 :type '(repeat string))
168 You won't need to set this option for Ghostscript."
193 ;; Only a small set of the PostScript operators is selected for fontification.
197 (let ((ops '("clear" "mark" "cleartomark" "counttomark"
201 "exec" "if" "ifelse" "for" "repeat" "loo
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dsgml-mode.el62 "Hook run by command `sgml-mode'.
227 (defcustom sgml-validate-command "nsgmls -s" ; replaced old `sgmls'
228 "*The command to validate an SGML document.
235 (defvar sgml-saved-validate-command nil
236 "The command last used to validate in this buffer.")
339 :type '(repeat (cons (string :tag "Tag Name")
340 (repeat :tag "Tag Rule" sexp)))
352 :type '(repeat (cons (string :tag "Tag Name")
359 Otherwise, it is set to be buffer-local when the file has
385 (set (mak
[all...]
H A Dorg.el45 ;; iCalendar file. It can also serve as a publishing tool for a set of
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
214 "String to mark deadline entries.
223 "String to mark scheduled TODO entries.
258 (defvar org-repeat-re "\\<REPEAT(\\([-+ 0-9dwmy]+\\))"
260 After a match, group 1 contains the repeat expression.")
275 been invisible before. When this is set, the hierarchy of headings
281 org-goto when using the command `or
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex116 % Set up fixed words for English if not already set.
185 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
197 % that mark overfull boxes (in case you have decided
268 % For @cropmarks command.
277 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
480 % If an index command is used in an @example environment, any spaces
527 \errmessage{This command can appear only \inenvironment\temp,
725 \endgraf % Not \par, as it may have been set to \lisppar.
1079 % to a command which sets the catcodes (such as @item or @section).
1196 % can be set)
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex116 % Set up fixed words for English if not already set.
185 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
197 % that mark overfull boxes (in case you have decided
268 % For @cropmarks command.
277 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
480 % If an index command is used in an @example environment, any spaces
527 \errmessage{This command can appear only \inenvironment\temp,
725 \endgraf % Not \par, as it may have been set to \lisppar.
1079 % to a command which sets the catcodes (such as @item or @section).
1196 % can be set)
[all...]

Completed in 422 milliseconds