From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22683 invoked from network); 30 May 2007 08:26:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=no version=3.2.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 May 2007 08:26:38 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 79500 invoked from network); 30 May 2007 08:26:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 May 2007 08:26:32 -0000 Received: (qmail 24685 invoked by alias); 30 May 2007 08:26:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23492 Received: (qmail 24675 invoked from network); 30 May 2007 08:26:29 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 May 2007 08:26:29 -0000 Received: (qmail 79197 invoked from network); 30 May 2007 08:26:29 -0000 Received: from nz-out-0506.google.com (64.233.162.237) by a.mx.sunsite.dk with SMTP; 30 May 2007 08:26:26 -0000 Received: by nz-out-0506.google.com with SMTP id i28so1346877nzi for ; Wed, 30 May 2007 01:26:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=t0SrbSM30JqABZBvcn8lpwyZM0cM4Tc5PVFe5WCMM5itofi53J+G6HefDJLHunxYHS/HFnsNCmIlDZSNwi7ZjV0Wr0txCybA95nrv1avaL+VmvopWKFFuzSChyifBakiW4PkLonVfkCrYmSJ/bDNudE4uHjRdQyMueOGVCEoxFg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Cxks3XsSWAev6CHwhC7DR/piqlvZdkkTQPbS82boIizENNpHlgJxqUPe2xiFGjgKjEeSirzV3OFTQ7d8yUISzlQ38LUYVyCpP9yzjreJPib0C/Jl9Ou5LNz4BSi0PV0Le32p0HqkLtto3lGurU0wh/+b0wfbuSb4HesrpBohIyo= Received: by 10.115.23.12 with SMTP id a12mr3800041waj.1180513583788; Wed, 30 May 2007 01:26:23 -0700 (PDT) Received: by 10.114.196.8 with HTTP; Wed, 30 May 2007 01:26:23 -0700 (PDT) Message-ID: Date: Wed, 30 May 2007 10:26:23 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Peter Stephenson" Subject: Re: Next step: autoloadable features Cc: "Zsh hackers list" In-Reply-To: <200705292153.l4TLrQXm009641@pws-pc.ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705292153.l4TLrQXm009641@pws-pc.ntlworld.com> X-Google-Sender-Auth: 95ab709b2c954a51 On 5/29/07, Peter Stephenson wrote: > Is this reasonable, at least the first bit? What character should > indicate autoload? It had better not be alphanumeric and it's easiest > if it doesn't need quoting. How about "@"? I immediately thought of "=", but I don't quite know why. And it would require quoting, so perhaps not. nikolai