unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#45036: Add archive-copy, just like dired-do-copy
@ 2020-12-04  0:32 積丹尼 Dan Jacobson
  2020-12-04  8:21 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2020-12-04  0:32 UTC (permalink / raw)
  To: 45036

"Zip-Archive mode defined in ‘arc-mode.el’:
Major mode for viewing an archive file in a dired-like way."

That's great, but how about letting "C" copy a file, like in dired.

I mean what's the big deal? We just want to copy it to /tmp, ~, etc.

Sure, raise some alarm if we want to copy it to some place _within the
archive_. But hey, you let us view a file with v, so why not copy with C?

Wait, there's

5 matches for "extract" in buffer: *Help*
     22:e .. f		archive-extract
     25:RET		archive-extract
     35:E		archive-extract-other-window
     45:o		archive-extract-other-window
     56:<mouse-2>	archive-extract

Must be important. Let's have a look.

"In archive mode, extract this entry of the archive into its own buffer."

I don't want to get tangled up (editing?) in the archive.
I don't want to even look at the file's contents.
I just want to copy it somewhere far far away (but still on the local
machine.)

So please add archive-copy or archive-copy-file, that, just like
dired-do-copy, preserves the date.

There I am, looking at

M Filemode      Length  Date         Time      File
- ----------  --------  -----------  --------  -----------------
  -rw-rw-rw-     30933   3-Dec-2020  12:04:16  doc.kml
  -rw-rw-rw-       481   3-Dec-2020  12:04:16  images/icon-1.png
  -rw-rw-rw-       478   3-Dec-2020  12:04:16  images/icon-2.png
  -rw-rw-rw-      1026   3-Dec-2020  12:04:16  images/icon-3.png
- ----------  --------  -----------  --------  -----------------
                 32918                         4 files

with the cursor on doc.kml .

OK, "C" should allow me to copy doc.kml to e.g., /tmp/doc.kml .

emacs-version "27.1"





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

* bug#45036: Add archive-copy, just like dired-do-copy
  2020-12-04  0:32 bug#45036: Add archive-copy, just like dired-do-copy 積丹尼 Dan Jacobson
@ 2020-12-04  8:21 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2020-12-04  8:21 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 45036-done

> From: 積丹尼 Dan Jacobson
>  <jidanni@jidanni.org>
> Date: Fri, 04 Dec 2020 08:32:17 +0800
> 
> "Zip-Archive mode defined in ‘arc-mode.el’:
> Major mode for viewing an archive file in a dired-like way."
> 
> That's great, but how about letting "C" copy a file, like in dired.

This is already implemented for Emacs 28.

So I'm closing this bug report.





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

end of thread, other threads:[~2020-12-04  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04  0:32 bug#45036: Add archive-copy, just like dired-do-copy 積丹尼 Dan Jacobson
2020-12-04  8:21 ` 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).