1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

126 Commits

Author SHA1 Message Date
Richard M. Stallman
84d3f6e878 (dired-garbage-files-regexp): New variable.
(dired-flag-garbage-files): New command.
(dired-mode-map): Put dired-flag-garbage-files on & and in menu.
1997-01-04 00:10:30 +00:00
Richard M. Stallman
f374777d3c (dired-string-replace-match): Delete redundant autoload. 1997-01-03 23:11:30 +00:00
Richard M. Stallman
827dc60de5 (dired-make-relative): Ignore the third argument;
never signal an error just bbcause FILE is not in DIR's tree.
1996-12-31 18:29:49 +00:00
Richard M. Stallman
23e217f6d2 (dired-permission-flags-regexp): New variable.
(dired-move-to-end-of-filename): Use it instead of a constant.
1996-12-30 04:57:17 +00:00
Richard M. Stallman
6492483f51 (dired-insert-directory): Don't override the user's locale.
(dired-standard-move-to-filename-regexp): Var deleted.
1996-12-29 08:14:57 +00:00
Richard M. Stallman
f3636ea7be (dired-move-to-filename-regexp): Recognize various languages. 1996-12-17 18:43:10 +00:00
Richard M. Stallman
0609c9984c (dired-mode-map): Put dired-mark-subdir-files on *s. 1996-11-04 23:51:33 +00:00
Erik Naggum
030599634e Fix minor typo in *! key binding. 1996-11-02 09:57:51 +00:00
Richard M. Stallman
4a3ca6ed7a (dired-mode-map): Make * a prefix for mark commands.
Delete the old *, / and @ keybindings.
1996-11-02 07:56:50 +00:00
Richard M. Stallman
c439687b4d (dired-find-file): Error if line's file does not exist. 1996-10-31 20:51:44 +00:00
Karl Heuer
8c605b4bb1 (dired-insert-directory): Check for non-US LANG. 1996-10-24 22:42:29 +00:00
Simon Marshall
2439570dc3 Tweak dired-font-lock-keywords. 1996-10-23 09:26:39 +00:00
Richard M. Stallman
a32857951d (dired-mode-map): Add revert-buffer to Immediate menu. 1996-09-03 21:46:07 +00:00
Richard M. Stallman
642027970b (dired-chown-program): Replace lignux with gnu/linux. 1996-08-27 17:45:29 +00:00
Richard M. Stallman
6702f50da6 (dired-chown-program): Try /usr/sbin/chown. 1996-06-07 14:57:04 +00:00
Richard M. Stallman
cb2e51f84b (dired-noselect): Resolve symbolic links in argument. 1996-04-05 19:11:05 +00:00
Richard M. Stallman
aaef4a1cec (dired-chown-program): Recognize lignux. 1996-03-27 02:37:57 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
bc07e5cb1e (dired-get-filename): When quoting " chars,
handle all of them, including one at start of file name.
1996-01-27 02:18:29 +00:00
Karl Heuer
212b2266cb Fix indentation. 1996-01-25 07:09:48 +00:00
Karl Heuer
952e8cb510 (dired-internal-noselect): Pass proper format string to message. 1996-01-25 00:52:48 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
fc83abf785 (dired-ls-F-marks-symlinks): Doc fix. 1996-01-11 16:37:29 +00:00
Karl Heuer
9eabb7d50c (dired-standard-move-to-filename-regexp): New variable.
(dired-insert-directory): Don't alter environment if would use the
C locale anyway, or if dired-move-to-filename-regexp has been
changed from the default value.
When changing the environment, avoid need for setenv.
1996-01-09 23:15:52 +00:00
Richard M. Stallman
02b5d79c80 (dired-insert-directory): Force use of C locale. 1996-01-04 00:32:19 +00:00
Richard M. Stallman
1015daba26 (dired): Fix typo. 1995-12-29 17:59:11 +00:00
Karl Heuer
fdee13ec10 (dired-flag-backup-files): Undo previous change. 1995-12-19 21:39:23 +00:00
Karl Heuer
f13101e9c2 (dired-flag-backup-files): Under MS-DOS, search for
possible backup files by checking for filenames which end with a
`k' (the backup extension is `.bak').
1995-12-13 19:42:33 +00:00
Erik Naggum
ac1ce3411f (dired-up-directory): Add optional argument `other-window' to obviate
the need to redefine it in dired-x.el.
1995-09-12 23:20:42 +00:00
André Spiegel
6cfd24f9a5 (dired-internal-noselect): Set dired-directory when refreshing a buffer
that displays a list of files.
(dired-find-buffer-nocreate): Handle the case when dired-directory is
a list.
(dired-sort-other): Don't set mode-name if we are not in dired-mode.
1995-09-08 20:38:17 +00:00
Richard M. Stallman
6a4cd60590 (dired-internal-noselect): New arg MODE.
If it's non-nil, switch to that nil.
(dired-find-buffer-nocreate): New arg MODE.
1995-09-03 17:34:56 +00:00
Richard M. Stallman
856321e221 (dired-string-replace-match): Simplify using replace-match. 1995-08-21 01:15:25 +00:00
Richard M. Stallman
3e1fb00f0b (dired-mode-map): Set up the map completely
before storing it into dired-mode-map.
1995-08-08 05:16:23 +00:00
Richard M. Stallman
7da0e9b4eb (dired-insert-set-properties): Catch errors.
(dired-do-flagged-delete): New arg nomessage.
1995-07-31 23:13:54 +00:00
Richard M. Stallman
a15a76f766 (dired-change-marks): If OLD is a space, don't act on non-file lines. 1995-06-14 11:46:56 +00:00
Karl Heuer
6103c44e5a (dired-find-buffer-nocreate): Ignore dead buffers. 1995-05-31 21:06:48 +00:00
Karl Heuer
5ab917b4b6 (dired-mode-map): Rename menubar bindings and use the
new function names `dired-do-query-replace' and `dired-do-search'.
1995-05-29 20:08:11 +00:00
Karl Heuer
f5b06a953d (dired-find-buffer-nocreate): Check only buffers in
dired-buffers instead of all buffers in (buffer-list).
1995-05-29 04:36:26 +00:00
Karl Heuer
45d8d39ff8 (dired-sort-set-modeline): Use force-mode-line-update. 1995-04-25 22:31:52 +00:00
Simon Marshall
010a0c29eb dired-font-lock-keywords efficiency fix. 1995-04-24 11:28:24 +00:00
Richard M. Stallman
2527947a41 (dired-mode-map): Rename commands for A and Q. 1995-04-15 05:41:28 +00:00
Karl Heuer
723ddb1f81 (dired-chmod-program): Defined. 1995-04-12 03:09:44 +00:00
Simon Marshall
ad63249242 Wrap filename character quoting code with save-excursion so following forms
relying on point aren't broken.
1995-03-30 07:10:08 +00:00
Simon Marshall
c759a12159 Made revert-buffer message go via substitute-command-keys. 1995-02-27 08:05:09 +00:00
Richard M. Stallman
277568f269 (dired-mark): If on dir header line, always mark
the files in that dir.
1995-02-09 09:40:01 +00:00
Richard M. Stallman
c31e679136 (dired-mode-map): Define up and down arrows like C-p, C-n. 1995-02-04 02:08:29 +00:00
Richard M. Stallman
bc9c99bce3 (dired-insert-directory): Don't call expand-file-name
when dir-or-list is a list.
1995-01-11 01:28:22 +00:00
Richard M. Stallman
b754cc6ec9 (dired-mode-map): Bind C-m to dired-advertised-find-file.
Change f to dired-find-file.
1994-12-27 03:49:30 +00:00
Richard M. Stallman
437fe5aeff (dired-string-replace-match): Function moved here. 1994-12-22 04:17:30 +00:00
Richard M. Stallman
9888aa65fd (dired-insert-directory): Quote certain chars with \.
(dired-get-filename): Always unquote \ quoting.
1994-12-07 10:57:12 +00:00