emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45036: closed (Add archive-copy, just like dired-do-copy)


From: GNU bug Tracking System
Subject: bug#45036: closed (Add archive-copy, just like dired-do-copy)
Date: Fri, 04 Dec 2020 08:22:01 +0000

Your message dated Fri, 04 Dec 2020 10:21:29 +0200
with message-id <831rg6f0c6.fsf@gnu.org>
and subject line Re: bug#45036: Add archive-copy, just like dired-do-copy
has caused the debbugs.gnu.org bug report #45036,
regarding Add archive-copy, just like dired-do-copy
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45036: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45036
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Add archive-copy, just like dired-do-copy 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.

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"



--- End Message ---
--- Begin Message --- Subject: Re: bug#45036: Add archive-copy, just like dired-do-copy Date: Fri, 04 Dec 2020 10:21:29 +0200
> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]