• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching +refs:compile +refs:command

78   "Name of chown command (usually `chown' or `/etc/chown').")
84 "Name of chmod command (usually `chmod').")
87 "Name of touch command (usually `touch').")
552 the command's prefix arg.
575 ;; The dired command
717 (substitute-command-keys
1143 ;; This looks ugly when substitute-command-keys uses C-d instead d:
1157 (define-key map "B" 'dired-do-byte-compile)
1169 (define-key map "X" 'dired-do-shell-command)
1171 (define-key map "!" 'dired-do-shell-command)
1506 (define-key map [menu-bar operate compile]
1507 '(menu-item "Byte-compile" dired-do-byte-compile
1508 :help "Byte-compile marked Emacs Lisp files"))
1514 :help "Ask for print command and print marked files"))
1522 (define-key map [menu-bar operate command]
1523 '(menu-item "Shell Command..." dired-do-shell-command
1524 :help "Run a shell command on each of marked files"))
1551 compress, load or byte-compile them, change their file attributes
1653 ;>> this should check the key-bindings and use substitute-command-keys if non-standard
1736 ;; Bind `find-file-run-dired' so that the command works on directories
1998 (substitute-command-keys
2034 (if (eq last-command 'kill-region)
2601 Command symbols are `byte-compile', `chgrp', `chmod', `chown', `compress',
2605 :type '(set (const byte-compile) (const chgrp)
2899 ;; dired-x.el has a dired-mark-sexp interactive command: mark
2994 After this command, type the mark character to remove,
2997 Type \\[help-command] at that time for help."
3029 A group of errors from a single command ends with a formfeed.
3071 "State a summary of a command's failures, in echo area and log buffer.
3116 "Non-nil means the Dired sort command is disabled.
3318 (eval-when-compile (require 'desktop))