Searched +refs:push +refs:mark +refs:command (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dibuf-ext.el66 (push ibuffer-split-list-elt hip-crowd)
67 (push ibuffer-split-list-elt lamers)))
151 major mode is `emacs-lisp-mode', you only want to see the mark and the
153 (mode ((mark \" \" name)))
247 (add-hook 'post-command-hook 'ibuffer-auto-update-changed)
267 (ibuffer-push-filter (cons 'mode
293 (push name ibuffer-hidden-filter-groups))
333 ;;;###autoload (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext")
334 (define-ibuffer-op shell-command-pipe (command)
[all...]
H A Dskeleton.el56 When the region is visible (due to `transient-mark-mode' or marking a region
99 (substitute-command-keys
100 "RET, \\<minibuffer-local-map>\\[abort-recursive-edit] or \\[help-command]")
123 (defmacro define-skeleton (command documentation &rest skeleton)
125 DOCUMENTATION is that of the command.
129 (set command skeleton))
131 ;; Tell self-insert-command that this function, if called by an
133 (put ',command 'no-self-insert t)
134 (defun ,command (&optional str arg)
139 "This is a skeleton command (se
[all...]
H A Ddired-aux.el57 FILE defaults to the file at the mark. (That's the mark set by
58 \\[set-mark-command], not by Dired's \\[dired-mark] command.)
64 (default (if (mark t)
65 (save-excursion (goto-char (mark t))
70 (not mark-active)))
126 (> mtime1 mtime2) - mark newe
[all...]
H A Dsimple.el135 in seconds, or until the next command is executed.
136 If t, highlight the locus until the next command is executed, or until
336 This operates on the output from the \\[compile] command, for instance."
360 ;;; Internal variable for `next-error-follow-mode-post-command-hook'.
370 (remove-hook 'post-command-hook 'next-error-follow-mode-post-command-hook t)
371 (add-hook 'post-command-hook 'next-error-follow-mode-post-command-hook nil t)
374 ;;; Used as a `post-command-hook' by `next-error-follow-mode'
376 (defun next-error-follow-mode-post-command
3101 (defun mark (&optional force) function
[all...]
H A Dimage-dired.el71 ;; the command line tool `exiftool' is needed. It can be found here:
146 ;; * Rewrite `image-dired-modify-mark-on-thumb-original-file' to be
232 "Format of command used to create thumbnail image.
250 "Format of command used to create temporary image for display window.
272 (defcustom image-dired-cmd-create-standard-thumbnail-command
316 "Format of command used to rotate thumbnail image.
334 "Format of command used to rotate original image.
366 "Format of command used to write EXIF data.
383 "Format of command used to read EXIF data.
478 `image-dired-previous-line-and-display' and `image-dired-mark
[all...]
H A Ddired.el45 (defgroup dired-mark nil
78 "Name of chown command (usually `chown' or `/etc/chown').")
84 "Name of chmod command (usually `chmod').")
87 "Name of touch command (usually `touch').")
104 :group 'dired-mark)
125 :group 'dired-mark)
134 :group 'dired-mark)
143 :group 'dired-mark)
152 :group 'dired-mark)
227 "In Dired, the current mark characte
[all...]
H A Disearch.el150 (defcustom isearch-resume-in-command-history nil
151 "*If non-nil, `isearch-resume' commands are added to the command history.
153 command history."
173 (defvar isearch-push-state-function nil
377 ;; ;; Instead bind C-h to special help command for isearch-mode.
695 (isearch-push-state)
716 ;; Called after each command to update the display.
717 (if (and (null unread-command-events)
768 (if isearch-resume-in-command-history
769 (let ((command `(isearc
[all...]
H A Dvc.el177 ;; to the backend command.
216 ;; vc-checkin-switches to the backend command.
223 ;; to the backend command.
234 ;; to the backend command.
314 ;; BACKEND 'diff) to the backend command. It should return a status
325 ;; - annotate-command (file buf &optional rev)
335 ;; Only required if `annotate-command' is defined for the backend.
349 ;; Only required if `annotate-command' is defined for the backend,
357 ;; Only required if `annotate-command' is defined for the backend.
430 ;; Delete FILE and mark i
[all...]
H A Dido.el318 ;; gnu.emacs.sources adapted for emacs 22.1 to use command remapping
525 (defcustom ido-cannot-complete-command 'ido-completion-help
535 "*Non-nil means that `ido' will record commands in command history.
536 Note that the non-ido equivalent command is recorded."
721 systems, or explicitly refresh the cache contents using the command
722 `ido-reread-directory' command (C-l) in the minibuffer.
939 "List of functions to call before calling a fallback command.
940 The fallback command is passed as an argument to the functions."
1119 (defvar ido-context-switch-command)
1135 (deactivate-mark deactivat
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-sum.el111 the parent and mark all the step-children as such.
260 If threads are hidden, you have to run the command
353 Finally, if this variable is `slightly-quietly', the `\\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]' command
444 (defcustom gnus-unread-mark ? ;Whitespace
449 (defcustom gnus-ticked-mark ?!
454 (defcustom gnus-dormant-mark ??
459 (defcustom gnus-del-mark ?r
464 (defcustom gnus-read-mark ?R
469 (defcustom gnus-expirable-mark ?E
474 (defcustom gnus-killed-mark
[all...]
H A Dgnus-uu.el90 regular expression, the command in the second string is executed with
93 If the command string contains \"%s\", the file name will be inserted
94 at that point in the command string. If there's no \"%s\" in the
95 command string, the file name will be appended to the command string
272 "*Non-nil means that gnus-uu will mark articles that were unsuccessfully decoded as unread.
531 (defun gnus-message-process-mark (unmarkp new-marked)
533 (message "%d mark%s %s%s"
552 (defun gnus-uu-mark-by-regexp (regexp &optional unmark)
553 "Set the process mark o
[all...]
H A Dgnus.el358 (defalias 'gnus-deactivate-mark 'deactivate-mark)
891 (car (push (get-buffer-create name) gnus-buffers))))
895 (push (current-buffer) gnus-buffers))
1074 (let ((command (format "%s" this-command)))
1075 (when (string-match "gnus" command)
1076 (if (string-match "gnus-other-frame" command)
1480 If nil, ignore cross references. If t, mark articles as read in
1481 subscribed newsgroups. If neither t nor nil, mark a
[all...]
H A Dgnus-art.el256 (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."
529 command, and friends such as `gnus-summary-save-article-rmail'.
991 ("pipe to command" . gnus-mime-pipe-part)
1331 (and (string-match "^0x" (shell-command-to-string "uncompface"))
2007 you're expecting some kind of apostrophe or quotation mark, then
2218 ;; an interactive command, that is when the *Article* buffer is
2231 (push (mail-header-field-value) faces))))
2274 (push (mai
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/xe/
H A Dxe318 $w mark set insert $goalndx
320 $w mark set insert $ndx
335 $w mark set insert "insert $num char"
351 $w mark set insert insert+1c
353 $w mark set insert {insert wordend}
357 $w mark set insert insert-1c
359 $w mark set insert insert-1c
361 $w mark set insert {insert wordstart}
377 $w mark set insert {insert linestart}
392 $w mark se
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-e.el272 "Window configuration before MH-E command.")
454 (push (symbol-name element) new-list))
456 (push (int-to-string element) new-list))
459 (push element new-list))
472 "Maximum number of command line args.")
489 (push (buffer-substring-no-properties (point)
509 (defun mh-exec-cmd (command &rest args)
510 "Execute mh-command COMMAND with ARGS.
519 (apply 'call-process (expand-file-name command mh-progs) nil t nil args)
523 (insert "Errors when executing: " command)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dtcl.el69 ;; font-lock which will mark the # chars accordingly or enclose offending
86 ;; -command {puts fred}
89 ;; command to a tclX process.
94 ;; before point, and no "\" on previous line). (see tcl-real-command-p).
132 "*Indentation of continuation line relative to first line of command."
187 (defcustom tcl-command-switches nil
201 (defcustom inferior-tcl-source-command "source %s\n"
202 "*Format-string for building a Tcl command to load a file.
204 and should result in a Tcl expression that will command the
229 (define-key map "\t" 'tcl-indent-command)
[all...]
H A Dcompile.el452 (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'."
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)
490 ;;;###autoload(put 'compile-command 'safe-local-variable 'stringp)
616 ;; find previous stack, and push onto it, or if `leave' pop it
876 (defun compile (command &optional comint)
878 Runs COMMAND, a shell command, i
[all...]
H A Dcperl-mode.el308 regardless of where in the line point is when the TAB command is used."
338 (defcustom cperl-electric-parens-mark
340 (or (and (boundp 'transient-mark-mode) ; For Emacs
341 transient-mark-mode)
344 "*Not-nil means that electric parens look for active mark.
345 Default is yes if there is visual feedback on mark."
379 `cperl-info-on-command-no-prompt', `cperl-clobber-lisp-bindings',
420 (defcustom cperl-info-on-command-no-prompt nil
429 The function is available on \\[cperl-info-on-command], \\[cperl-get-help].
895 8) Can switch to different indentation styles by one command, an
[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.")
419 An argument of N to a tag-inserting command means to wrap it around
420 the next N words. In Transient Mark mode, when the mark is active,
431 (make-local-variable 'sgml-saved-validate-command)
591 (sgml-name-char last-command-char))
597 (let ((mc last-command
[all...]
H A Dorg.el214 "String to mark deadline entries.
223 "String to mark scheduled TODO entries.
281 org-goto when using the command `org-goto' on key C-c C-j
282 occur-tree when using the command `org-occur' on key C-c /
285 mark-goto when exposing the jump goal of a mark
301 (const mark-goto)
314 use the command \\[org-reveal] to show more context.
329 (const mark-goto)
345 use the command \\[or
[all...]
H A Dtable.el61 ;; in his Emacs exploration he asked me "Tak, what is a command to
121 ;; command M-x `table-insert' RET. It'll ask you number of columns,
148 ;; of them must be invoked by "M-x" (`execute-extended-command')
149 ;; command. Refer to the section "Keymap" below for the commands
217 ;; | |wrapper command to the other two |
288 ;; `table-command-remap-alist' declared below. This alist is
297 ;; use command name completion. There is a "normal hooks" variable
304 ;; customizable via `table-command-prefix', as the prefix key
629 (defvar real-last-command)
682 (defcustom table-command
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_parse_peg_c.tcl30 ## Supporting code for the main command.
145 push (const char* str)
179 push (fun);
481 RDE_STACK mark ;
564 p->mark = rde_stack_new (NULL);
580 rde_stack_del (p->mark); TRACE (("\tmark clear"));
604 rde_stack_trim (p->mark, 0);
661 rde_stack_get (p->mark, mc, (void***) mv);
775 rde_stack_pop (p->mark, 1);
780 long int trim = (long int) rde_stack_top (p->mark);
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dcua-rect.el29 ;; GNU emacs rect.el package and the rect-mark.el package by Rick
85 (push (list 'apply 0 s e
94 (setq cua--buffer-and-point-before-command nil))
95 (push (list 'apply 0 s (if on e s)
195 ;; Calculate the rectangular region represented by point and mark,
198 (let ((top (point)) (bot (mark)) r l corner)
221 ;; Set mark and point in opposite corners of current rectangle.
238 (set-mark (point))
282 (setq cua--buffer-and-point-before-command nil)
445 (defun cua-mouse-set-rectangle-mark (even
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfoxpro.vim475 syn match foxproCmd "^\s*\<push\>\s*\<key\>"
476 syn match foxproCmd "^\s*\<push\>\s*\<menu\>"
477 syn match foxproCmd "^\s*\<push\>\s*\<popu\%[p]\>"
566 syn match foxproCmd "^\s*\<set\>\s*\<mark\>\s*\<of\>"
567 syn match foxproCmd "^\s*\<set\>\s*\<mark\>\s*\<to\>"
699 command -nargs=+ HiLink hi link <args>
701 command -nargs=+ HiLink hi def link <args>
H A Dgroovy.vim58 command! -nargs=+ GroovyHiLink hi link <args>
60 command! -nargs=+ GroovyHiLink hi def link <args>
162 syn keyword groovyJDKMethods getAt putAt size push pop toList getText writeLine eachLine readLines
356 " Must put explicit these ones because groovy.vim mark them as errors otherwise

Completed in 586 milliseconds

12