unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#71106: dired-do-compress should check before attempting to read directories
@ 2024-05-22  6:35 Dan Jacobson
  2024-05-22 13:00 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Jacobson @ 2024-05-22  6:35 UTC (permalink / raw)
  To: 71106

$ tar tzvf plss00p020_nt00064.tar.gz
-rw-rw-rw- 0/0        24880644 2010-11-13 01:35 plss00p020.shp
-rw-rw-rw- 0/0        50551350 2010-11-13 01:35 plss00p020.dbf
-rw-rw-rw- 0/0          727452 2010-11-13 01:35 plss00p020.shx
-rw-rw-rw- 0/0           31363 2010-12-03 00:06 plss00p020.txt

Now in dired, use Z (runs the command dired-do-compress)

Compress or uncompress plss00p020_nt00064.tar.gz? (y or n) y

dired-insert-directory: Reading directory: No such file or directory, plss00p020_nt00064
emacs-version "29.3"

If it checked first to see if the directory it assumed was created was
really there, then it wouldn't have made an error.

Or it could be like unar, and make the directory, no matter what.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-23  9:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22  6:35 bug#71106: dired-do-compress should check before attempting to read directories Dan Jacobson
2024-05-22 13:00 ` Eli Zaretskii
2024-05-22 22:51   ` Dan Jacobson
2024-05-23  9:53     ` Eli Zaretskii
2024-05-23  9:56     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).