On Mon, Nov 12, 2001 at 02:55:33PM +0100, Strohhaecker, Bernd wrote: > BTW, I don't have these problems with vim/gvim compiled with MS VC++ 6.0 > > editing *.gz-files works, but in 1st call there's an error message: > > ... > Ausführung von BufRead Auto-Kommandos für "*.gz" > Autokommando call s:read("gzip -d") > Rufe Shell auf, um "(which gzip) >/tmp/v568240/0 2>&1" auszuführen > > Fehler beim Ausführen von "function <SNR>11_read..<SNR>11_check": > Zeile 3: > Datei "/tmp/v568240/0" kann nicht gelesen werden > Rufe Shell auf, um "(gzip --version) >/tmp/v568240/1 2>&1" auszuführen > d /tmp/v568240/2.gz) >/tmp/v568240/3 2>&1" > auszuführe > n > Ausführung von BufEnter Auto-Kommandos für "*" > ... > > Editing *.bz2-files does not work, the 1st call shows: > > ... > Ausführung von BufRead Auto-Kommandos für "*.bz2" > Autokommando call s:read("bzip2 -d") > Rufe Shell auf, um "(which bzip2) >/tmp/v568240/6 2>&1" auszuführen > > Fehler beim Ausführen von "function <SNR>11_read..<SNR>11_check": > Zeile 3: > Datei "/tmp/v568240/6" kann nicht gelesen werden > Rufe Shell auf, um "(bzip2 --version) >/tmp/v568240/7 2>&1" auszuführen > > Zeile 5: > Datei "/tmp/v568240/7" kann nicht gelesen werden > ... > > "bzip2 --version >x 2>&1" seems to wait for an input/EOF ???
Dunno. I've just checked it here in tty and notty mode and I don't have that problem. Reading both, gzipped and bzipped files wors fine. Are you using *gasp* cmd as shell? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/