Mercurial > emacs
changeset 42678:3e3348e192cf
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jan 2002 20:17:00 +0000 |
parents | 449f96bbb6d0 |
children | 8e00fb340b95 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 17 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jan 12 20:16:10 2002 +0000 +++ b/etc/NEWS Sat Jan 12 20:17:00 2002 +0000 @@ -64,9 +64,9 @@ ** In Dired's ! command (dired-do-shell-command), `*' and `?' now control substitution of the file names only when they are surrounded by whitespace. This means you can now use them as shell wildcards -too. If you want to use just plain `*' as a wildcard, type `*""'; -it has the same effect in the shell, but avoids special treatment -in Dired !. +too. If you want to use just plain `*' as a wildcard, type `*""'; the +doublequotes make no differentce in the shell, but they prevent +special treatment in `dired-do-shell-command'. ** Unquoted `$' in file names do not signal an error any more when the corresponding environment variable does not exist.
--- a/lisp/ChangeLog Sat Jan 12 20:16:10 2002 +0000 +++ b/lisp/ChangeLog Sat Jan 12 20:17:00 2002 +0000 @@ -1,3 +1,17 @@ +2002-01-12 Richard M. Stallman <rms@gnu.org> + + * dired-aux.el (dired-shell-stuff-it): Substitute for * or ? + only when they are surrounded by whitespace. + Use dired-mark-separator when adding one file name to a command. + (dired-do-shell-command): Verify that * is surrounded by whitespace. + Ask for confirmation if * or ? is not surrounded by whitespace. + (dired-bunch-files): Re-reverse the partial file list when it is used. + +2002-01-12 Richard M. Stallman <rms@gnu.org> + + * comint.el (comint-dynamic-list-completions): Repeating the command + after displaying a completion list scrolls the list. + 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il> * files.el (find-file-noselect): Don't consider a buffer as