From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24310 invoked by alias); 12 Nov 2001 14:21:19 -0000 Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Received: (qmail 24220 invoked from network); 12 Nov 2001 14:21:10 -0000 Received: from unknown (HELO mail.thyssen.com) (149.211.49.100) by sourceware.cygnus.com with SMTP; 12 Nov 2001 14:21:10 -0000 Received: from srv479.thyssen.com (srv479 [149.206.183.11]) by mail.thyssen.com (8.10.0.Beta6/1.0.3) with ESMTP id fACEHqN141692; Mon, 12 Nov 2001 15:17:57 +0100 Received: from srv286.thyssen.com (SRV286.thyssen.com [149.206.135.86]) by srv479.thyssen.com (8.11.1/8.11.1) with ESMTP id fACE6Qb32370; Mon, 12 Nov 2001 15:06:27 +0100 Received: by SRV286.thyssen.com with Internet Mail Service (5.5.2653.19) id ; Mon, 12 Nov 2001 15:04:48 +0100 Message-ID: <5A95B0B37820D511AD1500B0D0AADF774DDE44@lbsvnt4> From: "Strohhaecker, Bernd" To: vim@vim.org, cygwin@cygwin.com Subject: Editing zipped files with VIM under cygwin Date: Sun, 11 Nov 2001 08:26:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2001-11/txt/msg00031.txt.bz2 Message-ID: <20011111082600.PQrBaPN7U09MeQUpDFF1rwIK7T4ZfMn5nXnySXfiijA@z> 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 =DCbersetzt von corinna@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=FChrung von BufRead Auto-Kommandos f=FCr "*.gz" Autokommando call s:read("gzip -d") Rufe Shell auf, um "(which gzip) >/tmp/v568240/0 2>&1" auszuf=FChren Fehler beim Ausf=FChren 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=FChren d /tmp/v568240/2.gz) >/tmp/v568240/3 2>&1" auszuf=FChre n Ausf=FChrung von BufEnter Auto-Kommandos f=FCr "*" ... Editing *.bz2-files does not work, the 1st call shows: ... Ausf=FChrung von BufRead Auto-Kommandos f=FCr "*.bz2" Autokommando call s:read("bzip2 -d") Rufe Shell auf, um "(which bzip2) >/tmp/v568240/6 2>&1" auszuf=FChren Fehler beim Ausf=FChren 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=FChren 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/