From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16074 invoked from network); 1 Jun 1999 02:49:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Jun 1999 02:49:26 -0000 Received: (qmail 18765 invoked by alias); 1 Jun 1999 02:49:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6402 Received: (qmail 18756 invoked from network); 1 Jun 1999 02:49:18 -0000 Message-ID: X-Mailer: XFMail 1.3 [p0] on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-no-Archive: yes Return-Read-To: markus.oberhumer@jk.uni-linz.ac.at Return-Received-To: markus.oberhumer@jk.uni-linz.ac.at Date: Tue, 01 Jun 1999 04:56:12 +0200 (CEST) Reply-To: markus.oberhumer@jk.uni-linz.ac.at From: "Markus F.X.J. Oberhumer" To: zsh-workers@sunsite.auc.dk Subject: bug: zsh hangs in completion zsh badly hangs if file globbing fails in connection with completion. Please try the following with any zsh 3.x version (including 3.1.5-pws-19) and enter "foo [tab]": compctl -s "\$(cat [tT]his-file-does-not-exist)" foo =20 Markus