From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13323 invoked from network); 12 Apr 2002 21:22:15 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 12 Apr 2002 21:22:15 -0000 Received: (qmail 11181 invoked by alias); 12 Apr 2002 21:22:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16970 Received: (qmail 11169 invoked from network); 12 Apr 2002 21:22:08 -0000 X-Authentication-Warning: foozle.jmd: jmd set sender to jmd@pobox.com using -f Date: Fri, 12 Apr 2002 16:23:44 -0500 From: "Jeremy M. Dolan" To: zsh-workers@sunsite.dk Subject: tab comlpetion bug Message-ID: <20020412162344.A2049@foozle.jmd> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable zsh tab complete seems to be choking on a files with ! in them, if you manually start typing the name with a double quote. Ex: % mkdir q % cd q % touch 'aaa!bbb' % touch 'aaa!ccc' % cd "aa <-- this much is typed *hit tab* % cd "aaa\! <-- what zsh changes it to *hit tab again* No matches found. It works ok if I don't put the " at the begining. But it seems to me it's a bug if at first zsh is replacing it with something it matches, then it no longer matches anything. This is with zsh 4.0.2 (included in RHL 7.2). % rpm -q zsh zsh-4.0.2-2 Someone else I told was also able to reproduce. Thanks. --=20 Jeremy M. Dolan PGP: 1024D/DC433DEE 494C 7A6E 19FB 026A 1F52 E0D5 5C5D 6228 DC43 3DEE --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) iEYEARECAAYFAjy3UGAACgkQXF1iKNxDPe4f9QCfWHNiWe6nb65ZJ7/ycOiPbpny wqEAnROjlU3/v5cniH7mCWP5xRcC4hYb =+sWB -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe--