Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 227575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:36:36+00:00 2026-05-11T19:36:36+00:00

Zip-Archive mode works on systems with zip/unzip. How do you get it to work

  • 0

Zip-Archive mode works on systems with zip/unzip. How do you get it to work on Wnidows?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T19:36:36+00:00Added an answer on May 11, 2026 at 7:36 pm

    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:

    (defcustom archive-zip-extract
      (if (and (not (executable-find "unzip"))
               (executable-find "pkunzip"))
          '("pkunzip" "-e" "-o-")
        '("unzip" "-qq" "-c"))
      "*Program and its options to run in order to extract a zip file member.
    Extraction should happen to standard output.  Archive and member name will
    be added."
      :type '(list (string :tag "Program")
            (repeat :tag "Options"
                :inline t
                (string :format "%v")))
      :group 'archive-zip)
    

    Observe the function executable-find. It searches in your EMACS exec-path, which includes some EMACS executable directories that aren’t in your normal PATH variable. In my case, it’s:

    ("/usr/bin" 
     "/bin" 
     "/usr/sbin" 
     "/sbin" 
     "/Applications/Emacs.app/Contents/MacOS/libexec" 
     "/Applications/Emacs.app/Contents/MacOS/bin" 
     "~/bin" 
     "/usr/local/bin" 
     "/usr/X11R6/bin")
    

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

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 236k
  • Answers 236k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The best that I could come up with was to… May 13, 2026 at 6:18 am
  • Editorial Team
    Editorial Team added an answer I'm pretty sure that there is no way around this… May 13, 2026 at 6:18 am
  • Editorial Team
    Editorial Team added an answer The purpose of OFFSET(BASE, ROW-OFFSET, COLUMN-OFFSET, NUM-ROWS, NUM-COLUMNS) is to… May 13, 2026 at 6:18 am

Related Questions

I'm concerned that the web hosting that I'm paying for is not configured correctly.
Hey, i'm working on a flex project where we load in a bunch of
When I create a zip Archive via java.util.zip.* , is there a way to
How to serve users a dynamically generated ZIP archive in Django? I'm making a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.