Searched +refs:dired +refs:default +refs:directory (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Dlocate.el28 ;; Search a database of files and use dired commands on the result.
31 ;; database of file names. By default, this program is the GNU locate
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
108 ;; "FILENAME: not in directory tree growing at /"
115 (require 'dired))
159 (defcustom locate-make-command-line 'locate-default
[all...]
H A Ddired-aux.el0 ;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*-
29 ;; The parts of dired mode not normally used. This is a space-saving hack
39 ;; We need macros in dired.el to compile properly.
40 (eval-when-compile (require 'dired))
42 (defvar dired-create-files-failures nil
43 "Variable where `dired-create-files' records failing file names.
45 into this list; they also should call `dired-log' to log the errors.")
48 ;;;###begin dired-cmd.el
51 (defconst dired
[all...]
H A Dfilesets.el33 ;; pattern, a base directory and a search pattern (for files), or an
121 (defvar filesets-ignore-next-set-default nil
122 "A list of custom variables for which the next `set-default' will be
143 the default for XEmacs prior to 21.5. If you want to change this value
248 "Set-default wrapper function."
250 (set-default var val))
256 ;; essentially just `set-default'.
257 (defun filesets-set-default (sym val &optional init-flag)
258 "Set-default wrapper function used in conjunction with `defcustom'.
259 If SYM is in the list `filesets-ignore-next-set-default', delet
[all...]
H A Dpcvs.el38 ;; familiar with VC, it is somewhat like VC-dired: it presents the status of
40 ;; of them at a time. Compared to VC-dired, it is considerably better and
48 ;; for VC-dired. As such, I've tried to make PCL-CVS and VC interoperate
174 "Reset the default arguments to those in the `cvs-cvsrc-file'."
197 ;; initialize to cvsrc's default values
354 \(unless NOSETUP is non-nil\) and its `default-directory' will be inherited
360 (dir default-directory)
396 (setq default
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dange-ftp.el51 ;; The default extended filename syntax is '/user@host:name', where the
55 ;; specify a non-default port number for the connexion.
57 ;; If the user part is omitted then ange-ftp generates a default user
58 ;; instead whose value depends on the variable ange-ftp-default-user.
71 ;; then this is used as the password; if non-nil (the default), then
106 ;; By default ange-ftp transfers files in ASCII mode. If a file being
157 ;; 3) Using NFS and symlinks, make sure that there is a shared directory with
159 ;; This directory is necessary for temporary files created by ange-ftp.
162 ;; this directory plus an identifying filename prefix. For example:
166 ;; where /nfs/hplose/ange is a directory tha
[all...]
H A Dtramp.el171 ;; `directory-sep-char' is an obsolete variable in Emacs. But it is
176 (setq byte-compile-not-obsolete-var 'directory-sep-char)))
197 (when (boundp 'backup-directory-alist)
198 (defcustom tramp-backup-directory-alist nil
199 "Alist of filename patterns and backup directory names.
201 in `backup-directory-alist'. If a Tramp file is backed up, and DIRECTORY
202 is a local file name, the backup directory is prepended with Tramp file
205 \(setq tramp-backup-directory-alist backup-directory-alist\)
211 (directory
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dpl-refcard.tex642 %\key{fetch later minibuffer input or default}{M-n}
885 %\key{return to directory node}{d}
926 {M-x find-grep-dired}
935 %\metax{load from standard system directory}{M-x load-library}
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmessage.el114 (defcustom message-directory "~/Mail/"
117 :type 'directory)
132 article in. The default function is `message-output' which saves in Unix
160 (defcustom message-from-style 'default
175 (const default))
382 (defcustom message-cross-post-default t
614 Valid values include `message-send-mail-with-sendmail' (the default),
1004 (defcustom message-default-headers ""
1012 (defcustom message-default-mail-headers ""
1019 (defcustom message-default
[all...]

Completed in 376 milliseconds