• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/

Lines Matching defs:marked

335   "Pipe the contents of each marked buffer to shell command COMMAND."
345 "Replace the contents of marked buffers with output of pipe to COMMAND."
357 "Run shell command COMMAND separately on files of marked buffers."
384 "Evaluate FORM while displaying each of the marked buffers.
403 "Rename marked buffers as with `rename-uniquely'."
410 "Revert marked buffers as with `revert-buffer'."
419 "Perform a `replace-regexp' in marked buffers."
439 "Perform a `query-replace' in marked buffers."
455 "Perform a `query-replace-regexp' in marked buffers."
471 "Print marked buffers as with `print-buffer'."
1208 (defun ibuffer-forward-next-marked (&optional count mark direction)
1209 "Move forward by COUNT marked buffers (default 1).
1212 to move by. The default is `ibuffer-marked-char'.
1220 (setq mark ibuffer-marked-char))
1237 (defun ibuffer-backwards-next-marked (&optional count mark)
1238 "Move backwards by COUNT marked buffers (default 1).
1241 to move by. The default is `ibuffer-marked-char'."
1243 (ibuffer-forward-next-marked count mark -1))
1247 "Hide all of the currently marked lines."
1249 (if (= (ibuffer-count-marked-lines) 0)
1250 (message "No buffers marked; use 'm' to mark a buffer")
1252 (ibuffer-map-marked-lines
1326 "Copy filenames of marked buffers into the kill ring.
1331 With no prefix arg, use the filename sans its directory of each marked file.
1332 With a zero prefix arg, use the complete filename of each marked file.
1333 With \\[universal-argument], use the filename of each marked file relative
1338 (if (zerop (ibuffer-count-marked-lines))
1339 (message "No buffers marked; use 'm' to mark a buffer")
1347 (ibuffer-map-marked-lines
1372 ibuffer-marked-char))
1529 "View lines which match REGEXP in all marked buffers.
1536 (when (zerop (ibuffer-count-marked-lines))
1537 (ibuffer-set-mark ibuffer-marked-char))
1539 ;; Accumulate a list of marked buffers
1540 (ibuffer-map-marked-lines