Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <5A95B0B37820D511AD1500B0D0AADF774DDE44@lbsvnt4> From: "Strohhaecker, Bernd" To: vim AT vim DOT org, cygwin AT cygwin DOT com Subject: Editing zipped files with VIM under cygwin Date: Mon, 12 Nov 2001 14:55:33 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id fACEPd114542 Hello, I'm using a German NT 4 SR 5 with cygwin's: cygwin 1.3.5, vim 6.0.93-1, bzip 1.0.1-6 While trying VIM autocommands with zipped files, the following problems occured when using cygwin's vim: VIM - Vi IMproved 6.0 (2001 Sep 26, compiled Nov 8 2001 23:30:08) Inclusive der Korrekturen: 1-20, 22, 21, 23-93 Übersetzt von corinna AT COMPAQ 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 11_read..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 11_read..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 ??? -- Bernd -- 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/