GNU bug report logs -
#4867
23.1; dired cannot find gunzip with Z; Windows
Previous Next
Reported by: "Xah Lee" <xah <at> xahlee.org>
Date: Wed, 4 Nov 2009 17:05:05 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 05 Nov 2009 20:55:37 +0200
with message-id <83iqdoby3a.fsf <at> gnu.org>
and subject line Re: bug#4867: 23.1; dired cannot find gunzip with Z; Windows
has caused the Emacs bug report #4867,
regarding 23.1; dired cannot find gunzip with Z; Windows
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)
--
4867: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4867
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
when using emacs on Windows, when in dired, when i press Z on a file that's
gzip compressed, emacs tells me:
'gunzip' is not recognized as an internal or external command,
the problem is apparently that emacs won't recognize the gunzip shell script
without the exe suffix. (the gunzip is in the same dir as gzip.exe) But if i
rename gunzip to gunzip.exe, but Windows complain that the file is not a exe
format.
extra detail:
when i do
(executable-find "gzip")
emacs says
"c:/cygwin/bin/gzip.exe"
and
(executable-find "gunzip")
says
nil.
the gunzip exists at
c:/cygwin/bin/gunzip
which is a shell script that calls gzip -d.
Same problem when starting emacs with -Q.
GNU Emacs 23.1.1 (i386-mingw-nt6.0.6002) of 2009-07-29 on SOFT-MJASON
---------
I'm reporting this as a bug, but tips on solving this on my machine also
would be appreciated. Thank you.
I'm thinking, shouldn't emacs's dired simply look for gzip and call it with
gzip -d, instead of looking for the gunzip program? That seems to me simpler
and more reliable.
Xah
∑ http://xahlee.org/
☄
[Message part 3 (message/rfc822, inline)]
> From: "Xah Lee" <xah <at> xahlee.org>
> Date: Wed, 4 Nov 2009 08:56:09 -0800
> Cc:
>
> when using emacs on Windows, when in dired, when i press Z on a file that's
> gzip compressed, emacs tells me:
> 'gunzip' is not recognized as an internal or external command,
>
> the problem is apparently that emacs won't recognize the gunzip shell script
> without the exe suffix.
No, this error message comes from the OS, not from Emacs. Windows
does not support invocation of Unixy shell scripts, and thus Emacs,
being a native Windows program that uses Windows APIs, cannot run
them.
To make this work, create a Windows batch file unzip.bat which invokes
gzip.exe with the -d switch. Then Emacs will find it and do what you
want.
I'm closing this bug.
This bug report was last modified 15 years and 251 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.