Searched +refs:dired +refs:copy +refs:file (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Ddired-ref.tex5 % This file is part of GNU Emacs.
17 % You should have received a copy of the GNU General Public License
18 % along with GNU Emacs; see the file COPYING. If not, write to
22 % This file can be printed with 1, 2, or 3 columns per page (see below).
30 % This file is intended to be processed by plain TeX (TeX82).
242 % I cannot figure out how to make all dired-x
255 \centerline{Commands marked with \dx{} require dired-x}
259 % In dired, you can edit a list of the files in a directory (and optionally
262 % Editing a directory means that you can visit, rename, copy, compress,
266 % file a
[all...]
H A Dsk-dired-ref.tex8 % This file is part of GNU Emacs.
20 % You should have received a copy of the GNU General Public License
21 % along with GNU Emacs; see the file COPYING. If not, write to
25 % This file can be printed with 1, 2, or 3 columns per page (see below).
33 % This file is intended to be processed by plain TeX (TeX82).
48 % Process the file with `csplain' from the `CSTeX' distribution (included
251 % I cannot figure out how to make all dired-x
264 \centerline{Pr�kazy ozna�en� \dx{} vy�aduj� dired-x}
268 % In dired, you can edit a list of the files in a directory (and optionally
271 % Editing a directory means that you can visit, rename, copy, compres
[all...]
H A Dcs-dired-ref.tex8 % This file is part of GNU Emacs.
20 % You should have received a copy of the GNU General Public License
21 % along with GNU Emacs; see the file COPYING. If not, write to
25 % This file can be printed with 1, 2, or 3 columns per page (see below).
33 % This file is intended to be processed by plain TeX (TeX82).
47 % Process the file with `csplain' from the `CSTeX' distribution (included
250 % I cannot figure out how to make all dired-x
261 \centerline{P��kazy ozna�en� \dx{} vy�aduj� dired-x}
265 % In dired, you can edit a list of the files in a directory (and optionally
268 % Editing a directory means that you can visit, rename, copy, compres
[all...]
H A Dfr-drdref.tex5 % This file is part of GNU Emacs.
17 % You should have received a copy of the GNU General Public License
18 % along with GNU Emacs; see the file COPYING. If not, write to
22 % This file can be printed with 1, 2, or 3 columns per page (see below).
30 % This file is intended to be processed by plain TeX (TeX82).
243 % I cannot figure out how to make all dired-x
258 \centerline{Les commandes marqu\'ees par \dx{} n\'ecessitent dired-x}
262 % Avec dired, vous pouvez \'editer la liste des fichiers d'un r\'epertoire
296 \key{lancer dired}{C-x d} \key{\'edite le r\'epertoire du fichier que l'on
297 est en train d'\'editer}{C-x C-j\dx} \key{quitter dired}{
[all...]
H A Dpl-refcard.tex8 % This file uses macros and fonts defined in the mex format.
15 % defined in plain format. This file uses mex format which is
21 \errmessage{This file requires `mex' format to be typeset correctly.
22 See head of this file for the comments how to generate mex format}
30 % This file can be printed with 1, or 2 columns per page (see below).
38 % This file is part of GNU Emacs.
50 % You should have received a copy of the GNU General Public License
51 % along with GNU Emacs; see the file COPYING. If not, write to
55 % This file is intended to be processed by plain TeX (TeX82).
58 % This file ca
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddired.el0 ;;; dired.el --- directory-browsing commands
10 ;; This file is part of GNU Emacs.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
32 ;; Rewritten in 1990/1991 to add tree features, file marking and
40 (defgroup dired nil function
45 (defgroup dired-mark nil
47 :prefix "dired-"
48 :group 'dired)
52 (defcustom dired
592 (defun dired (dirname &optional switches) function
[all...]
H A Ddired-aux.el0 ;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*-
10 ;; This file is part of GNU Emacs.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
29 ;; The parts of dired mode not normally used. This is a space-saving hack
33 ;; Rewritten in 1990/1991 to add tree features, file marking and
39 ;; We need macros in dired.el to compile properly.
40 (eval-when-compile (require 'dired))
42 (defvar dired
[all...]
H A Dmenu-bar.el10 ;; This file is part of GNU Emacs.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
67 (defvar menu-bar-file-menu (make-sparse-keymap "File"))
68 (define-key global-map [menu-bar file] (cons "File" menu-bar-file-menu))
71 (defvar menu-bar-files-menu menu-bar-file-menu)
79 (define-key menu-bar-file-menu [exit-emacs]
83 (define-key menu-bar-file-menu [separator-exit]
88 (define-key menu-bar-file
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgmm-utils.el8 ;; This file is part of GNU Emacs.
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
89 This is copy of the `lazy' widget in Emacs 22.1 provided for compatibility."
138 (string :tag "Icon file")
147 (string :tag "Icon file")
160 ;; (new-file open-file dired kill-buffer write-file
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dange-ftp.el10 ;; This file is part of GNU Emacs.
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
31 ;; the common file-handling routines are extended to interact with FTP.
35 ;; Some of the common GNU Emacs file-handling operations have been made
38 ;; 'host' as account 'user' and perform its operation on the file 'name'.
40 ;; For example: if find-file is given a filename of:
45 ;; user 'ange', get the file '/tmp/notes' and pop up a buffer containing the
46 ;; contents of that file as if it were on the local filesystem. If ange-ftp
64 ;; in a *valid* ~/.netrc file
[all...]
H A Dtramp.el13 ;; This file is part of GNU Emacs.
25 ;; You should have received a copy of the GNU General Public License
26 ;; along with GNU Emacs; see the file COPYING. If not, write to the
32 ;; This package provides remote file editing, similar to ange-ftp.
37 ;; For more detailed instructions, please see the info file.
51 ;; Also see the todo list at the bottom of this file.
113 ;; Tramp only knows how to deal with `file-name-handler-alist', not
144 ;; UNC file names like "//host/share/localname".
201 in `backup-directory-alist'. If a Tramp file is backed up, and DIRECTORY
202 is a local file nam
[all...]

Completed in 416 milliseconds