summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
Commit message (Collapse)AuthorAgeFilesLines
* (dired-add-entry): Add missing argument to `dired-mark'.Juanma Barranquero2002-09-161-1/+1
|
* (dired-bunch-files): Put the arg FILESRichard M. Stallman2002-09-151-55/+62
| | | | | | | | | | | | | | | | | back as it was after temporary destrucive mods. (dired-add-entry): Use dired-insert-directory to handle indentation. Explicitly restore the line's marker character. Preserve the old file name's text properties. (dired-add-entry-do-indentation): Function deleted. (dired-relist-file): Doc fix. (dired-rename-file): Change argument names. (foo-rename-file): New function. (dired-do-hardlink): Use dired-hardlink. (dired-hardlink): New function. (dired-insert-subdir-doinsert): Use dired-insert-directory; that handles indentation, text props and header line. dired-readin-insert gets no args. Use `last' instead of `reverse'.
* (dired-show-file-type): Use -- to say FILE's not option.Richard M. Stallman2002-05-121-2/+2
|
* * dired-aux.el (dired-star-subst-regexp,Francesco Potortì2002-04-171-17/+22
| | | | | | | | | dired-quark-subst-regexp): New constants. (dired-do-shell-command, dired-shell-stuff-it): Use them. (dired-do-shell-command): Raise an error if both `*' and `?' substitution marks are used in the same command. (dired-shell-stuff-it): Substitute all instances of `*' and `?' in a command given via dired-do-shell-command.
* (dired-do-query-replace-regexp, dired-do-search):Richard M. Stallman2002-03-291-2/+6
| | | | | Use FILTER arg in dired-get-marked-files to exclude directories. (dired-nondirectory-p): New function.
* (dired-fun-in-all-buffers): Moved to dired.el.Richard M. Stallman2002-03-141-21/+0
|
* (dired-do-shell-command): Doc fix.Andreas Schwab2002-01-131-1/+1
|
* (dired-shell-stuff-it): Substitute for * or ?Richard M. Stallman2002-01-121-41/+57
| | | | | | | | 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.
* (dired-do-query-replace-regexp): Doc fix.Richard M. Stallman2001-12-301-1/+1
|
* Doc fixes.Pavel Janík2001-12-201-2/+2
|
* (dired-insert-subdir): Pass switches to dired-build-subdir-alist.Eli Zaretskii2001-09-211-1/+1
|
* Add Keywords header.Gerd Moellmann2001-08-291-1/+3
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-4/+4
|
* (dired-diff): Doc fix.Eli Zaretskii2001-05-031-1/+2
|
* (dired-do-rename-regexp, dired-do-copy-regexp)Eli Zaretskii2001-04-301-4/+9
| | | | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
* (dired-do-create-files, dired-do-copy)Eli Zaretskii2001-04-271-5/+14
| | | | | (dired-do-symlink, dired-do-hardlink, dired-do-rename): Mention dired-dwim-target in the doc string.
* (dired-do-shell-command): Doc fix.Eli Zaretskii2001-03-071-1/+1
|
* Revert last change.Dave Love2001-01-261-30/+32
|
* use replace-regexps-in-string instead of dired- and gs-replace-in-stringSam Steingold2001-01-241-32/+30
| | | | which are removed
* (dired-do-create-files): Construct default fileGerd Moellmann2000-11-281-3/+5
| | | | | name for dired-mark-read-file-name so that when the user enters just RET, the target file will end up in the target directory.
* (dired-add-entry): Call `dired-get-filename' with `verbatim' so that weMiles Bader2000-11-271-1/+1
| | | | don't inadvertently delete a non-existant directory name.
* (dired-add-entry): Don't call dired-get-filenameGerd Moellmann2000-11-231-14/+14
| | | | | with `no-dir'; we want the directory part to be able to remove it.
* (dired-do-create-files, dired-kill-tree): Turn comment into docstring.Stefan Monnier2000-10-041-39/+39
|
* (dired-mark-read-file-name): Add optional arg DEFAULT.Miles Bader2000-10-031-3/+7
| | | | | (dired-do-create-files): If there's only one file, pass it in as the DEFAULT arg to dired-mark-read-file-name.
* (dired-do-create-files): On DOS/Windows, allow toEli Zaretskii2000-08-081-1/+19
| | | | rename a directory to a name that differs only by its letter case.
* (dired-show-file-type): New function.Miles Bader2000-07-101-1/+14
|
* (dired-do-query-replace-regexp): Add `-regexp'Gerd Moellmann2000-05-161-1/+1
| | | | to the function name.
* (dired-do-copy): Remove spurios character.`n'Gerd Moellmann2000-02-171-4/+4
| | | | within the code.
* (dired-insert-subdir): Add autoload cookie.Richard M. Stallman1999-12-091-0/+1
|
* (dired-do-shell-command): Changed documentation.Gerd Moellmann1999-12-061-6/+14
| | | | | (dired-shell-stuff-it): A `?' in COMMAND has now the same meaning as `*'.
* (dired-recursive-copies): New custom variable.Richard M. Stallman1999-09-161-36/+93
| | | | | | | | | | | | | (dired-handle-overwrite): Broke a long line. (dired-copy-file): Call `dired-copy-file-recursive' instead of `copy-file'. (dired-copy-file-recursive): New function. Copy directories recursively. (dired-do-create-files): Added support for generalized directory target. How-to function may now return a function. New fluid variable `dired-one-file'. (dired-copy-how-to-fn): New variable. (dired-do-copy): Bind `dired-recursive-copies' to preserve it. Use dired-copy-how-to-fn as how-to argument to dired-do-create-files. (dired-do-copy-regexp): No recursive copies.
* (dired-do-shell-command): Doc fix.Karl Heuer1999-07-201-1/+4
|
* (dired-insert-subdir-doinsert): Check that theAndreas Schwab1999-05-271-1/+2
| | | | headerline does not exist already.
* (dired-do-copy-regexp): Doc fix.Karl Heuer1999-03-091-3/+3
| | | | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
* (dired-compress-file-suffixes): Add `bz2'.Karl Heuer1998-08-271-0/+1
|
* (dired-do-rename-regexp): Doc fix.Richard M. Stallman1998-08-131-8/+8
|
* (dired-backup-overwrite): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (dired-mark-subdir-files): Doc fix.Richard M. Stallman1998-05-161-1/+3
|
* (dired-run-shell-command): Maybe run handler.Dave Love1998-03-241-2/+6
|
* (dired-shell-stuff-it): Use shell-quote-argument.Richard M. Stallman1998-03-161-14/+2
| | | | (dired-shell-quote): Function deleted.
* (dired-do-shell-command): New arg FILE-LISTRichard M. Stallman1997-06-301-11/+12
| | | | so that we don't recompute it after the user provides the input.
* (dired-add-entry): New optional arg RELATIVE.Richard M. Stallman1997-06-231-5/+8
| | | | (dired-update-file-line): Pass t for RELATIVE.
* Customize.Richard M. Stallman1997-05-281-2/+6
|
* Comment change.Richard M. Stallman1997-05-271-0/+1
|
* (dired-collect-file-versions):Richard M. Stallman1997-05-101-1/+1
| | | | Rename bv-length to backup-extract-version-start.
* (dired-copy-file): Handle file-date-error.Richard M. Stallman1997-04-011-1/+4
|
* (dired-fun-in-all-buffers): New arg FILE. Don't operate on buffersRichard M. Stallman1997-03-221-5/+11
| | | | | whose wildcard pattern does not accept FILE. All callers changed.
* Allow a dired-no-confirm of tSimon Marshall1997-03-201-1/+2
|
* (dired-rename-file): Pass new arg to set-visited-file-name.Richard M. Stallman1997-02-031-5/+2
|
* (dired-do-chxxx): Use -- only on GNU systems.Richard M. Stallman1997-01-021-1/+4
|