From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23344 invoked by alias); 3 Apr 2012 14:39:00 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30381 Received: (qmail 14840 invoked from network); 3 Apr 2012 14:38:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at vinc17.net does not designate permitted sender hosts) Date: Tue, 3 Apr 2012 16:38:53 +0200 From: Vincent Lefevre To: zsh-workers@zsh.org Subject: buggy completion for zsh [TAB] Message-ID: <20120403143853.GI4925@xvii.vinc17.org> Mail-Followup-To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer-Info: http://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.21-6201-vl-r48020 (2011-12-20) ypig% autoload -U compinit ypig% compinit ypig% touch foobar ypig% zsh [TAB] shows all the files in the working directory. ypig% zsh foo[TAB] foo.html foomatic-cleanupdrivers foo2hiperc foomatic-combo-xml foo2hiperc-wrapper foomatic-compiledb foo2hp foomatic-configure foo2hp2600-wrapper foomatic-datafile foo2lava foomatic-extract-text foo2lava-wrapper foomatic-fix-xml foo2oak foomatic-getpjloptions foo2oak-wrapper foomatic-kitload foo2qpdl foomatic-nonumericalids foo2qpdl-wrapper foomatic-perl-data foo2slx foomatic-ppd-options foo2slx-wrapper foomatic-ppd-to-xml foo2xqx foomatic-ppdfile foo2xqx-wrapper foomatic-preferred-driver foo2zjs foomatic-printermap-to-gutenprint-xml foo2zjs-icc2ps foomatic-printjob foo2zjs-pstops foomatic-replaceoldprinterids foo2zjs-wrapper foomatic-rip foobar foomatic-searchprinter foomatic-addpjloptions ypig% zsh foob[TAB] foobar which is not expected when the completion is unique. If any case, following [TAB]'s have no effect. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)