From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18936 invoked from network); 27 Jul 2005 09:34:48 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Jul 2005 09:34:48 -0000 Received: (qmail 38550 invoked from network); 27 Jul 2005 09:34:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Jul 2005 09:34:41 -0000 Received: (qmail 21689 invoked by alias); 27 Jul 2005 09:34:34 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9195 Received: (qmail 21679 invoked from network); 27 Jul 2005 09:34:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Jul 2005 09:34:33 -0000 Received: (qmail 37508 invoked from network); 27 Jul 2005 09:34:33 -0000 Received: from zproxy.gmail.com (64.233.162.202) by a.mx.sunsite.dk with SMTP; 27 Jul 2005 09:34:26 -0000 Received: by zproxy.gmail.com with SMTP id r28so89677nza for ; Wed, 27 Jul 2005 02:34:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:reply-to:mime-version:content-type:content-disposition:user-agent; b=Xvv2MUNaqDduk6Vt0C8p9lqDbba2ib7WK8CkiN5T1IzzJF89Z9anYtk4E6SbhzBRdssxu+F9XWSeFGWDnvRAICip6Y14/Z9kkZQn0KiM/Fv5/gnaLSxLOllb6p24kbCPTRWIQBDw7o6oIj7+guywCMa5Z+zXa+DBzEpkFaT2Mnc= Received: by 10.36.36.14 with SMTP id j14mr620876nzj; Wed, 27 Jul 2005 02:34:25 -0700 (PDT) Received: from localhost ([61.246.59.212]) by mx.gmail.com with ESMTP id 6sm999625nzn.2005.07.27.02.34.22; Wed, 27 Jul 2005 02:34:25 -0700 (PDT) Date: Wed, 27 Jul 2005 15:17:01 +0530 From: Ligesh To: zsh-users@sunsite.dk Subject: Re: Zsh fails when Globing fails Message-ID: <20050727094701.GA3627@lxlabs.com> Reply-To: gxlists@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.4 > Hi Ligesh :) > DervishD wrote: > IS there a config option which can get back the bash like behaviour? > setopt nullglob Hey thanks a lot. Now that you have helped me, I am going to bother you with one more question. What is the metacharacter that expands to the current list of intelligent completions? For instance, in cvs, I do cvs add , it will show the list of new files, but '*' still expands to all the files in the directory. So is there a metacharacter that expands to the result of the intelligent completion? Thanks -Ligesh