Zip-Archive mode works on systems with zip/unzip. How do you get it to work on Wnidows?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
EMACS uses an external program to do the compression/uncompression. All it needs is to know the right program to use.
Some extended discussion:
As I say, i’ve got no Windows box, but the LISP code is in arc-mode.el at about line 230:
Observe the function
executable-find. It searches in your EMACSexec-path, which includes some EMACS executable directories that aren’t in your normal PATH variable. In my case, it’s:which includes the two directories inside the EMACS package. Your Windows installation will include equivalent directories somewhere down in the guts of the EMACS setup. That’s where to look for the executables if they’re not in your regular path.
You can download pkunzip from this site, install it, and add the path to the installation with
(add-to-list 'exec-path "c:/path/to/pkunzip")