From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3730 invoked from network); 29 Jul 2009 18:25:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 29 Jul 2009 18:25:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 94884 invoked from network); 29 Jul 2009 18:25:23 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Jul 2009 18:25:23 -0000 Received: (qmail 19156 invoked by alias); 29 Jul 2009 18:25:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27198 Received: (qmail 19142 invoked from network); 29 Jul 2009 18:25:19 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 29 Jul 2009 18:25:19 -0000 Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [76.96.59.211]) by bifrost.dotsrc.org (Postfix) with ESMTP id D1F2680590F7 for ; Wed, 29 Jul 2009 20:25:16 +0200 (CEST) Received: from OMTA15.westchester.pa.mail.comcast.net ([76.96.62.87]) by QMTA11.westchester.pa.mail.comcast.net with comcast id Mo6f1c0021swQuc5BuRG7e; Wed, 29 Jul 2009 18:25:16 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA15.westchester.pa.mail.comcast.net with comcast id MuU51c00Q5M2Np63buU6ls; Wed, 29 Jul 2009 18:28:06 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id 3523CB30144; Wed, 29 Jul 2009 14:25:15 -0400 (EDT) Received: by lwm.klanderman.net (Postfix, from userid 500) id 117629FC61C; Wed, 29 Jul 2009 14:25:15 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19056.37899.24683.999959@gargle.gargle.HOWL> Date: Wed, 29 Jul 2009 14:25:15 -0400 From: Greg Klanderman To: Zsh list Subject: completion bug: treats substitution of unset parameter as empty string Reply-To: gak@klanderman.net X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: ClamAV 0.94.2/9632/Wed Jul 29 16:48:04 2009 on bifrost X-Virus-Status: Clean [resending as my post from Monday seems not to have made it to the list] % unset Q % ls $Q/ lists completions in '/' rather than beep because there are no completions. I do have the 'nounset' option set, though I think this should give an error / no completions either way, as it did with the old compctl system. greg