I’d like to be able to open files with extensions other that .zip that have zip contents using Emacs’ built-in zip file support. Is this possible? If so, how?
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.
Open the file, then type
If you’re doing this a lot, then you might want to create a command to do it (because archive-mode isn’t a command. Comments in the function say:
But you could easily advise it to make it interactive:
At which point you can now do
M-x archive-mode.