Mercurial > emacs
annotate lisp/dired-x.el @ 76999:207f5fae3c52
Improve index entries. Remove redundant/useless ones.
(Text Properties, Examining Properties)
(Special Properties): Use "property category" instead of "category"
to refer to the `category' property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 07 Apr 2007 02:00:55 +0000 |
parents | d89bf6db73a1 |
children | 0e2f72a2fc13 4ef881a120fe |
rev | line source |
---|---|
42559 | 1 ;;; dired-x.el --- extra Dired functionality -*-byte-compile-dynamic: t;-*- |
5426 | 2 |
3 ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | |
4 ;; Lawrence R. Dodd <dodd@roebling.poly.edu> | |
66469
8c968e06d0c0
Change Maintainer field.
Romain Francoise <romain@orebokech.com>
parents:
66437
diff
changeset
|
5 ;; Maintainer: Romain Francoise <rfrancoise@gnu.org> |
8713
fad4e60c964d
(dired-omit-expunge): Avoid setting buffer modified
Richard M. Stallman <rms@gnu.org>
parents:
8078
diff
changeset
|
6 ;; Version: 2.37+ |
fad4e60c964d
(dired-omit-expunge): Avoid setting buffer modified
Richard M. Stallman <rms@gnu.org>
parents:
8078
diff
changeset
|
7 ;; Date: 1994/08/18 19:27:42 |
39014
7d409173c4ac
Add keyword files to get listed in finder.
Gerd Moellmann <gerd@gnu.org>
parents:
35094
diff
changeset
|
8 ;; Keywords: dired extensions files |
5426 | 9 |
64762
41bb365f41c4
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64537
diff
changeset
|
10 ;; Copyright (C) 1993, 1994, 1997, 2001, 2002, 2003, 2004, |
75347 | 11 ;; 2005, 2006, 2007 Free Software Foundation, Inc. |
5426 | 12 |
13 ;; This file is part of GNU Emacs. | |
14 | |
15 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
16 ;; it under the terms of the GNU General Public License as published by | |
7189 | 17 ;; the Free Software Foundation; either version 2, or (at your option) |
5426 | 18 ;; any later version. |
19 | |
20 ;; GNU Emacs is distributed in the hope that it will be useful, | |
21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
23 ;; GNU General Public License for more details. | |
24 | |
25 ;; You should have received a copy of the GNU General Public License | |
14169 | 26 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
64091 | 27 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
28 ;; Boston, MA 02110-1301, USA. | |
5426 | 29 |
6694 | 30 ;;; Commentary: |
5426 | 31 |
14169 | 32 ;; This is Sebastian Kremer's excellent dired-x.el (Dired Extra), version |
39014
7d409173c4ac
Add keyword files to get listed in finder.
Gerd Moellmann <gerd@gnu.org>
parents:
35094
diff
changeset
|
33 ;; 1.191, hacked up for GNU Emacs. Redundant or conflicting material has |
7d409173c4ac
Add keyword files to get listed in finder.
Gerd Moellmann <gerd@gnu.org>
parents:
35094
diff
changeset
|
34 ;; been removed or renamed in order to work properly with dired of GNU |
7d409173c4ac
Add keyword files to get listed in finder.
Gerd Moellmann <gerd@gnu.org>
parents:
35094
diff
changeset
|
35 ;; Emacs. All suggestions or comments are most welcomed. |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
36 |
49588
37645a051842
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49485
diff
changeset
|
37 ;; |
14169 | 38 ;; Please, PLEASE, *PLEASE* see the info pages. |
49588
37645a051842
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49485
diff
changeset
|
39 ;; |
14169 | 40 |
41 ;; BUGS: Type M-x dired-x-submit-report and a report will be generated. | |
5426 | 42 |
14169 | 43 ;; INSTALLATION: In your ~/.emacs, |
44 ;; | |
45 ;; (add-hook 'dired-load-hook | |
46 ;; (function (lambda () | |
47 ;; (load "dired-x") | |
76976
d89bf6db73a1
(dired-guess-shell-case-fold-search): Delete var.
Chong Yidong <cyd@stupidchicken.com>
parents:
75618
diff
changeset
|
48 ;; ;; Set variables here. For example: |
14169 | 49 ;; ;; (setq dired-guess-shell-gnutar "gtar") |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
50 ;; ;; (dired-omit-mode 1) |
14169 | 51 ;; ))) |
52 ;; | |
53 ;; At load time dired-x.el will install itself, redefine some functions, and | |
54 ;; bind some dired keys. *Please* see the info pages for more details. | |
5426 | 55 |
35032 | 56 ;; *Please* see the info pages for more details. |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
57 |
14169 | 58 ;; User defined variables: |
59 ;; | |
60 ;; dired-bind-vm | |
61 ;; dired-vm-read-only-folders | |
62 ;; dired-bind-jump | |
63 ;; dired-bind-info | |
64 ;; dired-bind-man | |
35032 | 65 ;; dired-x-hands-off-my-keys |
14169 | 66 ;; dired-find-subdir |
67 ;; dired-enable-local-variables | |
68 ;; dired-local-variables-file | |
69 ;; dired-guess-shell-gnutar | |
70 ;; dired-guess-shell-gzip-quiet | |
71 ;; dired-guess-shell-znew-switches | |
72 ;; dired-guess-shell-alist-user | |
73 ;; dired-clean-up-buffers-too | |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
74 ;; dired-omit-mode |
14169 | 75 ;; dired-omit-files |
76 ;; dired-omit-extensions | |
16617
19b2aeb694d1
(dired-omit-size-limit): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
16558
diff
changeset
|
77 ;; dired-omit-size-limit |
14169 | 78 ;; |
79 ;; To find out more about these variables, load this file, put your cursor at | |
80 ;; the end of any of the variable names, and hit C-h v [RET]. *Please* see | |
81 ;; the info pages for more details. | |
5426 | 82 |
14169 | 83 ;; When loaded this code redefines the following functions of GNU Emacs |
84 ;; | |
85 ;; Function Found in this file of GNU Emacs | |
86 ;; -------- ------------------------------- | |
87 ;; dired-clean-up-after-deletion ../lisp/dired.el | |
88 ;; dired-find-buffer-nocreate ../lisp/dired.el | |
89 ;; dired-initial-position ../lisp/dired.el | |
90 ;; | |
91 ;; dired-add-entry ../lisp/dired-aux.el | |
92 ;; dired-read-shell-command ../lisp/dired-aux.el | |
5426 | 93 |
94 | |
14169 | 95 ;;; Code: |
5426 | 96 |
14169 | 97 ;; LOAD. |
5426 | 98 |
14169 | 99 ;; This is a no-op if dired-x is being loaded via `dired-load-hook'. It is |
100 ;; here in case the user has autoloaded dired-x via the dired-jump key binding | |
101 ;; (instead of autoloading to dired as is suggested in the info-pages). | |
6694 | 102 |
7839
eb9d06dba04b
Require dired and dired-aux in the standard way.
Richard M. Stallman <rms@gnu.org>
parents:
7700
diff
changeset
|
103 (require 'dired) |
6694 | 104 |
14169 | 105 ;; We will redefine some functions and also need some macros so we need to |
106 ;; load dired stuff of GNU Emacs. | |
5426 | 107 |
7839
eb9d06dba04b
Require dired and dired-aux in the standard way.
Richard M. Stallman <rms@gnu.org>
parents:
7700
diff
changeset
|
108 (require 'dired-aux) |
6694 | 109 |
65288
12202e62be76
(vm-folder-directory): Add defvar.
Juanma Barranquero <lekktu@gmail.com>
parents:
64762
diff
changeset
|
110 (defvar vm-folder-directory) |
66868
ccb8ee5226d6
If `vm-visit-folder' doesn't exist, define it as a dummy function in
Romain Francoise <romain@orebokech.com>
parents:
66659
diff
changeset
|
111 (eval-when-compile (require 'man)) |
65288
12202e62be76
(vm-folder-directory): Add defvar.
Juanma Barranquero <lekktu@gmail.com>
parents:
64762
diff
changeset
|
112 |
14169 | 113 ;;; User-defined variables. |
5426 | 114 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
115 (defgroup dired-x nil |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
116 "Extended directory editing (dired-x)." |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
117 :group 'dired) |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
118 |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
119 (defgroup dired-keys nil |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
120 "Dired keys customizations." |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
121 :prefix "dired-" |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
122 :group 'dired-x) |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
123 |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
124 (defcustom dired-bind-vm nil |
35032 | 125 "*Non-nil means \"V\" runs `dired-vm', otherwise \"V\" runs `dired-rmail'. |
5426 | 126 Also, RMAIL files contain -*- rmail -*- at the top so \"f\", |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
127 `dired-advertised-find-file', will run rmail." |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
128 :type 'boolean |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
129 :group 'dired-keys) |
5426 | 130 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
131 (defcustom dired-bind-jump t |
35032 | 132 "*Non-nil means bind `dired-jump' to C-x C-j, otherwise do not." |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
133 :type 'boolean |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
134 :group 'dired-keys) |
5426 | 135 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
136 (defcustom dired-bind-man t |
35032 | 137 "*Non-nil means bind `dired-man' to \"N\" in dired-mode, otherwise do not." |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
138 :type 'boolean |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
139 :group 'dired-keys) |
5426 | 140 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
141 (defcustom dired-bind-info t |
35032 | 142 "*Non-nil means bind `dired-info' to \"I\" in dired-mode, otherwise do not." |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
143 :type 'boolean |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
144 :group 'dired-keys) |
5426 | 145 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
146 (defcustom dired-vm-read-only-folders nil |
35032 | 147 "*If non-nil, \\[dired-vm] will visit all folders read-only. |
5426 | 148 If neither nil nor t, e.g. the symbol `if-file-read-only', only |
149 files not writable by you are visited read-only. | |
150 | |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
151 Read-only folders only work in VM 5, not in VM 4." |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
152 :type '(choice (const :tag "off" nil) |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
153 (const :tag "on" t) |
22574
3c7216baafaf
(dired-vm-read-only-folders): Use `other' widget
Andreas Schwab <schwab@suse.de>
parents:
22177
diff
changeset
|
154 (other :tag "non-writable only" if-file-read-only)) |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
155 :group 'dired-x) |
5426 | 156 |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
157 (define-minor-mode dired-omit-mode |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
158 "Toggle Dired-Omit mode. |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
159 With numeric ARG, enable Dired-Omit mode if ARG is positive, disable |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
160 otherwise. Enabling and disabling is buffer-local. |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
161 If enabled, \"uninteresting\" files are not listed. |
5426 | 162 Uninteresting files are those whose filenames match regexp `dired-omit-files', |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
163 plus those ending with extensions in `dired-omit-extensions'." |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
164 :group 'dired-x |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
165 (if dired-omit-mode |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
166 ;; This will mention how many lines were omitted: |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
167 (let ((dired-omit-size-limit nil)) (dired-omit-expunge)) |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
168 (revert-buffer))) |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
169 |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
170 ;; For backward compatibility |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
171 (defvaralias 'dired-omit-files-p 'dired-omit-mode) |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
172 (make-obsolete-variable 'dired-omit-files-p 'dired-omit-mode) |
5426 | 173 |
18838
6f9fa4c8e92a
(dired-omit-files): Add ".#foo" lock files to omissions.
Richard M. Stallman <rms@gnu.org>
parents:
17944
diff
changeset
|
174 (defcustom dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$" |
11500
1bae87dcd653
Change the instructions in the INSTALLATION
Karl Heuer <kwzh@gnu.org>
parents:
11035
diff
changeset
|
175 "*Filenames matching this regexp will not be displayed. |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
176 This only has effect when `dired-omit-mode' is t. See interactive function |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
177 `dired-omit-mode' \(\\[dired-omit-mode]\) and variable |
18838
6f9fa4c8e92a
(dired-omit-files): Add ".#foo" lock files to omissions.
Richard M. Stallman <rms@gnu.org>
parents:
17944
diff
changeset
|
178 `dired-omit-extensions'. The default is to omit `.', `..', auto-save |
6f9fa4c8e92a
(dired-omit-files): Add ".#foo" lock files to omissions.
Richard M. Stallman <rms@gnu.org>
parents:
17944
diff
changeset
|
179 files and lock files." |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
180 :type 'regexp |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
181 :group 'dired-x) |
5426 | 182 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
183 (defcustom dired-find-subdir nil ; t is pretty near to DWIM... |
9707
6349d2705e2a
(dired-find-subdir): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
9061
diff
changeset
|
184 "*If non-nil, Dired always finds a directory in a buffer of its own. |
6349d2705e2a
(dired-find-subdir): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
9061
diff
changeset
|
185 If nil, Dired finds the directory as a subdirectory in some other buffer |
6349d2705e2a
(dired-find-subdir): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
9061
diff
changeset
|
186 if it is present as one. |
5426 | 187 |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
188 If there are several dired buffers for a directory, the most recently |
5426 | 189 used is chosen. |
190 | |
191 Dired avoids switching to the current buffer, so that if you have | |
35032 | 192 a normal and a wildcard buffer for the same directory, \\[dired] will |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
193 toggle between those two." |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
194 :type 'boolean |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
195 :group 'dired-x) |
5426 | 196 |
22688
c952205ba590
(dired-omit-expunge): Message if skipping omitting
Richard M. Stallman <rms@gnu.org>
parents:
22574
diff
changeset
|
197 (defcustom dired-omit-size-limit 30000 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
198 "*Maximum size for the \"omitting\" feature. |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
199 If nil, there is no maximum size." |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
200 :type '(choice (const :tag "no maximum" nil) integer) |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
201 :group 'dired-x) |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
202 |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
203 (defcustom dired-enable-local-variables t |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
204 "*Control use of local-variables lists in Dired. |
5426 | 205 The value can be t, nil or something else. |
206 A value of t means local-variables lists are obeyed; | |
207 nil means they are ignored; anything else means query. | |
208 | |
209 This temporarily overrides the value of `enable-local-variables' when listing | |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
210 a directory. See also `dired-local-variables-file'." |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
211 :type 'boolean |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
212 :group 'dired-x) |
5426 | 213 |
70664
002eb5def536
(dired-guess-shell-gnutar): On GNU and GNU/Linux
Romain Francoise <romain@orebokech.com>
parents:
68748
diff
changeset
|
214 (defcustom dired-guess-shell-gnutar (when (or (eq system-type 'gnu) |
002eb5def536
(dired-guess-shell-gnutar): On GNU and GNU/Linux
Romain Francoise <romain@orebokech.com>
parents:
68748
diff
changeset
|
215 (eq system-type 'gnu/linux)) |
002eb5def536
(dired-guess-shell-gnutar): On GNU and GNU/Linux
Romain Francoise <romain@orebokech.com>
parents:
68748
diff
changeset
|
216 "tar") |
35032 | 217 "*If non-nil, name of GNU tar executable. |
218 \(E.g., \"tar\" or \"gtar\"). The `z' switch will be used with it for | |
219 compressed or gzip'ed tar files. If you don't have GNU tar, set this | |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
220 to nil: a pipe using `zcat' or `gunzip -c' will be used." |
35032 | 221 :type '(choice (const :tag "Not GNU tar" nil) |
222 (string :tag "Command name")) | |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
223 :group 'dired-x) |
5426 | 224 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
225 (defcustom dired-guess-shell-gzip-quiet t |
35032 | 226 "*Non-nil says pass -q to gzip overriding verbose GZIP environment." |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
227 :type 'boolean |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
228 :group 'dired-x) |
5426 | 229 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
230 (defcustom dired-guess-shell-znew-switches nil |
35032 | 231 "*If non-nil, then string of switches passed to `znew', example: \"-K\"." |
232 :type '(choice (const :tag "None" nil) | |
233 (string :tag "Switches")) | |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
234 :group 'dired-x) |
5426 | 235 |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
236 (defcustom dired-clean-up-buffers-too t |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
237 "*Non-nil means offer to kill buffers visiting files and dirs deleted in Dired." |
17944
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
238 :type 'boolean |
0714535d0e28
Use defgroup and defcustom.
Richard M. Stallman <rms@gnu.org>
parents:
16959
diff
changeset
|
239 :group 'dired-x) |
5426 | 240 |
14169 | 241 ;;; KEY BINDINGS. |
5426 | 242 |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
243 (define-key dired-mode-map "\M-o" 'dired-omit-mode) |
56060
7296de1b215f
(dired-mark-omitted): Bind to "*O".
Lars Hansen <larsh@soem.dk>
parents:
55927
diff
changeset
|
244 (define-key dired-mode-map "*O" 'dired-mark-omitted) |
5426 | 245 (define-key dired-mode-map "\M-(" 'dired-mark-sexp) |
16499
821597d16a55
(dired-mode-map): Put dired-mark-extension on *.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
246 (define-key dired-mode-map "*(" 'dired-mark-sexp) |
821597d16a55
(dired-mode-map): Put dired-mark-extension on *.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
247 (define-key dired-mode-map "*." 'dired-mark-extension) |
5426 | 248 (define-key dired-mode-map "\M-!" 'dired-smart-shell-command) |
249 (define-key dired-mode-map "w" 'dired-copy-filename-as-kill) | |
250 (define-key dired-mode-map "\M-G" 'dired-goto-subdir) | |
251 (define-key dired-mode-map "F" 'dired-do-find-marked-files) | |
252 (define-key dired-mode-map "Y" 'dired-do-relsymlink) | |
253 (define-key dired-mode-map "%Y" 'dired-do-relsymlink-regexp) | |
254 (define-key dired-mode-map "V" 'dired-do-run-mail) | |
255 | |
256 (if dired-bind-man | |
257 (define-key dired-mode-map "N" 'dired-man)) | |
258 | |
259 (if dired-bind-info | |
260 (define-key dired-mode-map "I" 'dired-info)) | |
261 | |
66659
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
262 ;;; MENU BINDINGS |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
263 |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
264 (let ((menu-bar (lookup-key dired-mode-map [menu-bar]))) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
265 (let ((menu (lookup-key menu-bar [operate]))) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
266 (define-key-after |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
267 menu |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
268 [find-files] |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
269 '(menu-item |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
270 "Find files" |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
271 dired-do-find-marked-files |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
272 :help "Find current or marked files") |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
273 'delete) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
274 (define-key-after |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
275 menu |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
276 [relsymlink] |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
277 '(menu-item |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
278 "Relative symlink to..." |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
279 dired-do-relsymlink |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
280 :visible (fboundp 'make-symbolic-link) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
281 :help "Make relative symbolic links for current or marked files") |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
282 'symlink)) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
283 (let ((menu (lookup-key menu-bar [mark]))) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
284 (define-key-after |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
285 menu |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
286 [flag-extension] |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
287 '(menu-item |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
288 "Flag extension..." |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
289 dired-flag-extension |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
290 :help "Flag files with a certain extension for deletion") |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
291 'garbage-files) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
292 (define-key-after |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
293 menu |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
294 [mark-extension] |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
295 '(menu-item |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
296 "Mark extension..." |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
297 dired-mark-extension |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
298 :help "Mark files with a certain extension") |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
299 'symlinks) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
300 (define-key-after |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
301 menu |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
302 [mark-omitted] |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
303 '(menu-item |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
304 "Mark omitted" |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
305 dired-mark-omitted |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
306 :help "Mark files matching `dired-omit-files' and `dired-omit-extensions'") |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
307 'mark-extension)) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
308 (let ((menu (lookup-key menu-bar [regexp]))) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
309 (define-key-after |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
310 menu |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
311 [relsymlink-regexp] |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
312 '(menu-item |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
313 "Relative symlink..." |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
314 dired-do-relsymlink-regexp |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
315 :visible (fboundp 'make-symbolic-link) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
316 :help "Make relative symbolic links for files matching regexp") |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
317 'symlink)) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
318 (let ((menu (lookup-key menu-bar [immediate]))) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
319 (define-key-after |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
320 menu |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
321 [omit-mode] |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
322 '(menu-item |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
323 "Omit mode" dired-omit-mode |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
324 :button (:toggle . dired-omit-mode) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
325 :help "Enable or disable omitting \"uninteresting\" files") |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
326 'dashes))) |
ca5365d36237
Add menu bindings for dired-do-find-marked-files,
Lars Hansen <larsh@soem.dk>
parents:
66469
diff
changeset
|
327 |
6694 | 328 ;;; GLOBAL BINDING. |
5426 | 329 (if dired-bind-jump |
330 (progn | |
331 (define-key global-map "\C-x\C-j" 'dired-jump) | |
332 (define-key global-map "\C-x4\C-j" 'dired-jump-other-window))) | |
333 | |
334 | |
14169 | 335 ;;; Install into appropriate hooks. |
5426 | 336 |
337 (add-hook 'dired-mode-hook 'dired-extra-startup) | |
338 (add-hook 'dired-after-readin-hook 'dired-omit-expunge) | |
339 | |
340 (defun dired-extra-startup () | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
341 "Automatically put on `dired-mode-hook' to get extra Dired features: |
5426 | 342 \\<dired-mode-map> |
343 \\[dired-do-run-mail]\t-- run mail on folder (see `dired-bind-vm') | |
344 \\[dired-info]\t-- run info on file | |
345 \\[dired-man]\t-- run man on file | |
346 \\[dired-do-find-marked-files]\t-- visit all marked files simultaneously | |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
347 \\[dired-omit-mode]\t-- toggle omitting of files |
35032 | 348 \\[dired-mark-sexp]\t-- mark by Lisp expression |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
349 \\[dired-copy-filename-as-kill]\t-- copy the file or subdir names into the kill ring; |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
350 \t you can feed it to other commands using \\[yank] |
5426 | 351 |
352 For more features, see variables | |
353 | |
35032 | 354 `dired-bind-vm' |
355 `dired-bind-jump' | |
356 `dired-bind-info' | |
357 `dired-bind-man' | |
358 `dired-vm-read-only-folders' | |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
359 `dired-omit-mode' |
35032 | 360 `dired-omit-files' |
361 `dired-omit-extensions' | |
362 `dired-omit-size-limit' | |
363 `dired-find-subdir' | |
364 `dired-enable-local-variables' | |
365 `dired-local-variables-file' | |
366 `dired-guess-shell-gnutar' | |
367 `dired-guess-shell-gzip-quiet' | |
368 `dired-guess-shell-znew-switches' | |
369 `dired-guess-shell-alist-user' | |
370 `dired-clean-up-buffers-too' | |
5426 | 371 |
372 See also functions | |
373 | |
35032 | 374 `dired-flag-extension' |
375 `dired-virtual' | |
376 `dired-jump' | |
377 `dired-man' | |
378 `dired-vm' | |
379 `dired-rmail' | |
380 `dired-info' | |
381 `dired-do-find-marked-files'" | |
5426 | 382 (interactive) |
383 | |
384 ;; These must be done in each new dired buffer. | |
385 (dired-hack-local-variables) | |
386 (dired-omit-startup)) | |
387 | |
388 | |
14169 | 389 ;;; BUFFER CLEANING. |
5426 | 390 |
14169 | 391 ;; REDEFINE. |
5426 | 392 (defun dired-clean-up-after-deletion (fn) |
35032 | 393 "Clean up after a deleted file or directory FN. |
394 Remove expanded subdir of deleted dir, if any." | |
5426 | 395 (save-excursion (and (cdr dired-subdir-alist) |
396 (dired-goto-subdir fn) | |
397 (dired-kill-subdir))) | |
398 | |
399 ;; Offer to kill buffer of deleted file FN. | |
400 (if dired-clean-up-buffers-too | |
401 (progn | |
402 (let ((buf (get-file-buffer fn))) | |
403 (and buf | |
404 (funcall (function y-or-n-p) | |
405 (format "Kill buffer of %s, too? " | |
406 (file-name-nondirectory fn))) | |
407 (save-excursion ; you never know where kill-buffer leaves you | |
408 (kill-buffer buf)))) | |
8792
d85424a6fb85
(dired-clean-up-after-deletion): Expand fn.
Richard M. Stallman <rms@gnu.org>
parents:
8713
diff
changeset
|
409 (let ((buf-list (dired-buffers-for-dir (expand-file-name fn))) |
5426 | 410 (buf nil)) |
411 (and buf-list | |
412 (y-or-n-p (format "Kill dired buffer%s of %s, too? " | |
413 (dired-plural-s (length buf-list)) | |
414 (file-name-nondirectory fn))) | |
415 (while buf-list | |
416 (save-excursion (kill-buffer (car buf-list))) | |
417 (setq buf-list (cdr buf-list))))))) | |
6694 | 418 ;; Anything else? |
5426 | 419 ) |
420 | |
421 | |
14169 | 422 ;;; EXTENSION MARKING FUNCTIONS. |
5426 | 423 |
6694 | 424 ;;; Mark files with some extension. |
5426 | 425 (defun dired-mark-extension (extension &optional marker-char) |
35032 | 426 "Mark all files with a certain EXTENSION for use in later commands. |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
427 A `.' is *not* automatically prepended to the string entered." |
5426 | 428 ;; EXTENSION may also be a list of extensions instead of a single one. |
429 ;; Optional MARKER-CHAR is marker to use. | |
430 (interactive "sMarking extension: \nP") | |
431 (or (listp extension) | |
432 (setq extension (list extension))) | |
433 (dired-mark-files-regexp | |
434 (concat ".";; don't match names with nothing but an extension | |
435 "\\(" | |
436 (mapconcat 'regexp-quote extension "\\|") | |
437 "\\)$") | |
438 marker-char)) | |
439 | |
440 (defun dired-flag-extension (extension) | |
35032 | 441 "In dired, flag all files with a certain EXTENSION for deletion. |
5426 | 442 A `.' is *not* automatically prepended to the string entered." |
443 (interactive "sFlagging extension: ") | |
444 (dired-mark-extension extension dired-del-marker)) | |
445 | |
446 ;;; Define some unpopular file extensions. Used for cleaning and omitting. | |
447 | |
448 (defvar dired-patch-unclean-extensions | |
449 '(".rej" ".orig") | |
450 "List of extensions of dispensable files created by the `patch' program.") | |
451 | |
452 (defvar dired-tex-unclean-extensions | |
453 '(".toc" ".log" ".aux");; these are already in completion-ignored-extensions | |
454 "List of extensions of dispensable files created by TeX.") | |
455 | |
456 (defvar dired-latex-unclean-extensions | |
457 '(".idx" ".lof" ".lot" ".glo") | |
458 "List of extensions of dispensable files created by LaTeX.") | |
459 | |
460 (defvar dired-bibtex-unclean-extensions | |
461 '(".blg" ".bbl") | |
462 "List of extensions of dispensable files created by BibTeX.") | |
463 | |
464 (defvar dired-texinfo-unclean-extensions | |
465 '(".cp" ".cps" ".fn" ".fns" ".ky" ".kys" ".pg" ".pgs" | |
466 ".tp" ".tps" ".vr" ".vrs") | |
467 "List of extensions of dispensable files created by texinfo.") | |
468 | |
469 (defun dired-clean-patch () | |
470 "Flag dispensable files created by patch for deletion. | |
471 See variable `dired-patch-unclean-extensions'." | |
472 (interactive) | |
473 (dired-flag-extension dired-patch-unclean-extensions)) | |
474 | |
475 (defun dired-clean-tex () | |
6694 | 476 "Flag dispensable files created by [La]TeX etc. for deletion. |
52646 | 477 See variables `dired-tex-unclean-extensions', |
6694 | 478 `dired-latex-unclean-extensions', `dired-bibtex-unclean-extensions' and |
479 `dired-texinfo-unclean-extensions'." | |
5426 | 480 (interactive) |
481 (dired-flag-extension (append dired-texinfo-unclean-extensions | |
482 dired-latex-unclean-extensions | |
483 dired-bibtex-unclean-extensions | |
484 dired-tex-unclean-extensions))) | |
485 | |
6694 | 486 (defun dired-very-clean-tex () |
487 "Flag dispensable files created by [La]TeX *and* \".dvi\" for deletion. | |
488 See variables `dired-texinfo-unclean-extensions', | |
489 `dired-latex-unclean-extensions', `dired-bibtex-unclean-extensions' and | |
490 `dired-texinfo-unclean-extensions'." | |
5426 | 491 (interactive) |
6694 | 492 (dired-flag-extension (append dired-texinfo-unclean-extensions |
493 dired-latex-unclean-extensions | |
494 dired-bibtex-unclean-extensions | |
495 dired-tex-unclean-extensions | |
496 (list ".dvi")))) | |
5426 | 497 |
14169 | 498 ;;; JUMP. |
5426 | 499 |
7700
311f42f91dbd
(dired-jump): Add autoload.
Richard M. Stallman <rms@gnu.org>
parents:
7189
diff
changeset
|
500 ;;;###autoload |
5426 | 501 (defun dired-jump (&optional other-window) |
502 "Jump to dired buffer corresponding to current buffer. | |
503 If in a file, dired the current directory and move to file's line. | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
504 If in Dired already, pop up a level and goto old directory's line. |
5426 | 505 In case the proper dired file line cannot be found, refresh the dired |
506 buffer and try again." | |
507 (interactive "P") | |
508 (let* ((file buffer-file-name) | |
509 (dir (if file (file-name-directory file) default-directory))) | |
510 (if (eq major-mode 'dired-mode) | |
511 (progn | |
512 (setq dir (dired-current-directory)) | |
513 (dired-up-directory other-window) | |
514 (or (dired-goto-file dir) | |
515 ;; refresh and try again | |
6694 | 516 (progn |
5426 | 517 (dired-insert-subdir (file-name-directory dir)) |
518 (dired-goto-file dir)))) | |
519 (if other-window | |
520 (dired-other-window dir) | |
521 (dired dir)) | |
522 (if file | |
523 (or (dired-goto-file file) | |
524 ;; refresh and try again | |
6694 | 525 (progn |
5426 | 526 (dired-insert-subdir (file-name-directory file)) |
16558
40a1e1451821
(dired-jump): Never turn omitting *on*.
Richard M. Stallman <rms@gnu.org>
parents:
16499
diff
changeset
|
527 (dired-goto-file file)) |
40a1e1451821
(dired-jump): Never turn omitting *on*.
Richard M. Stallman <rms@gnu.org>
parents:
16499
diff
changeset
|
528 ;; Toggle omitting, if it is on, and try again. |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
529 (if dired-omit-mode |
16558
40a1e1451821
(dired-jump): Never turn omitting *on*.
Richard M. Stallman <rms@gnu.org>
parents:
16499
diff
changeset
|
530 (progn |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
531 (dired-omit-mode) |
16558
40a1e1451821
(dired-jump): Never turn omitting *on*.
Richard M. Stallman <rms@gnu.org>
parents:
16499
diff
changeset
|
532 (dired-goto-file file)))))))) |
5426 | 533 |
534 (defun dired-jump-other-window () | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
535 "Like \\[dired-jump] (`dired-jump') but in other window." |
5426 | 536 (interactive) |
537 (dired-jump t)) | |
538 | |
14169 | 539 ;;; OMITTING. |
5426 | 540 |
541 ;;; Enhanced omitting of lines from directory listings. | |
542 ;;; Marked files are never omitted. | |
543 | |
544 ;; should probably get rid of this and always use 'no-dir. | |
545 ;; sk 28-Aug-1991 09:37 | |
546 (defvar dired-omit-localp 'no-dir | |
35032 | 547 "The LOCALP argument `dired-omit-expunge' passes to `dired-get-filename'. |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
548 If it is `no-dir', omitting is much faster, but you can only match |
49243 | 549 against the non-directory part of the file name. Set it to nil if you |
550 need to match the entire file name.") | |
5426 | 551 |
552 ;; \017=^O for Omit - other packages can chose other control characters. | |
553 (defvar dired-omit-marker-char ?\017 | |
64443
e5507dea35cb
(dired-omit-marker-char): Delete duplicate words.
Juri Linkov <juri@jurta.org>
parents:
64367
diff
changeset
|
554 "Temporary marker used by dired-omit. |
5426 | 555 Should never be used as marker by the user or other packages.") |
556 | |
557 (defun dired-omit-startup () | |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
558 (or (assq 'dired-omit-mode minor-mode-alist) |
5426 | 559 (setq minor-mode-alist |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
560 (append '((dired-omit-mode |
40438
3b2e61109dc2
(dired-omit-startup): Show ``Omit'' only in Dired
Gerd Moellmann <gerd@gnu.org>
parents:
39014
diff
changeset
|
561 (:eval (if (eq major-mode 'dired-mode) |
3b2e61109dc2
(dired-omit-startup): Show ``Omit'' only in Dired
Gerd Moellmann <gerd@gnu.org>
parents:
39014
diff
changeset
|
562 " Omit" "")))) |
3b2e61109dc2
(dired-omit-startup): Show ``Omit'' only in Dired
Gerd Moellmann <gerd@gnu.org>
parents:
39014
diff
changeset
|
563 minor-mode-alist)))) |
5426 | 564 |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
565 (defun dired-mark-omitted () |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
566 "Mark files matching `dired-omit-files' and `dired-omit-extensions'." |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
567 (interactive) |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
568 (let ((dired-omit-mode nil)) (revert-buffer)) ;; Show omitted files |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
569 (dired-mark-unmarked-files (dired-omit-regexp) nil nil dired-omit-localp)) |
5426 | 570 |
571 (defvar dired-omit-extensions | |
572 (append completion-ignored-extensions | |
573 dired-latex-unclean-extensions | |
574 dired-bibtex-unclean-extensions | |
575 dired-texinfo-unclean-extensions) | |
35032 | 576 "If non-nil, a list of extensions \(strings\) to omit from Dired listings. |
7865
d3e50535e6da
(dired-man): Use internal function from man.el.
Richard M. Stallman <rms@gnu.org>
parents:
7839
diff
changeset
|
577 Defaults to elements of `completion-ignored-extensions', |
d3e50535e6da
(dired-man): Use internal function from man.el.
Richard M. Stallman <rms@gnu.org>
parents:
7839
diff
changeset
|
578 `dired-latex-unclean-extensions', `dired-bibtex-unclean-extensions', and |
35032 | 579 `dired-texinfo-unclean-extensions'. |
7865
d3e50535e6da
(dired-man): Use internal function from man.el.
Richard M. Stallman <rms@gnu.org>
parents:
7839
diff
changeset
|
580 |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
581 See interactive function `dired-omit-mode' \(\\[dired-omit-mode]\) and |
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
582 variables `dired-omit-mode' and `dired-omit-files'.") |
5426 | 583 |
584 (defun dired-omit-expunge (&optional regexp) | |
585 "Erases all unmarked files matching REGEXP. | |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
586 Does nothing if global variable `dired-omit-mode' is nil, or if called |
16617
19b2aeb694d1
(dired-omit-size-limit): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
16558
diff
changeset
|
587 non-interactively and buffer is bigger than `dired-omit-size-limit'. |
5426 | 588 If REGEXP is nil or not specified, uses `dired-omit-files', and also omits |
589 filenames ending in `dired-omit-extensions'. | |
590 If REGEXP is the empty string, this function is a no-op. | |
591 | |
592 This functions works by temporarily binding `dired-marker-char' to | |
593 `dired-omit-marker-char' and calling `dired-do-kill-lines'." | |
594 (interactive "sOmit files (regexp): ") | |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
595 (if (and dired-omit-mode |
16617
19b2aeb694d1
(dired-omit-size-limit): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
16558
diff
changeset
|
596 (or (interactive-p) |
19b2aeb694d1
(dired-omit-size-limit): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
16558
diff
changeset
|
597 (not dired-omit-size-limit) |
22688
c952205ba590
(dired-omit-expunge): Message if skipping omitting
Richard M. Stallman <rms@gnu.org>
parents:
22574
diff
changeset
|
598 (< (buffer-size) dired-omit-size-limit) |
c952205ba590
(dired-omit-expunge): Message if skipping omitting
Richard M. Stallman <rms@gnu.org>
parents:
22574
diff
changeset
|
599 (progn |
c952205ba590
(dired-omit-expunge): Message if skipping omitting
Richard M. Stallman <rms@gnu.org>
parents:
22574
diff
changeset
|
600 (message "Not omitting: directory larger than %d characters." |
c952205ba590
(dired-omit-expunge): Message if skipping omitting
Richard M. Stallman <rms@gnu.org>
parents:
22574
diff
changeset
|
601 dired-omit-size-limit) |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
602 (setq dired-omit-mode nil) |
22688
c952205ba590
(dired-omit-expunge): Message if skipping omitting
Richard M. Stallman <rms@gnu.org>
parents:
22574
diff
changeset
|
603 nil))) |
5426 | 604 (let ((omit-re (or regexp (dired-omit-regexp))) |
8713
fad4e60c964d
(dired-omit-expunge): Avoid setting buffer modified
Richard M. Stallman <rms@gnu.org>
parents:
8078
diff
changeset
|
605 (old-modified-p (buffer-modified-p)) |
5426 | 606 count) |
607 (or (string= omit-re "") | |
608 (let ((dired-marker-char dired-omit-marker-char)) | |
609 (message "Omitting...") | |
610 (if (dired-mark-unmarked-files omit-re nil nil dired-omit-localp) | |
611 (progn | |
612 (setq count (dired-do-kill-lines nil "Omitted %d line%s.")) | |
11588
3ddbf9b31cf0
(dired-omit-expunge): Use force-mode-line-update.
Karl Heuer <kwzh@gnu.org>
parents:
11500
diff
changeset
|
613 (force-mode-line-update)) |
5426 | 614 (message "(Nothing to omit)")))) |
8713
fad4e60c964d
(dired-omit-expunge): Avoid setting buffer modified
Richard M. Stallman <rms@gnu.org>
parents:
8078
diff
changeset
|
615 ;; Try to preserve modified state of buffer. So `%*' doesn't appear |
fad4e60c964d
(dired-omit-expunge): Avoid setting buffer modified
Richard M. Stallman <rms@gnu.org>
parents:
8078
diff
changeset
|
616 ;; in mode-line of omitted buffers. |
35032 | 617 (set-buffer-modified-p (and old-modified-p |
8713
fad4e60c964d
(dired-omit-expunge): Avoid setting buffer modified
Richard M. Stallman <rms@gnu.org>
parents:
8078
diff
changeset
|
618 (save-excursion |
fad4e60c964d
(dired-omit-expunge): Avoid setting buffer modified
Richard M. Stallman <rms@gnu.org>
parents:
8078
diff
changeset
|
619 (goto-char (point-min)) |
fad4e60c964d
(dired-omit-expunge): Avoid setting buffer modified
Richard M. Stallman <rms@gnu.org>
parents:
8078
diff
changeset
|
620 (re-search-forward dired-re-mark nil t)))) |
5426 | 621 count))) |
622 | |
623 (defun dired-omit-regexp () | |
624 (concat (if dired-omit-files (concat "\\(" dired-omit-files "\\)") "") | |
625 (if (and dired-omit-files dired-omit-extensions) "\\|" "") | |
626 (if dired-omit-extensions | |
627 (concat ".";; a non-extension part should exist | |
628 "\\(" | |
629 (mapconcat 'regexp-quote dired-omit-extensions "\\|") | |
630 "\\)$") | |
631 ""))) | |
632 | |
633 ;; Returns t if any work was done, nil otherwise. | |
634 (defun dired-mark-unmarked-files (regexp msg &optional unflag-p localp) | |
35032 | 635 "Mark unmarked files matching REGEXP, displaying MSG. |
49243 | 636 REGEXP is matched against the entire file name. |
5426 | 637 Does not re-mark files which already have a mark. |
638 With prefix argument, unflag all those files. | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
639 Optional fourth argument LOCALP is as in `dired-get-filename'." |
5426 | 640 (interactive "P") |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
641 (let ((dired-marker-char (if unflag-p ?\s dired-marker-char))) |
5426 | 642 (dired-mark-if |
643 (and | |
644 ;; not already marked | |
645 (looking-at " ") | |
646 ;; uninteresting | |
647 (let ((fn (dired-get-filename localp t))) | |
648 (and fn (string-match regexp fn)))) | |
649 msg))) | |
650 | |
6694 | 651 ;;; REDEFINE. |
18917
347133072016
(dired-omit-new-add-entry): Take new arg RELATIVE
Richard M. Stallman <rms@gnu.org>
parents:
18838
diff
changeset
|
652 (defun dired-omit-new-add-entry (filename &optional marker-char relative) |
5426 | 653 ;; This redefines dired-aux.el's dired-add-entry to avoid calling ls for |
654 ;; files that are going to be omitted anyway. | |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
655 (if dired-omit-mode |
5426 | 656 ;; perhaps return t without calling ls |
657 (let ((omit-re (dired-omit-regexp))) | |
658 (if (or (string= omit-re "") | |
659 (not | |
660 (string-match omit-re | |
661 (cond | |
662 ((eq 'no-dir dired-omit-localp) | |
663 filename) | |
664 ((eq t dired-omit-localp) | |
665 (dired-make-relative filename)) | |
666 (t | |
667 (dired-make-absolute | |
668 filename | |
669 (file-name-directory filename))))))) | |
670 ;; if it didn't match, go ahead and add the entry | |
18917
347133072016
(dired-omit-new-add-entry): Take new arg RELATIVE
Richard M. Stallman <rms@gnu.org>
parents:
18838
diff
changeset
|
671 (dired-omit-old-add-entry filename marker-char relative) |
5426 | 672 ;; dired-add-entry returns t for success, perhaps we should |
673 ;; return file-exists-p | |
674 t)) | |
675 ;; omitting is not turned on at all | |
18917
347133072016
(dired-omit-new-add-entry): Take new arg RELATIVE
Richard M. Stallman <rms@gnu.org>
parents:
18838
diff
changeset
|
676 (dired-omit-old-add-entry filename marker-char relative))) |
5426 | 677 |
6694 | 678 ;;; REDEFINE. |
5426 | 679 ;;; Redefine dired-aux.el's version of `dired-add-entry' |
680 ;;; Save old defun if not already done: | |
681 (or (fboundp 'dired-omit-old-add-entry) | |
682 (fset 'dired-omit-old-add-entry (symbol-function 'dired-add-entry))) | |
683 ;; Redefine it. | |
684 (fset 'dired-add-entry 'dired-omit-new-add-entry) | |
685 | |
686 | |
14169 | 687 ;;; VIRTUAL DIRED MODE. |
5426 | 688 |
689 ;;; For browsing `ls -lR' listings in a dired-like fashion. | |
690 | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
691 (defalias 'virtual-dired 'dired-virtual) |
5426 | 692 (defun dired-virtual (dirname &optional switches) |
693 "Put this buffer into Virtual Dired mode. | |
694 | |
695 In Virtual Dired mode, all commands that do not actually consult the | |
696 filesystem will work. | |
697 | |
698 This is useful if you want to peruse and move around in an ls -lR | |
699 output file, for example one you got from an ftp server. With | |
700 ange-ftp, you can even dired a directory containing an ls-lR file, | |
701 visit that file and turn on virtual dired mode. But don't try to save | |
702 this file, as dired-virtual indents the listing and thus changes the | |
703 buffer. | |
704 | |
705 If you have save a Dired buffer in a file you can use \\[dired-virtual] to | |
706 resume it in a later session. | |
707 | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
708 Type \\<dired-mode-map>\\[revert-buffer] \ |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
709 in the Virtual Dired buffer and answer `y' to convert |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
710 the virtual to a real dired buffer again. You don't have to do this, though: |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
711 you can relist single subdirs using \\[dired-do-redisplay]." |
5426 | 712 |
713 ;; DIRNAME is the top level directory of the buffer. It will become | |
714 ;; its `default-directory'. If nil, the old value of | |
715 ;; default-directory is used. | |
716 | |
717 ;; Optional SWITCHES are the ls switches to use. | |
718 | |
719 ;; Shell wildcards will be used if there already is a `wildcard' | |
720 ;; line in the buffer (thus it is a saved Dired buffer), but there | |
721 ;; is no other way to get wildcards. Insert a `wildcard' line by | |
722 ;; hand if you want them. | |
723 | |
724 (interactive | |
725 (list (read-string "Virtual Dired directory: " (dired-virtual-guess-dir)))) | |
726 (goto-char (point-min)) | |
727 (or (looking-at " ") | |
728 ;; if not already indented, do it now: | |
729 (indent-region (point-min) (point-max) 2)) | |
730 (or dirname (setq dirname default-directory)) | |
731 (setq dirname (expand-file-name (file-name-as-directory dirname))) | |
732 (setq default-directory dirname) ; contains no wildcards | |
733 (let ((wildcard (save-excursion | |
734 (goto-char (point-min)) | |
735 (forward-line 1) | |
736 (and (looking-at "^ wildcard ") | |
737 (buffer-substring (match-end 0) | |
738 (progn (end-of-line) (point))))))) | |
739 (if wildcard | |
740 (setq dirname (expand-file-name wildcard default-directory)))) | |
741 ;; If raw ls listing (not a saved old dired buffer), give it a | |
742 ;; decent subdir headerline: | |
743 (goto-char (point-min)) | |
744 (or (looking-at dired-subdir-regexp) | |
66437
5a1898d736d0
(dired-virtual): Don't use `dired-insert-headerline'.
Masatake YAMATO <jet@gyve.org>
parents:
66325
diff
changeset
|
745 (insert " " |
5a1898d736d0
(dired-virtual): Don't use `dired-insert-headerline'.
Masatake YAMATO <jet@gyve.org>
parents:
66325
diff
changeset
|
746 (directory-file-name (file-name-directory default-directory)) |
5a1898d736d0
(dired-virtual): Don't use `dired-insert-headerline'.
Masatake YAMATO <jet@gyve.org>
parents:
66325
diff
changeset
|
747 ":\n")) |
5426 | 748 (dired-mode dirname (or switches dired-listing-switches)) |
749 (setq mode-name "Virtual Dired" | |
750 revert-buffer-function 'dired-virtual-revert) | |
751 (set (make-local-variable 'dired-subdir-alist) nil) | |
752 (dired-build-subdir-alist) | |
753 (goto-char (point-min)) | |
754 (dired-initial-position dirname)) | |
755 | |
756 (defun dired-virtual-guess-dir () | |
35032 | 757 "Guess and return appropriate working directory of this buffer. |
35094
9c72879773aa
(dired-virtual-guess-dir): Doc fix.
Eli Zaretskii <eliz@gnu.org>
parents:
35032
diff
changeset
|
758 The buffer is assumed to be in Dired or ls -lR format. The guess is |
35032 | 759 based upon buffer contents. If nothing could be guessed, returns |
760 nil." | |
5426 | 761 |
762 (let ((regexp "^\\( \\)?\\([^ \n\r]*\\)\\(:\\)[\n\r]") | |
763 (subexpr 2)) | |
764 (goto-char (point-min)) | |
765 (cond ((looking-at regexp) | |
766 ;; If a saved dired buffer, look to which dir and | |
767 ;; perhaps wildcard it belongs: | |
768 (let ((dir (buffer-substring (match-beginning subexpr) | |
769 (match-end subexpr)))) | |
770 (file-name-as-directory dir))) | |
771 ;; Else no match for headerline found. It's a raw ls listing. | |
772 ;; In raw ls listings the directory does not have a headerline | |
773 ;; try parent of first subdir, if any | |
774 ((re-search-forward regexp nil t) | |
775 (file-name-directory | |
776 (directory-file-name | |
777 (file-name-as-directory | |
778 (buffer-substring (match-beginning subexpr) | |
779 (match-end subexpr)))))) | |
780 (t ; if all else fails | |
781 nil)))) | |
782 | |
783 | |
784 (defun dired-virtual-revert (&optional arg noconfirm) | |
785 (if (not | |
786 (y-or-n-p "Cannot revert a Virtual Dired buffer - switch to Real Dired mode? ")) | |
35032 | 787 (error "Cannot revert a Virtual Dired buffer") |
5426 | 788 (setq mode-name "Dired" |
789 revert-buffer-function 'dired-revert) | |
790 (revert-buffer))) | |
791 | |
792 ;; A zero-arg version of dired-virtual. | |
793 ;; You need my modified version of set-auto-mode for the | |
794 ;; `buffer-contents-mode-alist'. | |
795 ;; Or you use infer-mode.el and infer-mode-alist, same syntax. | |
796 (defun dired-virtual-mode () | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
797 "Put current buffer into Virtual Dired mode (see `dired-virtual'). |
5426 | 798 Useful on `buffer-contents-mode-alist' (which see) with the regexp |
799 | |
800 \"^ \\(/[^ /]+\\)/?+:$\" | |
801 | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
802 to put saved dired buffers automatically into Virtual Dired mode. |
5426 | 803 |
804 Also useful for `auto-mode-alist' (which see) like this: | |
805 | |
9061
10b791eec6dc
(dired-virtual-mode): Doc fix.
Richard M. Stallman <rms@gnu.org>
parents:
8792
diff
changeset
|
806 \(setq auto-mode-alist (cons '(\"[^/]\\.dired\\'\" . dired-virtual-mode) |
5426 | 807 auto-mode-alist)\)" |
808 (interactive) | |
809 (dired-virtual (dired-virtual-guess-dir))) | |
810 | |
811 | |
14169 | 812 ;;; SMART SHELL. |
5426 | 813 |
814 ;;; An Emacs buffer can have but one working directory, stored in the | |
815 ;;; buffer-local variable `default-directory'. A Dired buffer may have | |
816 ;;; several subdirectories inserted, but still has but one working directory: | |
817 ;;; that of the top level Dired directory in that buffer. For some commands | |
818 ;;; it is appropriate that they use the current Dired directory instead of | |
819 ;;; `default-directory', e.g., `find-file' and `compile'. This is a general | |
820 ;;; mechanism is provided for special handling of the working directory in | |
821 ;;; special major modes. | |
822 | |
823 ;; It's easier to add to this alist than redefine function | |
824 ;; default-directory while keeping the old information. | |
825 (defconst default-directory-alist | |
826 '((dired-mode . (if (fboundp 'dired-current-directory) | |
827 (dired-current-directory) | |
828 default-directory))) | |
35032 | 829 "Alist of major modes and their opinion on `default-directory'. |
830 This is given as a Lisp expression to evaluate. A resulting value of | |
831 nil is ignored in favor of `default-directory'.") | |
5426 | 832 |
35032 | 833 (defun dired-default-directory () |
834 "Usage like variable `default-directory'. | |
835 Knows about the special cases in variable `default-directory-alist'." | |
5426 | 836 (or (eval (cdr (assq major-mode default-directory-alist))) |
837 default-directory)) | |
838 | |
839 (defun dired-smart-shell-command (cmd &optional insert) | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
840 "Like function `shell-command', but in the current Virtual Dired directory." |
26286
ee92c3ce100d
(dired-smart-shell-command): Use
Gerd Moellmann <gerd@gnu.org>
parents:
25409
diff
changeset
|
841 (interactive (list (read-from-minibuffer "Shell command: " |
ee92c3ce100d
(dired-smart-shell-command): Use
Gerd Moellmann <gerd@gnu.org>
parents:
25409
diff
changeset
|
842 nil nil nil 'shell-command-history) |
ee92c3ce100d
(dired-smart-shell-command): Use
Gerd Moellmann <gerd@gnu.org>
parents:
25409
diff
changeset
|
843 current-prefix-arg)) |
35032 | 844 (let ((default-directory (dired-default-directory))) |
5426 | 845 (shell-command cmd insert))) |
846 | |
847 | |
14169 | 848 ;;; LOCAL VARIABLES FOR DIRED BUFFERS. |
5426 | 849 |
6694 | 850 ;;; Brief Description: |
851 ;;; | |
852 ;;; * `dired-extra-startup' is part of the `dired-mode-hook'. | |
853 ;;; | |
5426 | 854 ;;; * `dired-extra-startup' calls `dired-hack-local-variables' |
6694 | 855 ;;; |
5426 | 856 ;;; * `dired-hack-local-variables' checks the value of |
6694 | 857 ;;; `dired-local-variables-file' |
858 ;;; | |
5426 | 859 ;;; * Check if `dired-local-variables-file' is a non-nil string and is a |
860 ;;; filename found in the directory of the Dired Buffer being created. | |
6694 | 861 ;;; |
5426 | 862 ;;; * If `dired-local-variables-file' satisfies the above, then temporarily |
863 ;;; include it in the Dired Buffer at the bottom. | |
6694 | 864 ;;; |
5426 | 865 ;;; * Set `enable-local-variables' temporarily to the user variable |
866 ;;; `dired-enable-local-variables' and run `hack-local-variables' on the | |
867 ;;; Dired Buffer. | |
868 | |
13904
d9bf85b9c19e
(dired-local-variables-file): Use convert-standard-filename.
Richard M. Stallman <rms@gnu.org>
parents:
13033
diff
changeset
|
869 (defvar dired-local-variables-file (convert-standard-filename ".dired") |
5426 | 870 "Filename, as string, containing local dired buffer variables to be hacked. |
871 If this file found in current directory, then it will be inserted into dired | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
872 buffer and `hack-local-variables' will be run. See Info node |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
873 `(emacs)File Variables' for more information on local variables. |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
874 See also `dired-enable-local-variables'.") |
5426 | 875 |
876 (defun dired-hack-local-variables () | |
877 "Evaluate local variables in `dired-local-variables-file' for dired buffer." | |
878 (if (and dired-local-variables-file | |
879 (stringp dired-local-variables-file) | |
880 (file-exists-p dired-local-variables-file)) | |
881 (let ((opoint (point-max)) | |
882 buffer-read-only | |
883 ;; In case user has `enable-local-variables' set to nil we | |
884 ;; override it locally with dired's variable. | |
885 (enable-local-variables dired-enable-local-variables)) | |
886 ;; Insert 'em. | |
887 (save-excursion | |
888 (goto-char opoint) | |
889 (insert "\^L\n") | |
890 (insert-file-contents dired-local-variables-file)) | |
891 ;; Hack 'em. | |
892 (let ((buffer-file-name dired-local-variables-file)) | |
893 (hack-local-variables)) | |
894 ;; Make sure that the modeline shows the proper information. | |
895 (dired-sort-set-modeline) | |
896 ;; Delete this stuff: `eobp' is used to find last subdir by dired.el. | |
6694 | 897 (delete-region opoint (point-max))))) |
5426 | 898 |
6694 | 899 (defun dired-omit-here-always () |
35032 | 900 "Create `dired-local-variables-file' for omitting and reverts directory. |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
901 Sets `dired-omit-mode' to t in a local variables file that is readable by |
5426 | 902 dired." |
6694 | 903 (interactive) |
5426 | 904 (if (file-exists-p dired-local-variables-file) |
905 (message "File `./%s' already exists." dired-local-variables-file) | |
906 | |
907 ;; Create `dired-local-variables-file'. | |
908 (save-excursion | |
909 (set-buffer (get-buffer-create " *dot-dired*")) | |
910 (erase-buffer) | |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
911 (insert "Local Variables:\ndired-omit-mode: t\nEnd:\n") |
5426 | 912 (write-file dired-local-variables-file) |
913 (kill-buffer (current-buffer))) | |
914 | |
915 ;; Run extra-hooks and revert directory. | |
916 (dired-extra-startup) | |
917 (dired-revert))) | |
918 | |
919 | |
14169 | 920 ;;; GUESS SHELL COMMAND. |
5426 | 921 |
6694 | 922 ;;; Brief Description: |
923 ;;; | |
924 ;;; `dired-do-shell-command' is bound to `!' by dired.el. | |
925 ;;; | |
5426 | 926 ;;; * Redefine `dired-do-shell-command' so it calls |
927 ;;; `dired-guess-shell-command'. | |
6694 | 928 ;;; |
5426 | 929 ;;; * `dired-guess-shell-command' calls `dired-guess-default' with list of |
930 ;;; marked files. | |
6694 | 931 ;;; |
5426 | 932 ;;; * Parse `dired-guess-shell-alist-user' and |
933 ;;; `dired-guess-shell-alist-default' (in that order) for the first REGEXP | |
934 ;;; that matches the first file in the file list. | |
6694 | 935 ;;; |
5426 | 936 ;;; * If the REGEXP matches all the entries of the file list then evaluate |
11035 | 937 ;;; COMMAND, which is either a string or a Lisp expression returning a |
5426 | 938 ;;; string. COMMAND may be a list of commands. |
6694 | 939 ;;; |
5426 | 940 ;;; * Return this command to `dired-guess-shell-command' which prompts user |
13975 | 941 ;;; with it. The list of commands is temporarily put into the history list. |
5426 | 942 ;;; If a command is used successfully then it is stored permanently in |
943 ;;; `dired-shell-command-history'. | |
944 | |
945 ;;; Guess what shell command to apply to a file. | |
946 (defvar dired-shell-command-history nil | |
947 "History list for commands that read dired-shell commands.") | |
948 | |
6694 | 949 ;;; Default list of shell commands. |
5426 | 950 |
951 ;;; NOTE: Use `gunzip -c' instead of `zcat' on `.gz' files. Some do not | |
952 ;;; install GNU zip's version of zcat. | |
953 | |
954 (defvar dired-guess-shell-alist-default | |
955 (list | |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
956 (list "\\.tar$" |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
957 '(if dired-guess-shell-gnutar |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
958 (concat dired-guess-shell-gnutar " xvf") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
959 "tar xvf") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
960 ;; Extract files into a separate subdirectory |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
961 '(if dired-guess-shell-gnutar |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
962 (concat "mkdir " (file-name-sans-extension file) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
963 "; " dired-guess-shell-gnutar " -C " |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
964 (file-name-sans-extension file) " -xvf") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
965 (concat "mkdir " (file-name-sans-extension file) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
966 "; tar -C " (file-name-sans-extension file) " -xvf")) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
967 ;; List archive contents. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
968 '(if dired-guess-shell-gnutar |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
969 (concat dired-guess-shell-gnutar " tvf") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
970 "tar tvf")) |
5426 | 971 |
972 ;; REGEXPS for compressed archives must come before the .Z rule to | |
973 ;; be recognized: | |
974 (list "\\.tar\\.Z$" | |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
975 ;; Untar it. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
976 '(if dired-guess-shell-gnutar |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
977 (concat dired-guess-shell-gnutar " zxvf") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
978 (concat "zcat * | tar xvf -")) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
979 ;; Optional conversion to gzip format. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
980 '(concat "znew" (if dired-guess-shell-gzip-quiet " -q") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
981 " " dired-guess-shell-znew-switches)) |
5426 | 982 |
983 ;; gzip'ed archives | |
23108
0005f4030460
(dired-guess-shell-alist-default): Fix regexp.
Karl Heuer <kwzh@gnu.org>
parents:
22688
diff
changeset
|
984 (list "\\.t\\(ar\\.\\)?gz$" |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
985 '(if dired-guess-shell-gnutar |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
986 (concat dired-guess-shell-gnutar " zxvf") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
987 (concat "gunzip -qc * | tar xvf -")) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
988 ;; Extract files into a separate subdirectory |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
989 '(if dired-guess-shell-gnutar |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
990 (concat "mkdir " (file-name-sans-extension file) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
991 "; " dired-guess-shell-gnutar " -C " |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
992 (file-name-sans-extension file) " -zxvf") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
993 (concat "mkdir " (file-name-sans-extension file) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
994 "; gunzip -qc * | tar -C " |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
995 (file-name-sans-extension file) " -xvf -")) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
996 ;; Optional decompression. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
997 '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q" "")) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
998 ;; List archive contents. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
999 '(if dired-guess-shell-gnutar |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1000 (concat dired-guess-shell-gnutar " ztvf") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1001 (concat "gunzip -qc * | tar tvf -"))) |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1002 |
25409
d414a697a646
(dired-guess-shell-alist-default): Support bzip2 format.
Karl Heuer <kwzh@gnu.org>
parents:
23108
diff
changeset
|
1003 ;; bzip2'ed archives |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1004 (list "\\.t\\(ar\\.bz2\\|bz\\)$" |
25409
d414a697a646
(dired-guess-shell-alist-default): Support bzip2 format.
Karl Heuer <kwzh@gnu.org>
parents:
23108
diff
changeset
|
1005 "bunzip2 -c * | tar xvf -" |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1006 ;; Extract files into a separate subdirectory |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1007 '(concat "mkdir " (file-name-sans-extension file) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1008 "; bunzip2 -c * | tar -C " |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1009 (file-name-sans-extension file) " -xvf -") |
25409
d414a697a646
(dired-guess-shell-alist-default): Support bzip2 format.
Karl Heuer <kwzh@gnu.org>
parents:
23108
diff
changeset
|
1010 ;; Optional decompression. |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1011 "bunzip2") |
5426 | 1012 |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1013 '("\\.shar\\.Z$" "zcat * | unshar") |
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1014 '("\\.shar\\.g?z$" "gunzip -qc * | unshar") |
5426 | 1015 |
27258
5188825710c0
(dired-guess-shell-alist-default):
Richard M. Stallman <rms@gnu.org>
parents:
27252
diff
changeset
|
1016 '("\\.e?ps$" "ghostview" "xloadimage" "lpr") |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1017 (list "\\.e?ps\\.g?z$" "gunzip -qc * | ghostview -" |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1018 ;; Optional decompression. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1019 '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q"))) |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1020 (list "\\.e?ps\\.Z$" "zcat * | ghostview -" |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1021 ;; Optional conversion to gzip format. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1022 '(concat "znew" (if dired-guess-shell-gzip-quiet " -q") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1023 " " dired-guess-shell-znew-switches)) |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1024 |
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1025 '("\\.patch$" "cat * | patch") |
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1026 (list "\\.patch\\.g?z$" "gunzip -qc * | patch" |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1027 ;; Optional decompression. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1028 '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q"))) |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1029 (list "\\.patch\\.Z$" "zcat * | patch" |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1030 ;; Optional conversion to gzip format. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1031 '(concat "znew" (if dired-guess-shell-gzip-quiet " -q") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1032 " " dired-guess-shell-znew-switches)) |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1033 |
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1034 ;; The following four extensions are useful with dired-man ("N" key) |
68748
51fd7d4e1d8a
(dired-guess-shell-alist-default): Add .man as a `dired-man' target.
Masatake YAMATO <jet@gyve.org>
parents:
68651
diff
changeset
|
1035 (list "\\.\\(?:[0-9]\\|man\\)$" '(progn (require 'man) |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1036 (if (Man-support-local-filenames) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1037 "man -l" |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1038 "cat * | tbl | nroff -man -h"))) |
68748
51fd7d4e1d8a
(dired-guess-shell-alist-default): Add .man as a `dired-man' target.
Masatake YAMATO <jet@gyve.org>
parents:
68651
diff
changeset
|
1039 (list "\\.\\(?:[0-9]\\|man\\)\\.g?z$" '(progn (require 'man) |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1040 (if (Man-support-local-filenames) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1041 "man -l" |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1042 "gunzip -qc * | tbl | nroff -man -h")) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1043 ;; Optional decompression. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1044 '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q"))) |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1045 (list "\\.[0-9]\\.Z$" '(progn (require 'man) |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1046 (if (Man-support-local-filenames) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1047 "man -l" |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1048 "zcat * | tbl | nroff -man -h")) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1049 ;; Optional conversion to gzip format. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1050 '(concat "znew" (if dired-guess-shell-gzip-quiet " -q") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1051 " " dired-guess-shell-znew-switches)) |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1052 '("\\.pod$" "perldoc" "pod2man * | nroff -man") |
5426 | 1053 |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1054 '("\\.dvi$" "xdvi" "dvips") ; preview and printing |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1055 '("\\.au$" "play") ; play Sun audiofiles |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1056 '("\\.mpe?g$\\|\\.avi$" "xine -p") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1057 '("\\.wav$" "play") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1058 '("\\.uu$" "uudecode") ; for uudecoded files |
5426 | 1059 '("\\.hqx$" "mcvert") |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1060 '("\\.sh$" "sh") ; execute shell scripts |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1061 '("\\.xbm$" "bitmap") ; view X11 bitmaps |
5426 | 1062 '("\\.gp$" "gnuplot") |
27258
5188825710c0
(dired-guess-shell-alist-default):
Richard M. Stallman <rms@gnu.org>
parents:
27252
diff
changeset
|
1063 '("\\.p[bgpn]m$" "xloadimage") |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1064 '("\\.gif$" "xloadimage") ; view gif pictures |
27258
5188825710c0
(dired-guess-shell-alist-default):
Richard M. Stallman <rms@gnu.org>
parents:
27252
diff
changeset
|
1065 '("\\.tif$" "xloadimage") |
35032 | 1066 '("\\.png$" "display") ; xloadimage 4.1 doesn't grok PNG |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1067 '("\\.jpe?g$" "xloadimage") |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1068 '("\\.fig$" "xfig") ; edit fig pictures |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1069 '("\\.out$" "xgraph") ; for plotting purposes. |
5426 | 1070 '("\\.tex$" "latex" "tex") |
1071 '("\\.texi\\(nfo\\)?$" "makeinfo" "texi2dvi") | |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1072 '("\\.pdf$" "xpdf") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1073 '("\\.doc$" "antiword" "strings") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1074 '("\\.rpm$" "rpm -qilp" "rpm -ivh") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1075 '("\\.dia$" "dia") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1076 '("\\.mgp$" "mgp") |
5426 | 1077 |
1078 ;; Some other popular archivers. | |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1079 (list "\\.zip$" "unzip" "unzip -l" |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1080 ;; Extract files into a separate subdirectory |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1081 '(concat "unzip" (if dired-guess-shell-gzip-quiet " -q") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1082 " -d " (file-name-sans-extension file))) |
5426 | 1083 '("\\.zoo$" "zoo x//") |
1084 '("\\.lzh$" "lharc x") | |
1085 '("\\.arc$" "arc x") | |
1086 '("\\.shar$" "unshar") | |
1087 | |
1088 ;; Compression. | |
1089 (list "\\.g?z$" '(concat "gunzip" (if dired-guess-shell-gzip-quiet " -q"))) | |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1090 (list "\\.dz$" "dictunzip") |
25409
d414a697a646
(dired-guess-shell-alist-default): Support bzip2 format.
Karl Heuer <kwzh@gnu.org>
parents:
23108
diff
changeset
|
1091 (list "\\.bz2$" "bunzip2") |
5426 | 1092 (list "\\.Z$" "uncompress" |
72582
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1093 ;; Optional conversion to gzip format. |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1094 '(concat "znew" (if dired-guess-shell-gzip-quiet " -q") |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1095 " " dired-guess-shell-znew-switches)) |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1096 |
ebca3d924818
(dired-guess-shell-alist-default): Update.
Romain Francoise <romain@orebokech.com>
parents:
70806
diff
changeset
|
1097 '("\\.sign?$" "gpg --verify")) |
6694 | 1098 |
5426 | 1099 "Default alist used for shell command guessing. |
35032 | 1100 See `dired-guess-shell-alist-user'.") |
5426 | 1101 |
35032 | 1102 (defcustom dired-guess-shell-alist-user nil |
1103 "User-defined alist of rules for suggested commands. | |
1104 These rules take precedence over the predefined rules in the variable | |
5426 | 1105 `dired-guess-shell-alist-default' (to which they are prepended). |
1106 | |
1107 Each element of this list looks like | |
1108 | |
1109 \(REGEXP COMMAND...\) | |
1110 | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1111 where each COMMAND can either be a string or a Lisp expression that evaluates |
5426 | 1112 to a string. If several COMMANDs are given, the first one will be the default |
1113 and the rest will be added temporarily to the history and can be retrieved | |
1114 with \\[previous-history-element] (M-p) . | |
1115 | |
1116 You can set this variable in your ~/.emacs. For example, to add rules for | |
1117 `.foo' and `.bar' files, write | |
1118 | |
1119 \(setq dired-guess-shell-alist-user | |
35032 | 1120 (list (list \"\\\\.foo\\\\'\" \"FOO-COMMAND\");; fixed rule |
5426 | 1121 ;; possibly more rules ... |
35032 | 1122 (list \"\\\\.bar\\\'\";; rule with condition test |
5426 | 1123 '(if condition |
1124 \"BAR-COMMAND-1\" | |
35032 | 1125 \"BAR-COMMAND-2\")))\)" |
1126 :group 'dired-x | |
1127 :type '(alist :key-type regexp :value-type (repeat sexp))) | |
5426 | 1128 |
1129 (defun dired-guess-default (files) | |
35032 | 1130 "Guess a shell commands for FILES. Return command or list of commands. |
1131 See `dired-guess-shell-alist-user'." | |
5426 | 1132 |
76976
d89bf6db73a1
(dired-guess-shell-case-fold-search): Delete var.
Chong Yidong <cyd@stupidchicken.com>
parents:
75618
diff
changeset
|
1133 (let* ((case-fold-search t) |
5426 | 1134 ;; Prepend the user's alist to the default alist. |
1135 (alist (append dired-guess-shell-alist-user | |
1136 dired-guess-shell-alist-default)) | |
1137 (file (car files)) | |
1138 (flist (cdr files)) | |
1139 elt regexp cmds) | |
1140 | |
1141 ;; Find the first match in the alist for first file in FILES. | |
1142 (while alist | |
1143 (setq elt (car alist) | |
1144 regexp (car elt) | |
1145 alist (cdr alist)) | |
1146 (if (string-match regexp file) | |
1147 (setq cmds (cdr elt) | |
1148 alist nil))) | |
1149 | |
1150 ;; If more than one file, see if all of FILES match regular expression. | |
1151 (while (and flist | |
1152 (string-match regexp (car flist))) | |
1153 (setq flist (cdr flist))) | |
6694 | 1154 |
5426 | 1155 ;; If flist is still non-nil, then do not guess since this means that not |
1156 ;; all the files in FILES were matched by the regexp. | |
1157 (setq cmds (and (not flist) cmds)) | |
1158 | |
6694 | 1159 ;; Return commands or nil if flist is still non-nil. |
1160 ;; Evaluate the commands in order that any logical testing will be done. | |
5426 | 1161 (cond ((not (cdr cmds)) |
1162 (eval (car cmds))) ; single command | |
1163 (t | |
1164 (mapcar (function eval) cmds))))) | |
1165 | |
1166 (defun dired-guess-shell-command (prompt files) | |
35032 | 1167 "Ask user with PROMPT for a shell command, guessing a default from FILES." |
5426 | 1168 |
1169 (let ((default (dired-guess-default files)) | |
1170 default-list old-history val (failed t)) | |
1171 | |
1172 (if (null default) | |
1173 ;; Nothing to guess | |
1174 (read-from-minibuffer prompt nil nil nil 'dired-shell-command-history) | |
1175 | |
1176 ;; Save current history list | |
1177 (setq old-history dired-shell-command-history) | |
1178 | |
1179 (if (listp default) | |
1180 | |
1181 ;; More than one guess | |
1182 (setq default-list default | |
1183 default (car default) | |
1184 prompt (concat | |
1185 prompt | |
1186 (format "{%d guesses} " (length default-list)))) | |
1187 | |
1188 ;; Just one guess | |
1189 (setq default-list (list default))) | |
1190 | |
1191 ;; Push all guesses onto history so that they can be retrieved with M-p | |
1192 ;; and put the first guess in the prompt but not in the initial value. | |
1193 (setq dired-shell-command-history | |
1194 (append default-list dired-shell-command-history) | |
1195 prompt (concat prompt (format "[%s] " default))) | |
1196 | |
1197 ;; The unwind-protect returns VAL, and we too. | |
1198 (unwind-protect | |
1199 ;; BODYFORM | |
1200 (progn | |
1201 (setq val (read-from-minibuffer prompt nil nil nil | |
1202 'dired-shell-command-history) | |
1203 failed nil) | |
1204 ;; If we got a return, then use default. | |
1205 (if (equal val "") | |
1206 (setq val default)) | |
1207 val) | |
1208 | |
1209 ;; UNWINDFORMS | |
1210 ;; Undo pushing onto the history list so that an aborted | |
1211 ;; command doesn't get the default in the next command. | |
1212 (setq dired-shell-command-history old-history) | |
1213 (if (not failed) | |
1214 (or (equal val (car-safe dired-shell-command-history)) | |
1215 (setq dired-shell-command-history | |
1216 (cons val dired-shell-command-history)))))))) | |
1217 | |
1218 | |
6694 | 1219 ;;; REDEFINE. |
5426 | 1220 ;;; Redefine dired-aux.el's version: |
1221 (defun dired-read-shell-command (prompt arg files) | |
35032 | 1222 "Read a dired shell command prompting with PROMPT (using read-string). |
1223 ARG is the prefix arg and may be used to indicate in the prompt which | |
1224 files are affected. | |
1225 This is an extra function so that you can redefine it." | |
5426 | 1226 (dired-mark-pop-up |
1227 nil 'shell files | |
1228 'dired-guess-shell-command | |
1229 (format prompt (dired-mark-prompt arg files)) ; PROMPT | |
1230 files)) ; FILES | |
1231 | |
1232 | |
14169 | 1233 ;;; RELATIVE SYMBOLIC LINKS. |
5426 | 1234 |
1235 (defvar dired-keep-marker-relsymlink ?S | |
1236 "See variable `dired-keep-marker-move'.") | |
1237 | |
1238 (defun dired-make-relative-symlink (file1 file2 &optional ok-if-already-exists) | |
35032 | 1239 "Make a symbolic link (pointing to FILE1) in FILE2. |
5426 | 1240 The link is relative (if possible), for example |
1241 | |
1242 \"/vol/tex/bin/foo\" \"/vol/local/bin/foo\" | |
1243 | |
1244 results in | |
1245 | |
35032 | 1246 \"../../tex/bin/foo\" \"/vol/local/bin/foo\"" |
5426 | 1247 (interactive "FRelSymLink: \nFRelSymLink %s: \np") |
1248 (let (name1 name2 len1 len2 (index 0) sub) | |
1249 (setq file1 (expand-file-name file1) | |
1250 file2 (expand-file-name file2) | |
1251 len1 (length file1) | |
1252 len2 (length file2)) | |
49243 | 1253 ;; Find common initial file name components: |
5426 | 1254 (let (next) |
1255 (while (and (setq next (string-match "/" file1 index)) | |
1256 (setq next (1+ next)) | |
1257 (< next (min len1 len2)) | |
1258 ;; For the comparison, both substrings must end in | |
1259 ;; `/', so NEXT is *one plus* the result of the | |
1260 ;; string-match. | |
1261 ;; E.g., consider the case of linking "/tmp/a/abc" | |
13975 | 1262 ;; to "/tmp/abc" erroneously giving "/tmp/a" instead |
5426 | 1263 ;; of "/tmp/" as common initial component |
1264 (string-equal (substring file1 0 next) | |
1265 (substring file2 0 next))) | |
1266 (setq index next)) | |
1267 (setq name2 file2 | |
1268 sub (substring file1 0 index) | |
1269 name1 (substring file1 index))) | |
1270 (if (string-equal sub "/") | |
49243 | 1271 ;; No common initial file name found |
5426 | 1272 (setq name1 file1) |
1273 ;; Else they have a common parent directory | |
1274 (let ((tem (substring file2 index)) | |
1275 (start 0) | |
1276 (count 0)) | |
1277 ;; Count number of slashes we must compensate for ... | |
1278 (while (setq start (string-match "/" tem start)) | |
1279 (setq count (1+ count) | |
1280 start (1+ start))) | |
1281 ;; ... and prepend a "../" for each slash found: | |
1282 (while (> count 0) | |
1283 (setq count (1- count) | |
1284 name1 (concat "../" name1))))) | |
1285 (make-symbolic-link | |
1286 (directory-file-name name1) ; must not link to foo/ | |
1287 ; (trailing slash!) | |
1288 name2 ok-if-already-exists))) | |
1289 | |
75618
d75435a2e621
(dired-do-relsymlink): Add an autoload cookie.
Eli Zaretskii <eliz@gnu.org>
parents:
75617
diff
changeset
|
1290 ;;;###autoload |
5426 | 1291 (defun dired-do-relsymlink (&optional arg) |
35032 | 1292 "Relative symlink all marked (or next ARG) files into a directory. |
1293 Otherwise make a relative symbolic link to the current file. | |
5426 | 1294 This creates relative symbolic links like |
1295 | |
1296 foo -> ../bar/foo | |
1297 | |
1298 not absolute ones like | |
1299 | |
75612
9599324110d3
(dired-do-relsymlink): Add reference to dired-do-symlink.
Eli Zaretskii <eliz@gnu.org>
parents:
75347
diff
changeset
|
1300 foo -> /ugly/file/name/that/may/change/any/day/bar/foo |
9599324110d3
(dired-do-relsymlink): Add reference to dired-do-symlink.
Eli Zaretskii <eliz@gnu.org>
parents:
75347
diff
changeset
|
1301 |
75617
6625541ec588
(dired-do-relsymlink): Fix last change.
Eli Zaretskii <eliz@gnu.org>
parents:
75612
diff
changeset
|
1302 For absolute symlinks, use \\[dired-do-symlink]." |
5426 | 1303 (interactive "P") |
1304 (dired-do-create-files 'relsymlink (function dired-make-relative-symlink) | |
1305 "RelSymLink" arg dired-keep-marker-relsymlink)) | |
1306 | |
64367
93037e5003f9
(dired-do-relsymlink-regexp): Add missing optional arg ARG, and use it.
Eli Zaretskii <eliz@gnu.org>
parents:
64091
diff
changeset
|
1307 (defun dired-do-relsymlink-regexp (regexp newname &optional arg whole-name) |
5426 | 1308 "RelSymlink all marked files containing REGEXP to NEWNAME. |
1309 See functions `dired-do-rename-regexp' and `dired-do-relsymlink' | |
1310 for more info." | |
1311 (interactive (dired-mark-read-regexp "RelSymLink")) | |
1312 (dired-do-create-files-regexp | |
1313 (function dired-make-relative-symlink) | |
64367
93037e5003f9
(dired-do-relsymlink-regexp): Add missing optional arg ARG, and use it.
Eli Zaretskii <eliz@gnu.org>
parents:
64091
diff
changeset
|
1314 "RelSymLink" arg regexp newname whole-name dired-keep-marker-relsymlink)) |
5426 | 1315 |
1316 | |
14169 | 1317 ;;; VISIT ALL MARKED FILES SIMULTANEOUSLY. |
5426 | 1318 |
6694 | 1319 ;;; Brief Description: |
1320 ;;; | |
1321 ;;; `dired-do-find-marked-files' is bound to `F' by dired-x.el. | |
1322 ;;; | |
5426 | 1323 ;;; * Use `dired-get-marked-files' to collect the marked files in the current |
6694 | 1324 ;;; Dired Buffer into a list of filenames `FILE-LIST'. |
1325 ;;; | |
5426 | 1326 ;;; * Pass FILE-LIST to `dired-simultaneous-find-file' all with |
1327 ;;; `dired-do-find-marked-files''s prefix argument NOSELECT. | |
6694 | 1328 ;;; |
5426 | 1329 ;;; * `dired-simultaneous-find-file' runs through FILE-LIST decrementing the |
1330 ;;; list each time. | |
6694 | 1331 ;;; |
5426 | 1332 ;;; * If NOSELECT is non-nil then just run `find-file-noselect' on each |
1333 ;;; element of FILE-LIST. | |
6694 | 1334 ;;; |
5426 | 1335 ;;; * If NOSELECT is nil then calculate the `size' of the window for each file |
1336 ;;; by dividing the `window-height' by length of FILE-LIST. Thus, `size' is | |
1337 ;;; cognizant of the window-configuration. | |
6694 | 1338 ;;; |
5426 | 1339 ;;; * If `size' is too small abort, otherwise run `find-file' on each element |
1340 ;;; of FILE-LIST giving each a window of height `size'. | |
1341 | |
1342 (defun dired-do-find-marked-files (&optional noselect) | |
1343 "Find all marked files displaying all of them simultaneously. | |
1344 With optional NOSELECT just find files but do not select them. | |
1345 | |
1346 The current window is split across all files marked, as evenly as possible. | |
1347 Remaining lines go to bottom-most window. The number of files that can be | |
1348 displayed this way is restricted by the height of the current window and | |
1349 `window-min-height'. | |
1350 | |
6694 | 1351 To keep dired buffer displayed, type \\[split-window-vertically] first. |
5426 | 1352 To display just marked files, type \\[delete-other-windows] first." |
1353 | |
1354 (interactive "P") | |
1355 (dired-simultaneous-find-file (dired-get-marked-files) noselect)) | |
1356 | |
1357 (defun dired-simultaneous-find-file (file-list noselect) | |
1358 | |
35032 | 1359 "Visit all files in FILE-LIST and display them simultaneously. |
1360 The current window is split across all files in FILE-LIST, as evenly as | |
1361 possible. Remaining lines go to the bottom-most window. The number of | |
1362 files that can be displayed this way is restricted by the height of the | |
1363 current window and the variable `window-min-height'. With non-nil | |
1364 NOSELECT the files are merely found but not selected." | |
6694 | 1365 |
5426 | 1366 ;; We don't make this function interactive because it is usually too clumsy |
1367 ;; to specify FILE-LIST interactively unless via dired. | |
1368 | |
1369 (let (size) | |
1370 | |
1371 (if noselect | |
1372 ;; Do not select the buffer. | |
1373 (find-file-noselect (car file-list)) | |
1374 | |
1375 ;; We will have to select the buffer. Calculate and check window size. | |
1376 (setq size (/ (window-height) (length file-list))) | |
1377 (or (<= window-min-height size) | |
35032 | 1378 (error "Too many files to visit simultaneously. Try C-u prefix")) |
5426 | 1379 (find-file (car file-list))) |
1380 | |
1381 ;; Decrement. | |
1382 (setq file-list (cdr file-list)) | |
1383 | |
1384 (while file-list | |
1385 | |
1386 (if noselect | |
1387 ;; Do not select the buffer. | |
1388 (find-file-noselect (car file-list)) | |
1389 | |
1390 ;; Vertically split off a window of desired size. Upper window will | |
1391 ;; have SIZE lines. Select lower (larger) window. We split it again. | |
1392 (select-window (split-window nil size)) | |
1393 (find-file (car file-list))) | |
1394 | |
1395 ;; Decrement. | |
1396 (setq file-list (cdr file-list))))) | |
1397 | |
1398 | |
14169 | 1399 ;;; MISCELLANEOUS COMMANDS. |
5426 | 1400 |
6694 | 1401 ;;; Run man on files. |
1402 | |
5426 | 1403 (defun dired-man () |
6694 | 1404 "Run man on this file. Display old buffer if buffer name matches filename. |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1405 Uses `man.el' of \\[manual-entry] fame." |
5426 | 1406 (interactive) |
7865
d3e50535e6da
(dired-man): Use internal function from man.el.
Richard M. Stallman <rms@gnu.org>
parents:
7839
diff
changeset
|
1407 (require 'man) |
54522
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1408 (let* ((file (dired-get-filename)) |
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1409 (manual-program (replace-regexp-in-string "\\*" "%s" |
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1410 (dired-guess-shell-command |
8379dc4bdc83
(dired-guess-shell-alist-default): Add choices for
Juri Linkov <juri@jurta.org>
parents:
52646
diff
changeset
|
1411 "Man command: " (list file))))) |
7865
d3e50535e6da
(dired-man): Use internal function from man.el.
Richard M. Stallman <rms@gnu.org>
parents:
7839
diff
changeset
|
1412 (Man-getpage-in-background file))) |
5426 | 1413 |
1414 ;;; Run Info on files. | |
1415 | |
1416 (defun dired-info () | |
1417 "Run info on this file." | |
1418 (interactive) | |
1419 (info (dired-get-filename))) | |
1420 | |
1421 ;;; Run mail on mail folders. | |
1422 | |
66868
ccb8ee5226d6
If `vm-visit-folder' doesn't exist, define it as a dummy function in
Romain Francoise <romain@orebokech.com>
parents:
66659
diff
changeset
|
1423 ;; Avoid compiler warning. |
ccb8ee5226d6
If `vm-visit-folder' doesn't exist, define it as a dummy function in
Romain Francoise <romain@orebokech.com>
parents:
66659
diff
changeset
|
1424 (eval-when-compile |
ccb8ee5226d6
If `vm-visit-folder' doesn't exist, define it as a dummy function in
Romain Francoise <romain@orebokech.com>
parents:
66659
diff
changeset
|
1425 (when (not (fboundp 'vm-visit-folder)) |
ccb8ee5226d6
If `vm-visit-folder' doesn't exist, define it as a dummy function in
Romain Francoise <romain@orebokech.com>
parents:
66659
diff
changeset
|
1426 (defun vm-visit-folder (file &optional arg) |
ccb8ee5226d6
If `vm-visit-folder' doesn't exist, define it as a dummy function in
Romain Francoise <romain@orebokech.com>
parents:
66659
diff
changeset
|
1427 nil))) |
6694 | 1428 |
5426 | 1429 (defun dired-vm (&optional read-only) |
1430 "Run VM on this file. | |
1431 With prefix arg, visit folder read-only (this requires at least VM 5). | |
1432 See also variable `dired-vm-read-only-folders'." | |
1433 (interactive "P") | |
1434 (let ((dir (dired-current-directory)) | |
1435 (fil (dired-get-filename))) | |
1436 ;; take care to supply 2nd arg only if requested - may still run VM 4! | |
1437 (cond (read-only (vm-visit-folder fil t)) | |
1438 ((eq t dired-vm-read-only-folders) (vm-visit-folder fil t)) | |
1439 ((null dired-vm-read-only-folders) (vm-visit-folder fil)) | |
1440 (t (vm-visit-folder fil (not (file-writable-p fil))))) | |
1441 ;; so that pressing `v' inside VM does prompt within current directory: | |
1442 (set (make-local-variable 'vm-folder-directory) dir))) | |
1443 | |
1444 (defun dired-rmail () | |
1445 "Run RMAIL on this file." | |
1446 (interactive) | |
1447 (rmail (dired-get-filename))) | |
1448 | |
1449 (defun dired-do-run-mail () | |
1450 "If `dired-bind-vm' is t, then function `dired-vm', otherwise `dired-rmail'." | |
1451 (interactive) | |
1452 (if dired-bind-vm | |
1453 ;; Read mail folder using vm. | |
1454 (dired-vm) | |
1455 ;; Read mail folder using rmail. | |
1456 (dired-rmail))) | |
1457 | |
1458 | |
14169 | 1459 ;;; MISCELLANEOUS INTERNAL FUNCTIONS. |
5426 | 1460 |
1461 (or (fboundp 'dired-old-find-buffer-nocreate) | |
1462 (fset 'dired-old-find-buffer-nocreate | |
1463 (symbol-function 'dired-find-buffer-nocreate))) | |
1464 | |
6694 | 1465 ;;; REDEFINE. |
5426 | 1466 ;;; Redefines dired.el's version of `dired-find-buffer-nocreate' |
13033
216edf9576ea
(dired-up-directory): Add optional argument `other-window' to obviate
Erik Naggum <erik@naggum.no>
parents:
11933
diff
changeset
|
1467 (defun dired-find-buffer-nocreate (dirname &optional mode) |
11933
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1468 (if (and dired-find-subdir |
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1469 ;; don't try to find a wildcard as a subdirectory |
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1470 (string-equal dirname (file-name-directory dirname))) |
5426 | 1471 (let* ((cur-buf (current-buffer)) |
11933
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1472 (buffers (nreverse |
8792
d85424a6fb85
(dired-clean-up-after-deletion): Expand fn.
Richard M. Stallman <rms@gnu.org>
parents:
8713
diff
changeset
|
1473 (dired-buffers-for-dir (expand-file-name dirname)))) |
11933
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1474 (cur-buf-matches (and (memq cur-buf buffers) |
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1475 ;; wildcards must match, too: |
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1476 (equal dired-directory dirname)))) |
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1477 ;; We don't want to switch to the same buffer--- |
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1478 (setq buffers (delq cur-buf buffers));;need setq with delq |
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1479 (or (car (sort buffers (function dired-buffer-more-recently-used-p))) |
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1480 ;; ---unless it's the only possibility: |
9b53ce243465
(dired-find-buffer-nocreate): Don't try to find a
Karl Heuer <kwzh@gnu.org>
parents:
11588
diff
changeset
|
1481 (and cur-buf-matches cur-buf))) |
13033
216edf9576ea
(dired-up-directory): Add optional argument `other-window' to obviate
Erik Naggum <erik@naggum.no>
parents:
11933
diff
changeset
|
1482 (dired-old-find-buffer-nocreate dirname mode))) |
5426 | 1483 |
1484 ;; This should be a builtin | |
1485 (defun dired-buffer-more-recently-used-p (buffer1 buffer2) | |
1486 "Return t if BUFFER1 is more recently used than BUFFER2." | |
1487 (if (equal buffer1 buffer2) | |
1488 nil | |
1489 (let ((more-recent nil) | |
1490 (list (buffer-list))) | |
1491 (while (and list | |
1492 (not (setq more-recent (equal buffer1 (car list)))) | |
1493 (not (equal buffer2 (car list)))) | |
1494 (setq list (cdr list))) | |
1495 more-recent))) | |
1496 | |
1497 ;;; Same thing as `dired-buffers-for-dir' of dired.el? - lrd 11/23/93 | |
1498 ;;; (defun dired-buffers-for-dir-exact (dir) | |
1499 ;;; ;; Return a list of buffers that dired DIR (a directory or wildcard) | |
1500 ;;; ;; at top level, or as subdirectory. | |
1501 ;;; ;; Top level matches must match the wildcard part too, if any. | |
1502 ;;; ;; The list is in reverse order of buffer creation, most recent last. | |
1503 ;;; ;; As a side effect, killed dired buffers for DIR are removed from | |
1504 ;;; ;; dired-buffers. | |
1505 ;;; (let ((alist dired-buffers) result elt) | |
1506 ;;; (while alist | |
1507 ;;; (setq elt (car alist) | |
1508 ;;; alist (cdr alist)) | |
1509 ;;; (let ((buf (cdr elt))) | |
1510 ;;; (if (buffer-name buf) | |
1511 ;;; ;; Top level must match exactly against dired-directory in | |
1512 ;;; ;; case one of them is a wildcard. | |
1513 ;;; (if (or (equal dir (save-excursion (set-buffer buf) | |
1514 ;;; dired-directory)) | |
1515 ;;; (assoc dir (save-excursion (set-buffer buf) | |
1516 ;;; dired-subdir-alist))) | |
1517 ;;; (setq result (cons buf result))) | |
1518 ;;; ;; else buffer is killed - clean up: | |
1519 ;;; (setq dired-buffers (delq elt dired-buffers))))) | |
1520 ;;; result)) | |
1521 | |
6694 | 1522 ;;; REDEFINE. |
5426 | 1523 ;;; Redefines dired.el's version of `dired-initial-position' |
1524 (defun dired-initial-position (dirname) | |
35032 | 1525 "Where point should go in a new listing of DIRNAME. |
1526 Point assumed at beginning of new subdir line. | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1527 You may redefine this function as you wish, e.g. like in `dired-x.el'." |
5426 | 1528 (end-of-line) |
1529 (if dired-find-subdir (dired-goto-subdir dirname)) ; new | |
1530 (if dired-trivial-filenames (dired-goto-next-nontrivial-file))) | |
1531 | |
1532 | |
1533 ;; Does anyone use this? - lrd 6/29/93. | |
20513
6044f0be20eb
(dired-mark-sexp): Skip leading space in defining `uid'.
Richard M. Stallman <rms@gnu.org>
parents:
18917
diff
changeset
|
1534 ;; Apparently people do use it. - lrd 12/22/97. |
5426 | 1535 (defun dired-mark-sexp (predicate &optional unflag-p) |
1536 "Mark files for which PREDICATE returns non-nil. | |
1537 With a prefix arg, unflag those files instead. | |
1538 | |
1539 PREDICATE is a lisp expression that can refer to the following symbols: | |
1540 | |
1541 inode [integer] the inode of the file (only for ls -i output) | |
1542 s [integer] the size of the file for ls -s output | |
13975 | 1543 (usually in blocks or, with -k, in KByte) |
5426 | 1544 mode [string] file permission bits, e.g. \"-rw-r--r--\" |
1545 nlink [integer] number of links to file | |
1546 uid [string] owner | |
1547 gid [string] group (If the gid is not displayed by ls, | |
1548 this will still be set (to the same as uid)) | |
1549 size [integer] file size in bytes | |
1550 time [string] the time that ls displays, e.g. \"Feb 12 14:17\" | |
1551 name [string] the name of the file | |
1552 sym [string] if file is a symbolic link, the linked-to name, else \"\" | |
1553 | |
1554 For example, use | |
1555 | |
1556 (equal 0 size) | |
1557 | |
1558 to mark all zero length files." | |
1559 ;; Using sym="" instead of nil avoids the trap of | |
1560 ;; (string-match "foo" sym) into which a user would soon fall. | |
1561 ;; Give `equal' instead of `=' in the example, as this works on | |
1562 ;; integers and strings. | |
1563 (interactive "xMark if (lisp expr): \nP") | |
1564 (message "%s" predicate) | |
1565 (let ((dired-marker-char (if unflag-p ?\040 dired-marker-char)) | |
1566 inode s mode nlink uid gid size time name sym) | |
1567 (dired-mark-if | |
1568 (save-excursion | |
1569 (and | |
1570 ;; Sets vars | |
1571 ;; inode s mode nlink uid gid size time name sym | |
1572 | |
1573 ;; according to current file line. Returns t for success, nil if | |
1574 ;; there is no file line. Upon success, all variables are set, either | |
1575 ;; to nil or the appropriate value, so they need not be initialized. | |
1576 ;; Moves point within the current line. | |
1577 (if (dired-move-to-filename) | |
1578 (let (pos | |
1579 (mode-len 10) ; length of mode string | |
1580 ;; like in dired.el, but with subexpressions \1=inode, \2=s: | |
1581 (dired-re-inode-size "\\s *\\([0-9]*\\)\\s *\\([0-9]*\\) ?")) | |
1582 (beginning-of-line) | |
1583 (forward-char 2) | |
1584 (if (looking-at dired-re-inode-size) | |
1585 (progn | |
1586 (goto-char (match-end 0)) | |
62402
a7e02ef1e3d6
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents:
56060
diff
changeset
|
1587 (setq inode (string-to-number (buffer-substring (match-beginning 1) |
a7e02ef1e3d6
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents:
56060
diff
changeset
|
1588 (match-end 1))) |
a7e02ef1e3d6
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents:
56060
diff
changeset
|
1589 s (string-to-number (buffer-substring (match-beginning 2) |
a7e02ef1e3d6
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents:
56060
diff
changeset
|
1590 (match-end 2))))) |
5426 | 1591 (setq inode nil |
1592 s nil)) | |
1593 (setq mode (buffer-substring (point) (+ mode-len (point)))) | |
1594 (forward-char mode-len) | |
1595 (setq nlink (read (current-buffer))) | |
20513
6044f0be20eb
(dired-mark-sexp): Skip leading space in defining `uid'.
Richard M. Stallman <rms@gnu.org>
parents:
18917
diff
changeset
|
1596 ;; Karsten Wenger <kw@cis.uni-muenchen.de> fixed uid. |
35032 | 1597 (setq uid (buffer-substring (+ (point) 1) |
1598 (progn (forward-word 1) (point)))) | |
66325
fda96ff4c7e5
* files.el (directory-listing-before-filename-regexp): New
Michael Albinus <michael.albinus@gmx.de>
parents:
65288
diff
changeset
|
1599 (re-search-forward directory-listing-before-filename-regexp) |
5426 | 1600 (goto-char (match-beginning 1)) |
1601 (forward-char -1) | |
62402
a7e02ef1e3d6
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents:
56060
diff
changeset
|
1602 (setq size (string-to-number (buffer-substring (save-excursion |
a7e02ef1e3d6
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents:
56060
diff
changeset
|
1603 (backward-word 1) |
a7e02ef1e3d6
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents:
56060
diff
changeset
|
1604 (setq pos (point))) |
a7e02ef1e3d6
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero <lekktu@gmail.com>
parents:
56060
diff
changeset
|
1605 (point)))) |
5426 | 1606 (goto-char pos) |
1607 (backward-word 1) | |
1608 ;; if no gid is displayed, gid will be set to uid | |
1609 ;; but user will then not reference it anyway in PREDICATE. | |
35032 | 1610 (setq gid (buffer-substring (save-excursion |
1611 (forward-word 1) (point)) | |
5426 | 1612 (point)) |
1613 time (buffer-substring (match-beginning 1) | |
1614 (1- (dired-move-to-filename))) | |
1615 name (buffer-substring (point) | |
35032 | 1616 (or |
1617 (dired-move-to-end-of-filename t) | |
1618 (point))) | |
5426 | 1619 sym (progn |
1620 (if (looking-at " -> ") | |
35032 | 1621 (buffer-substring |
1622 (progn (forward-char 4) (point)) | |
1623 (progn (end-of-line) (point))) | |
5426 | 1624 ""))) |
1625 t) | |
1626 nil) | |
1627 (eval predicate))) | |
1628 (format "'%s file" predicate)))) | |
1629 | |
1630 | |
14169 | 1631 ;;; FIND FILE AT POINT. |
5426 | 1632 |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1633 (defvar dired-x-hands-off-my-keys t |
35032 | 1634 "*Non-nil means don't bind `dired-x-find-file' over `find-file' on keyboard. |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1635 Similarly for `dired-x-find-file-other-window' over `find-file-other-window'. |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1636 If you change this variable after `dired-x.el' is loaded then do |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1637 \\[dired-x-bind-find-file].") |
5426 | 1638 |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1639 ;;; Bind `dired-x-find-file{-other-window}' over wherever |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1640 ;;; `find-file{-other-window}' is bound? |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1641 (defun dired-x-bind-find-file () |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1642 "Bind `dired-x-find-file' in place of `find-file' \(or reverse\). |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1643 Similarly for `dired-x-find-file-other-window' and `find-file-other-window'. |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1644 Binding direction based on `dired-x-hands-off-my-keys'. |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1645 This function is part of `after-init-hook'." |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1646 (interactive) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1647 (if (interactive-p) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1648 (setq dired-x-hands-off-my-keys |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1649 (not (y-or-n-p "Bind dired-x-find-file over find-file? ")))) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1650 (cond ((not dired-x-hands-off-my-keys) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1651 (substitute-key-definition 'find-file |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1652 'dired-x-find-file |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1653 (current-global-map)) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1654 (substitute-key-definition 'find-file-other-window |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1655 'dired-x-find-file-other-window |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1656 (current-global-map))) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1657 (t |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1658 (substitute-key-definition 'dired-x-find-file |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1659 'find-file |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1660 (current-global-map)) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1661 (substitute-key-definition 'dired-x-find-file-other-window |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1662 'find-file-other-window |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1663 (current-global-map)))) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1664 ;; Clear mini-buffer. |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1665 (message nil)) |
5426 | 1666 |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1667 ;;; Now call it so binding is correct and put on `after-init-hook' in case |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1668 ;;; user changes binding. |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1669 (dired-x-bind-find-file) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1670 (add-hook 'after-init-hook 'dired-x-bind-find-file) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1671 |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1672 (defun dired-x-find-file (filename) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1673 "Edit file FILENAME. |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1674 May create a new window, or reuse an existing one. |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1675 See the function `display-buffer'. |
5426 | 1676 |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1677 Identical to `find-file' except when called interactively, with a prefix arg |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1678 \(e.g., \\[universal-argument]\), in which case it guesses filename near point. |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1679 Useful for editing file mentioned in buffer you are viewing, |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1680 or to test if that file exists. Use minibuffer after snatching filename." |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1681 (interactive (list (read-filename-at-point "Find file: "))) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1682 (find-file (expand-file-name filename))) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1683 |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1684 (defun dired-x-find-file-other-window (filename) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1685 "Edit file FILENAME, in another window. |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1686 May create a new window, or reuse an existing one. |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1687 See the function `display-buffer'. |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1688 |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1689 Identical to `find-file-other-window' except when called interactively, with a |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1690 prefix arg \(e.g., \\[universal-argument]\), in which case it guesses filename near point. |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1691 Useful for editing file mentioned in buffer you are viewing, |
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1692 or to test if that file exists. Use minibuffer after snatching filename." |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1693 (interactive (list (read-filename-at-point "Find file: "))) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1694 (find-file-other-window (expand-file-name filename))) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1695 |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1696 ;;; Internal functions. |
49271
720dd3042058
(dired-filename-at-point): Fix filename-chars.
Dave Love <fx@gnu.org>
parents:
49243
diff
changeset
|
1697 |
49485
7c879dba798f
(dired-filename-at-point): Fix last change and tidy up.
Dave Love <fx@gnu.org>
parents:
49271
diff
changeset
|
1698 ;; Fixme: This should probably use `thing-at-point'. -- fx |
5426 | 1699 (defun dired-filename-at-point () |
35032 | 1700 "Get the filename closest to point, but do not change position. |
1701 Has a preference for looking backward when not directly on a symbol. Not | |
1702 perfect - point must be in middle of or end of filename." | |
5426 | 1703 |
49271
720dd3042058
(dired-filename-at-point): Fix filename-chars.
Dave Love <fx@gnu.org>
parents:
49243
diff
changeset
|
1704 (let ((filename-chars "-.[:alnum:]_/:$+@") |
27917
b54fc217c5c8
(dired-filename-at-point): Add `@' to valid
Gerd Moellmann <gerd@gnu.org>
parents:
27258
diff
changeset
|
1705 start end filename prefix) |
5426 | 1706 |
1707 (save-excursion | |
1708 ;; First see if just past a filename. | |
1709 (if (not (eobp)) | |
1710 (if (looking-at "[] \t\n[{}()]") ; whitespace or some parens | |
1711 (progn | |
1712 (skip-chars-backward " \n\t\r({[]})") | |
1713 (if (not (bobp)) | |
1714 (backward-char 1))))) | |
6694 | 1715 |
5426 | 1716 (if (string-match (concat "[" filename-chars "]") |
1717 (char-to-string (following-char))) | |
1718 (progn | |
49485
7c879dba798f
(dired-filename-at-point): Fix last change and tidy up.
Dave Love <fx@gnu.org>
parents:
49271
diff
changeset
|
1719 (if (re-search-backward (concat "[^" filename-chars "]") nil t) |
7c879dba798f
(dired-filename-at-point): Fix last change and tidy up.
Dave Love <fx@gnu.org>
parents:
49271
diff
changeset
|
1720 (forward-char) |
7c879dba798f
(dired-filename-at-point): Fix last change and tidy up.
Dave Love <fx@gnu.org>
parents:
49271
diff
changeset
|
1721 (goto-char (point-min))) |
5426 | 1722 (setq start (point)) |
27917
b54fc217c5c8
(dired-filename-at-point): Add `@' to valid
Gerd Moellmann <gerd@gnu.org>
parents:
27258
diff
changeset
|
1723 (setq prefix |
49485
7c879dba798f
(dired-filename-at-point): Fix last change and tidy up.
Dave Love <fx@gnu.org>
parents:
49271
diff
changeset
|
1724 (and (string-match |
7c879dba798f
(dired-filename-at-point): Fix last change and tidy up.
Dave Love <fx@gnu.org>
parents:
49271
diff
changeset
|
1725 "^\\w+@" |
7c879dba798f
(dired-filename-at-point): Fix last change and tidy up.
Dave Love <fx@gnu.org>
parents:
49271
diff
changeset
|
1726 (buffer-substring start (line-beginning-position))) |
27917
b54fc217c5c8
(dired-filename-at-point): Add `@' to valid
Gerd Moellmann <gerd@gnu.org>
parents:
27258
diff
changeset
|
1727 "/")) |
b54fc217c5c8
(dired-filename-at-point): Add `@' to valid
Gerd Moellmann <gerd@gnu.org>
parents:
27258
diff
changeset
|
1728 (goto-char start) |
5426 | 1729 (if (string-match "[/~]" (char-to-string (preceding-char))) |
1730 (setq start (1- start))) | |
49485
7c879dba798f
(dired-filename-at-point): Fix last change and tidy up.
Dave Love <fx@gnu.org>
parents:
49271
diff
changeset
|
1731 (re-search-forward (concat "\\=[" filename-chars "]*") nil t)) |
5426 | 1732 |
1733 (error "No file found around point!")) | |
1734 | |
6694 | 1735 ;; Return string. |
27917
b54fc217c5c8
(dired-filename-at-point): Add `@' to valid
Gerd Moellmann <gerd@gnu.org>
parents:
27258
diff
changeset
|
1736 (expand-file-name (concat prefix (buffer-substring start (point))))))) |
5426 | 1737 |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1738 (defun read-filename-at-point (prompt) |
35032 | 1739 "Return filename prompting with PROMPT with completion. |
1740 If `current-prefix-arg' is non-nil, uses name at point as guess." | |
8078
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1741 (if current-prefix-arg |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1742 (let ((guess (dired-filename-at-point))) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1743 (read-file-name prompt |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1744 (file-name-directory guess) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1745 guess |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1746 nil (file-name-nondirectory guess))) |
1dd92ac02141
(dired-x-hands-off-my-keys): New user-defined variable.
Richard M. Stallman <rms@gnu.org>
parents:
7865
diff
changeset
|
1747 (read-file-name prompt default-directory))) |
5426 | 1748 |
14169 | 1749 ;;; BUG REPORTS |
5426 | 1750 |
35032 | 1751 ;; Fixme: get rid of this later. |
1752 | |
5426 | 1753 ;;; This section is provided for reports. It uses Barry A. Warsaw's |
1754 ;;; reporter.el which is bundled with GNU Emacs v19. | |
1755 | |
35032 | 1756 (defconst dired-x-help-address "bug-gnu-emacs@gnu.org" |
5426 | 1757 "Address(es) accepting submission of reports on dired-x.el.") |
1758 | |
1759 (defconst dired-x-variable-list | |
6694 | 1760 (list |
5426 | 1761 'dired-bind-vm |
1762 'dired-vm-read-only-folders | |
1763 'dired-bind-jump | |
1764 'dired-bind-info | |
1765 'dired-bind-man | |
1766 'dired-find-subdir | |
1767 'dired-enable-local-variables | |
1768 'dired-local-variables-file | |
1769 'dired-guess-shell-gnutar | |
1770 'dired-guess-shell-gzip-quiet | |
1771 'dired-guess-shell-znew-switches | |
1772 'dired-guess-shell-alist-user | |
1773 'dired-clean-up-buffers-too | |
55927
db4ee12d7def
(dired-omit-mode): Rename from dired-omit-files-p. Use define-minor-mode to define it.
Lars Hansen <larsh@soem.dk>
parents:
54662
diff
changeset
|
1774 'dired-omit-mode |
5426 | 1775 'dired-omit-files |
1776 'dired-omit-extensions | |
1777 ) | |
35032 | 1778 "List of variables to be appended to reports sent by `dired-x-submit-report'.") |
5426 | 1779 |
1780 (defun dired-x-submit-report () | |
64537
725c23089fbb
(virtual-dired): Declare with `defalias'.
Juanma Barranquero <lekktu@gmail.com>
parents:
64443
diff
changeset
|
1781 "Submit via `reporter.el' a bug report on program. |
35032 | 1782 Send report on `dired-x-file' version `dired-x-version,' to |
1783 `dired-x-maintainer' at address `dired-x-help-address' listing | |
1784 variables `dired-x-variable-list' in the message." | |
5426 | 1785 (interactive) |
1786 | |
35032 | 1787 (reporter-submit-bug-report |
1788 dired-x-help-address ; address | |
1789 "dired-x" ; pkgname | |
1790 dired-x-variable-list ; varlist | |
1791 nil nil ; pre-/post-hooks | |
1792 "")) | |
5426 | 1793 |
1794 | |
1795 ;; As Barry Warsaw would say: "This might be useful..." | |
1796 (provide 'dired-x) | |
1797 | |
66469
8c968e06d0c0
Change Maintainer field.
Romain Francoise <romain@orebokech.com>
parents:
66437
diff
changeset
|
1798 ;; arch-tag: 71a43ba2-7a00-4793-a028-0613dd7765ae |
5426 | 1799 ;;; dired-x.el ends here |