Searched +refs:dired +refs:mark +refs:face (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dlocate.el28 ;; Search a database of files and use dired commands on the result.
66 ;; you wish to find. You can use almost all of the dired commands in
95 ;;;;;;;; ADVICE For dired-make-relative: ;;;;;;;;;
97 ;; For certain dired commands to work right, you should also include the
100 ;; (defadvice dired-make-relative (before set-no-error activate)
107 ;; Otherwise, `dired-make-relative' will give error messages like
115 (require 'dired))
186 (defcustom locate-header-face nil
188 :type '(choice (const :tag "None" nil) face)
336 (run-hooks 'dired
[all...]
H A Dibuffer.el1 ;;; ibuffer.el --- operate on buffers like dired
39 (require 'dired))
67 (defcustom ibuffer-formats '((mark modified read-only " " (name 18 18 :left :elide)
70 (mark " " (name 16 -1) " " filename))
86 mark modified read-only name size mode process filename
90 The first argument is the buffer object, and the second is the mark
110 (mark \" \" name)
111 This format just displays the current mark (if any) and the name of
113 (mark modified read-only \" \" (name 16 16 :left) \" \" (size 6 -1 :right))
114 This format displays the current mark (i
1667 (define-ibuffer-column mark (:name " " :inline t) function
[all...]
H A Dido.el85 ;; it is shown in the `ido-only-match' face (ForestGreen). I can now
411 (defcustom ido-show-dot-for-dired nil
413 This allows the current directory to be opened immediately with `dired'."
829 (:inherit font-lock-warning-face)))
830 "Ido face for indicating incomplete regexps."
1135 (deactivate-mark deactivate-mark))
1168 (message (propertize "Searching for UNC hosts..." 'face 'highlight))
1494 (define-key map [remap dired] 'ido-dired)
[all...]
H A Dvc.el164 ;; - dired-state-info (file)
167 ;; used in a vc-dired buffer. The default implementation deals well
430 ;; Delete FILE and mark it as deleted in the repository. If this
457 (require 'dired) ; for dired-map-over-marks macro
458 (require 'dired-aux)) ; for dired-kill-{line,tree}
532 (defcustom vc-dired-listing-switches "-al"
533 "Switches passed to `ls' for vc-dired. MUST contain the `l' option."
538 (defcustom vc-dired
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmessage.el341 (defcustom message-mark-insert-begin
343 "How to mark the beginning of some inserted text."
349 (defcustom message-mark-insert-end
351 "How to mark the end of some inserted text."
923 citation between (point) and (mark t). And each function should leave
924 point and mark around the citation text as modified."
1160 (put 'message-header-to-face 'face-alias 'message-header-to)
1174 (put 'message-header-cc-face 'face
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dpl-refcard.tex218 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
491 %\key{set mark here}{C-@ {\rm or} C-SPC}
492 %\key{exchange point and mark}{C-x C-x}
496 %\key{set mark {\it arg\/} {\bf words} away}{M-@}
497 %\key{mark {\bf paragraph}}{M-h}
498 %\key{mark {\bf page}}{C-x C-p}
499 %\key{mark {\bf sexp}}{C-M-@}
500 %\key{mark {\bf function}}{C-M-h}
501 %\key{mark entire {\bf buffer}}{C-x h}
613 %\key{set face}{
[all...]

Completed in 93 milliseconds