Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
8f3f2fe5
Commit
8f3f2fe5
authored
Jan 12, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
eab9ed67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
etc/NEWS
etc/NEWS
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+14
-0
No files found.
etc/NEWS
View file @
8f3f2fe5
...
...
@@ -61,6 +61,13 @@ counter to the specified source line (the one where point is).
to hide its text. This should be mostly transparent but slightly
changes the behavior of motion commands line C-e and C-p.
** 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 `*""'; 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.
Instead, the `$ENVVAR' text is left as is, so that `$$' quoting
...
...
lisp/ChangeLog
View file @
8f3f2fe5
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment