Hello Jambunathan and Steve,

Jambunathan K wrote:
> "Steve Prud'Homme" <sprud...@gmail.com> writes:
>> I have emacs for cygwin and when I try to export I have a message that
>> emacs is unable to export a opendocument with the number 8 code(8).
>> Zip is intalled. 
>> What is the problem ?
>
> Look at *Messages* buffer for the error string that zip or unzip
> prints.  Make sure you have unzip as well, just in case...
>
> If you are unable to figure out yourself, just post what all gets spewed
> in to the messages buffer right from start of export to the end of
> export.  I believe it is some simple setup issue.

FWIW, I've the following shell script in `~/bin/gunzip':

--8<---------------cut here---------------start------------->8---
#!/bin/sh
# gunzip -- gunzip solution on Windows

PATH=${GZIP_BINDIR-'/usr/bin'}:$PATH
exec gzip -d "$@"

# gunzip ends here
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to