unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* on winNT, zip-archive mode fails with jar files - please help
@ 2002-11-03 20:12 cirvine
  2002-11-04  8:44 ` jerry d
  0 siblings, 1 reply; 2+ messages in thread
From: cirvine @ 2002-11-03 20:12 UTC (permalink / raw)


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.

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

* Re: on winNT, zip-archive mode fails with jar files - please help
  2002-11-03 20:12 on winNT, zip-archive mode fails with jar files - please help cirvine
@ 2002-11-04  8:44 ` jerry d
  0 siblings, 0 replies; 2+ messages in thread
From: jerry d @ 2002-11-04  8:44 UTC (permalink / raw)


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.

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

end of thread, other threads:[~2002-11-04  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).