Searched +refs:dired +refs:mode +refs:map (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Ddired.el0 ;;; dired.el --- directory-browsing commands
29 ;; This is a major mode for directory browsing and editing. It is
40 (defgroup dired nil function
45 (defgroup dired-mark nil
47 :prefix "dired-"
48 :group 'dired)
52 (defcustom dired-listing-switches "-al"
56 `dired-ls-F-marks-symlinks' concerning the `F' switch.
61 :group 'dired)
63 (defvar dired
592 (defun dired (dirname &optional switches) function
[all...]
H A Dibuffer.el1 ;;; ibuffer.el --- operate on buffers like dired
39 (require 'dired))
45 (defvar ibuffer-auto-mode)
69 " " (mode 16 16 :left :elide) " " filename-and-process)
74 attributes of a buffer such as size, name, and mode in a particular
86 mark modified read-only name size mode process filename
153 (30 (memq major-mode ibuffer-help-buffer-modes) font-lock-comment-face)
154 (35 (eq major-mode 'dired-mode) fon
1711 (define-ibuffer-column mode function
[all...]
H A Dvc.el47 ;; This mode is fully documented in the Emacs user's manual.
158 ;; - mode-line-string (file)
160 ;; If provided, this function should return the VC-specific mode line
164 ;; - dired-state-info (file)
167 ;; used in a vc-dired buffer. The default implementation deals well
358 ;; Invoked from a buffer in vc-annotate-mode, return the revision
457 (require 'dired) ; for dired-map-over-marks macro
458 (require 'dired
[all...]
H A Dcus-edit.el377 (defgroup abbrev-mode nil
378 "Word abbreviations mode."
392 (defgroup mode-line nil
412 (defgroup dired nil function
469 ;;; Custom mode keymaps
471 (defvar custom-mode-map
473 ;; "\r" bindings from the parent map.
475 (let ((map (make-keymap)))
476 (set-keymap-parent map widge
[all...]

Completed in 225 milliseconds