From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10054 invoked from network); 8 Sep 2009 02:15:03 -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; 8 Sep 2009 02:15:03 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 85260 invoked from network); 8 Sep 2009 02:14:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Sep 2009 02:14:54 -0000 Received: (qmail 10080 invoked by alias); 8 Sep 2009 02:14:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27250 Received: (qmail 10047 invoked from network); 8 Sep 2009 02:14:49 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 8 Sep 2009 02:14:49 -0000 Received: from QMTA01.westchester.pa.mail.comcast.net (qmta01.westchester.pa.mail.comcast.net [76.96.62.16]) by bifrost.dotsrc.org (Postfix) with ESMTP id 06C6B8026E39 for ; Tue, 8 Sep 2009 04:14:41 +0200 (CEST) Received: from OMTA12.westchester.pa.mail.comcast.net ([76.96.62.44]) by QMTA01.westchester.pa.mail.comcast.net with comcast id e20e1c0090xGWP8512EiiA; Tue, 08 Sep 2009 02:14:42 +0000 Received: from smtp.klanderman.net ([98.217.254.247]) by OMTA12.westchester.pa.mail.comcast.net with comcast id e2Eh1c00Q5M2Np63Y2EhNK; Tue, 08 Sep 2009 02:14:42 +0000 Received: from lwm.klanderman.net (unknown [192.168.100.50]) by smtp.klanderman.net (Postfix) with ESMTP id 948B8B3014E; Mon, 7 Sep 2009 22:14:40 -0400 (EDT) Received: by lwm.klanderman.net (Postfix, from userid 500) id 6722F9FC5F3; Mon, 7 Sep 2009 22:14:40 -0400 (EDT) From: Greg Klanderman To: zsh-workers@sunsite.dk Subject: Re: need help with enhancement to prevent completion from stat'ing automounts Reply-To: gak@klanderman.net Date: Mon, 07 Sep 2009 22:14:40 -0400 In-Reply-To: <19106.55413.238410.101865@gargle.gargle.HOWL> (Greg Klanderman's message of "Sat, 5 Sep 2009 17:30:29 -0400") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (linux) References: <19106.55413.238410.101865@gargle.gargle.HOWL> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.94.2/9782/Mon Sep 7 16:30:23 2009 on bifrost X-Virus-Status: Clean >>>>> Greg Klanderman writes: > Now I just need some help to figure out what a reasonable way to > create a general configuration to support this would be. So it looks like a zstyle would not work, because I need to access the configuration from C. Seems like the only real option is to create an array parameter - does that make sense? thanks, Greg