GNU bug report logs - #44753
27.1; arc-mode does not extract marked files

Previous Next

Package: emacs;

Reported by: Vladimir Nikishkin <lockywolf <at> gmail.com>

Date: Fri, 20 Nov 2020 03:25:02 UTC

Severity: normal

Tags: fixed

Found in version 27.1

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 44753 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Vladimir Nikishkin <lockywolf <at> gmail.com>
Cc: 44753 <at> debbugs.gnu.org
Subject: Re: bug#44753: 27.1; arc-mode does not extract marked files
Date: Fri, 20 Nov 2020 10:07:34 +0200
> From: Vladimir Nikishkin <lockywolf <at> gmail.com>
> Date: Fri, 20 Nov 2020 11:23:41 +0800
> 
> I have arc-mode loaded in the init.el like this:
> 
> ```
> (use-package arc-mode
>              :ensure t
>              :demand t)
> ```
> 
> What I do is I visit an archive, mark entries with `m', which adds an
> asterisk next to their name, and then type `e' or `f', expecting to be
> asked for a directory name to extract these files to.
> 
> Instead, I am given an error:
> archive-get-descr: Line does not describe a member of the archive
> 
> Can support for such a feature be added?

We need first to add a capability to extract archive members to files.
This is currently not part of arc-mode.el: it can only "extract" a
member to a buffer, let you edit it, and then put the edited copy back
into the buffer.  Extraction to files (a.k.a. "unarchiving") is not
yet supported.

Would you like to work on adding this to arc-mode.el?




This bug report was last modified 4 years and 257 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.