From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23160 invoked from network); 22 Jul 2009 20:06:14 -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=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; 22 Jul 2009 20:06:14 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 41698 invoked from network); 22 Jul 2009 20:06:06 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Jul 2009 20:06:06 -0000 Received: (qmail 26442 invoked by alias); 22 Jul 2009 20:05:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27185 Received: (qmail 26414 invoked from network); 22 Jul 2009 20:05:53 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Jul 2009 20:05:53 -0000 Received: from mail-qy0-f187.google.com (mail-qy0-f187.google.com [209.85.221.187]) by bifrost.dotsrc.org (Postfix) with ESMTP id 5FE29801E289 for ; Wed, 22 Jul 2009 22:05:35 +0200 (CEST) Received: by qyk17 with SMTP id 17so622280qyk.9 for ; Wed, 22 Jul 2009 13:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=JyQolbYhnsGckhFQ+ddjuJmTtyZmIC1ShPfR1hLOJgk=; b=AQv+HlMLdonm+5NMjs487I2qv+uJs+5l4DAe+IPoZe9oHIpo5u3qsOhGftMbJTY1+C yNCoMyh2kgvt+qaG6ThMADsAzifToqPki2DO143iVVN0I87CfnrQVqHi97g9eyL1CmUS A84TAC4UmXP690GRDhBOt7IVsDtSWkkl86hR0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=IkS4/DaTHlbRSigAnx6tEzMJmoY5Pl92kw8l2Io97s1mbMOlzqOgd9ai1ozhcMpnKb iHWC1GKplE5CxD+CTWMEnc9yQBOhzOk2hFNh0EdlXr5JE2xzPGN3yZuf/7hdzIc02NiZ ry8W5B69Y8WQxRqx1BImHVLhg4MR8M5OGfd6k= MIME-Version: 1.0 Received: by 10.220.45.205 with SMTP id g13mr1230271vcf.24.1248293134283; Wed, 22 Jul 2009 13:05:34 -0700 (PDT) From: Renato Botelho Date: Wed, 22 Jul 2009 17:05:14 -0300 Message-ID: <747dc8f30907221305o691fd8f5x27d3650d63643051@mail.gmail.com> Subject: Problems with ambiguous files configuring completion To: zsh-workers@sunsite.dk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.94.2/9605/Wed Jul 22 17:08:14 2009 on bifrost X-Virus-Status: Clean Hello, On my zsh, imagine i have 3 files or dirs on the same dir: fw/ fwtest/ fwdevel/ when I try # cd fw It just accept the directory fw because the name matches, it would be ok if I don't have other 2 files that has the same prefix. Is there a way to set completion to check these cases? Thanks in advance -- Renato Botelho