From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4036 invoked from network); 28 May 2009 08:49:15 -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; 28 May 2009 08:49:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 14475 invoked from network); 28 May 2009 08:49:08 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 May 2009 08:49:08 -0000 Received: (qmail 628 invoked by alias); 28 May 2009 08:49:02 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27007 Received: (qmail 610 invoked from network); 28 May 2009 08:49:01 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 May 2009 08:49:01 -0000 Received: from mail-bw0-f170.google.com (mail-bw0-f170.google.com [209.85.218.170]) by bifrost.dotsrc.org (Postfix) with ESMTP id E5311801E289 for ; Thu, 28 May 2009 10:48:45 +0200 (CEST) Received: by bwz18 with SMTP id 18so4954348bwz.45 for ; Thu, 28 May 2009 01:48:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=eYNazbrlNZMRnWTwQ8v9+S8FL/iN0xmmYqzbDiGdYKU=; b=v9Jh8NAgRyKFqxMFSAQPiMEF7DHK7bobhROSWq0Kn3Kl75wCc0LIlUBE8lNtRrXWEw RTqS+a9vstmY0VQW6+6E1u3zIC6sRUh7VBzDVCkSVbGHuqJ9Gn5R6dWflJfyRUqeIDDP 3I3YMhhoDJCoActq9JZCm1v+uJIDi51kfL3m0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OFD1xNJ1RHoQ84JcwHE4A6/UICcjBk1incngFPqly2Usoe3eyxMcss5dO+MKQC4Q8X 4833GnMZyCJBkDVXNV1mWqC54Rzmw4g+EjkHJ2cI4HIPb6kaiaSFqqWizbh2sDjQjX1w otyP+IcG1CftUFK1J7tCfGVf6NwcrhVR18PTQ= MIME-Version: 1.0 Received: by 10.204.118.81 with SMTP id u17mr626347bkq.131.1243500525566; Thu, 28 May 2009 01:48:45 -0700 (PDT) In-Reply-To: References: <1238890030-4683-1-git-send-email-ft@bewatermyfriend.org> <090404193718.ZM19801@torch.brasslantern.com> <20090405191304.1908fca8@pws-pc> <090405151115.ZM13159@torch.brasslantern.com> <20090406100929.505617e2@news01> <2d460de70905270930j681da6a5kf7848d67d89f0c69@mail.gmail.com> <20090527175941.3bbe2eba@news01> Date: Thu, 28 May 2009 10:48:45 +0200 Message-ID: <2d460de70905280148iebfcegcb4143c33e510efd@mail.gmail.com> Subject: Re: PATCH: Add CORRECT_NOCOMPSYS option From: Richard Hartmann To: gak@klanderman.net Cc: zsh-workers@sunsite.dk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.94.2/9398/Thu May 28 05:01:33 2009 on bifrost X-Virus-Status: Clean On Wed, May 27, 2009 at 21:12, Greg Klanderman wrote: > But in the same vein, what I really want is a way to configure the > behavior for functions, variables, etc. beginning with "_" to be like > filenames beginning with ".": completion should work if I have > explicitly typed the leading "_", but even substring matching should > not *generate* a leading "_". I think this is a good explanation of what, imo, the final goal should be. RIchard