aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el
Commit message (Collapse)AuthorAgeFilesLines
* Revert last change.Dave Love2001-01-261-37/+49
|
* use replace-regexps-in-string instead of dired- and gs-replace-in-stringSam Steingold2001-01-241-48/+37
| | | | which are removed
* (dired-insert-directory): If file-system-info fails,Eli Zaretskii2001-01-141-3/+7
| | | | remove the " free " part, but don't signal an error.
* (dired-move-to-filename-regexp): Fix previous change.Kenichi Handa2000-12-211-1/+1
|
* (dired-move-to-filename-regexp): Fixed for the caseKenichi Handa2000-12-131-1/+2
| | | | that a Japanese character is not appended after day and year.
* (dired-insert-directory): If file-system-info isEli Zaretskii2000-12-071-18/+24
| | | | fboundp, call it instead of invoking dired-free-space-program.
* (dired-get-filename): Return filename verbatim if LOCALP is `verbatim'.Miles Bader2000-11-271-1/+4
|
* (dired-between-files): Add `^. find' as an alternativeGerd Moellmann2000-11-071-1/+1
| | | | to the regular expression, for find-dired.
* (dired-insert-directory): Do not let errors signalled byJason Rumney2000-10-191-15/+17
| | | | attempt to run dired-free-space-program prevent dired from working.
* (dired-mark-pop-up): Turn comment into docstring. Use with-current-buffer.Stefan Monnier2000-10-041-11/+10
|
* (dired-map-over-marks): Use modern backquotes and docstring.Stefan Monnier2000-09-291-59/+58
|
* (dired-font-lock-keywords): Undo last change.Gerd Moellmann2000-09-201-5/+6
| | | | (dired-readin): Bind indent-tabs-mode to nil.
* (dired-font-lock-keywords): Allow tabs and spaces,Gerd Moellmann2000-09-191-4/+4
| | | | for instance for the case that tab-width is 2.
* (dired-build-subdir-alist): Expand subdirectory namesGerd Moellmann2000-07-301-2/+16
| | | | correctly in recursive ange-ftp listings.
* (dired-sort-R-check): Added to allow recursive listingGerd Moellmann2000-07-241-0/+36
| | | | | to be undone. (dired-sort-other): Use it.
* Don't require `dired-aux'.Gerd Moellmann2000-07-101-2/+0
|
* (dired-mode-map): Bind `w' to dired-show-file-type.Miles Bader2000-07-101-1/+8
| | | | (dired-show-file-type): Add autoload.
* (dired-find-alternate-file): New function.Gerd Moellmann2000-07-071-6/+15
| | | | | | (dired-mode-map): Bind `a' to dired-find-alternate-file. (toplevel): Require dired-aux when compiling. (dired-buffers): Move defvar within file to avoid compiler warning.
* (dired-between-files): Also skip lines beginning with `used'.Andreas Schwab2000-05-181-1/+1
|
* (dired-mode-map): Use dired-do-query-replace-regexp.Gerd Moellmann2000-05-161-2/+2
|
* (dired-move-to-filename-regexp): Allow format whereGerd Moellmann2000-04-271-2/+4
| | | | YYYY is followed by two spaces.
* (dired-insert-directory): If dired-free-space-programAndreas Schwab2000-03-291-12/+15
| | | | failed just delete its output.
* (dired-mode-map): Don't remove "Edit" from the menuEli Zaretskii2000-02-241-58/+126
| | | | | | | | | bar. Menu items converted to (menu-item format, help strings added. [downcase, upcase]: Don't enable on MS-DOS. [symlink, symlinks]: Don't show if make-symbolic-link is not bound. [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
* (dired-mode): Call propertized-buffer-identification toGerd Moellmann2000-02-201-1/+2
| | | | set mode-line-buffer-identification with text properties added.
* (dired-get-filename): Don't call file-name-absolute-p with FILE if FILE is nil.Richard M. Stallman1999-12-311-1/+1
|
* * ls-lisp.el (ls-lisp-insert-directory): Print an explicit messageEli Zaretskii1999-12-161-7/+14
| | | | | | | | | | if one of the files specified cannot be accessed by file-attributes. Do not strip any leading directories from the file names, to behave more like `ls' does. * dired.el (dired-get-filename): Handle absolute file names. (dired-readin-insert): If argument is a cons, don't print "wildcard" on the ``total'' line.
* (dired-move-to-filename-regexp): Fix long comment linesGerd Moellmann1999-10-201-6/+3
| | | | that were split so that part of the comment appeared as Lisp code.
* (dired-insert-directory): Insert the amount ofGerd Moellmann1999-10-141-1/+34
| | | | | free space after the total size. (dired-free-space-program, dired-free-space-args): New variables.
* (dired-move-to-filename-regexp): Make it workGerd Moellmann1999-09-241-6/+15
| | | | for LANG=de_DE.iso88591 on HPUX 11.0.
* (dired-recursive-deletes): New custom variable.Richard M. Stallman1999-09-151-6/+45
| | | | | | (dired-re-no-dot): New variable. (dired-delete-file): New function deletes files and directories recursively. (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
* (dired-re-dir, dired-re-sym): Don't match DOS driveEli Zaretskii1999-09-061-2/+4
| | | | letters with a colon after d or l.
* (dired-string-replace-match): Return `nil' when no matchRichard M. Stallman1999-08-281-3/+3
| | | | found with global search.
* (dired-do-copy-regexp): Doc fix.Karl Heuer1999-03-091-3/+3
| | | | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
* (dired-move-to-filename-regexp): Prepend .* so that we find theRichard M. Stallman1999-02-171-2/+5
| | | | last match if there are multiple matches.
* (dired-mode-map): Fix duplicate [menu-bar regexp mark].Dave Love1999-01-071-1/+1
|
* (dired-mark-files-containing-regexp):Karl Heuer1998-09-101-13/+15
| | | | Don't scan directories. Ignore non-readable files.
* (dired-mark-files-containing-regexp): Fix previous change.Karl Heuer1998-09-101-1/+1
|
* (dired-mark-files-containing-regexp):Karl Heuer1998-09-041-9/+12
| | | | Don't use find-file; instead, insert the file in a temp buffer.
* (dired-garbage-files-regexp): Finish fixing regexp syntax.Richard M. Stallman1998-07-311-1/+1
|
* (dired-garbage-files-regexp): Fix typo.Richard M. Stallman1998-07-291-1/+1
|
* (dired-readin): Insert headerline only if necessary. (Not inAndré Spiegel1998-06-111-1/+2
| | | | recursive listings.)
* (dired-internal-noselect): Call either dired-mode or MODE, but not both.André Spiegel1998-06-051-2/+2
|
* (dired-mark-files-containing-regexp): New command.Richard M. Stallman1998-05-241-0/+29
| | | | (dired-mode-map): Bind it to %g and in menu bar.
* (dired-mode-map): Bind *t to dired-do-toggle.Richard M. Stallman1998-05-061-0/+1
|
* (dired-sort-toggle): Handle spaces in dired-actual-switches.Richard M. Stallman1998-04-291-10/+16
|
* (dired-chmod-program) [windows-nt]: Use chmod.Geoff Voelker1998-04-241-4/+2
|
* (dired-move-to-filename-regexp): There might be a spaceRichard M. Stallman1998-04-211-1/+1
| | | | after the year instead of before it.
* (dired-quit): Function deleted.Richard M. Stallman1998-03-081-6/+1
| | | | (dired-mode-map): Use quit-window for q.
* (dired-get-filename): Don't call encode-coding-stringKenichi Handa1998-03-031-0/+1
| | | | if default-file-name-coding-system is non-nil.
* (dired-do-toggle): Moved here from dired-x.el.Karl Heuer1998-02-271-0/+26
| | | | (dired-mode-map): Changed dired-do-toggle from "T" to "t".