From: "jerry d" <jeroeninperu@hotmail.com>
Subject: Re: on winNT, zip-archive mode fails with jar files - please help
Date: Mon, 4 Nov 2002 09:44:15 +0100 [thread overview]
Message-ID: <3dc6335f$0$46606$e4fe514c@news.xs4all.nl> (raw)
In-Reply-To: ece6c769.0211031212.3dcaedb9@posting.google.com
I had the same thing,
it worked fine on 20.7 but apparently default behaviour has changed in 21.2.
What i did to get it to work correctly was download the gnu-utils zip, unzip
etc. and used that for unzip.
with
M-x customize-group RET archive-zip
you can customize the invoked programs for zipping and unzipping files.
below the settings I use:
(custom-set-variables
;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
'(archive-zip-expunge (quote ("zip" "-d" "-q")))
'(archive-zip-extract (quote ("unzip" "-qq" "-c")))
'(archive-zip-update (quote ("zip" "-q")))
'(archive-zip-update-case (quote ("zip" "-q" "-k")))
'(archive-zip-use-pkzip nil))
(custom-set-faces
;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
)
regards,
jeroen.
"cirvine" <chuck.r.irvine@mail.sprint.com> wrote in message
news:ece6c769.0211031212.3dcaedb9@posting.google.com...
> When I invoke find-file on a Java .jar file, the contents of the jar
> file are displayed in a zip-archive mode buffer. Is this the correct
> mode? When I attempt to view the contents of one of the archived files
> (by pressing "f"), emacs displays an error in the mode line that says
> "'gunzip' exited with status 128". Please, someone, what's going wrong
> here? Thanks.
prev parent reply other threads:[~2002-11-04 8:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-03 20:12 on winNT, zip-archive mode fails with jar files - please help cirvine
2002-11-04 8:44 ` jerry d [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='3dc6335f$0$46606$e4fe514c@news.xs4all.nl' \
--to=jeroeninperu@hotmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).