unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* extracting a zip archive via elisp (with no external executables)
@ 2017-07-09 12:26 Saulius Menkevičius
  2017-07-09 18:51 ` Alan Third
  0 siblings, 1 reply; 11+ messages in thread
From: Saulius Menkevičius @ 2017-07-09 12:26 UTC (permalink / raw)
  To: emacs-devel

Hello,

I am looking for a package (or integrated functionality in Emacs) 
which I could use to extract a .zip file to a specified folder. So far
I have not found any functionality that can be used to do this
programatically.

There is arc-mode.el but it references existing binaries that should 
be available on the system (unzip, 7zip, etc.)

Those executables are (usually) present on UNIX systems on $PATH, 
but on Windows I am out of luck, apparently.

What I am trying to achieve is:
 - download a .zip file (via url-copy-file)
 - extract it to ~/.emacs.d/.cache/<package>/ subdir

Any hints?

Thanks,
-Saulius Menkevicius



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

end of thread, other threads:[~2017-07-10  7:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-09 12:26 extracting a zip archive via elisp (with no external executables) Saulius Menkevičius
2017-07-09 18:51 ` Alan Third
2017-07-09 18:58   ` Saulius Menkevičius
2017-07-09 19:15     ` Kaushal Modi
2017-07-09 19:26       ` Saulius Menkevičius
2017-07-09 19:45         ` Eli Zaretskii
2017-07-09 19:49           ` Saulius Menkevičius
2017-07-09 20:09             ` Eli Zaretskii
2017-07-09 20:16               ` Saulius Menkevičius
2017-07-10  2:26                 ` Eli Zaretskii
2017-07-10  7:25                 ` Fabrice Popineau

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).