From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11540 invoked from network); 24 Jan 2009 22:47:21 -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 news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Jan 2009 22:47:21 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 90684 invoked from network); 24 Jan 2009 22:47:16 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Jan 2009 22:47:16 -0000 Received: (qmail 4904 invoked by alias); 24 Jan 2009 22:47:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26418 Received: (qmail 4894 invoked from network); 24 Jan 2009 22:47:11 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 24 Jan 2009 22:47:11 -0000 Received: from QMTA03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by bifrost.dotsrc.org (Postfix) with ESMTP id BB04280271F0 for ; Sat, 24 Jan 2009 23:47:08 +0100 (CET) Received: from OMTA08.westchester.pa.mail.comcast.net ([76.96.62.12]) by QMTA03.westchester.pa.mail.comcast.net with comcast id 7VSN1b00E0Fqzac53an8Bh; Sat, 24 Jan 2009 22:47:08 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA08.westchester.pa.mail.comcast.net with comcast id 7ams1b00E5M2Np63Uamtpe; Sat, 24 Jan 2009 22:46:53 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id 294EAB30148 for ; Sat, 24 Jan 2009 17:47:07 -0500 (EST) Received: by lwm.klanderman.net (Postfix, from userid 500) id 1D8A99FC5EF; Sat, 24 Jan 2009 17:47:07 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18811.39531.84244.341828@gargle.gargle.HOWL> Date: Sat, 24 Jan 2009 17:47:07 -0500 From: Greg Klanderman To: Zsh list Subject: completing automounts with fake-files setting hangs zsh Reply-To: gak@klanderman.net X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Virus-Scanned: ClamAV 0.92.1/8899/Sat Jan 24 14:06:33 2009 on bifrost X-Virus-Status: Clean Hi, Is the proper way to configure completion of automounts by using the fake-files style setting? It seems to work for small numbers of automounts, but at work we have hundreds, and hitting tab to complete when the fake-files style setting is fully populated hangs zsh pretty badly - you cannot use control-C to abort and have to kill it from another shell. thanks, Greg