From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22051 invoked from network); 13 Oct 2008 16:57:12 -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=-1.1 required=5.0 tests=AWL 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; 13 Oct 2008 16:57:12 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 19892 invoked from network); 13 Oct 2008 16:57:05 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Oct 2008 16:57:05 -0000 Received: (qmail 9907 invoked by alias); 13 Oct 2008 16:56:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25880 Received: (qmail 9894 invoked from network); 13 Oct 2008 16:56:50 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 13 Oct 2008 16:56:50 -0000 Received: from vms173001pub.verizon.net (vms173001pub.verizon.net [206.46.173.1]) by bifrost.dotsrc.org (Postfix) with ESMTP id D595D80524C0 for ; Mon, 13 Oct 2008 18:56:37 +0200 (CEST) Received: from torch.brasslantern.com ([96.238.220.215]) by vms173001.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K8O00H77SE1OOO4@vms173001.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 13 Oct 2008 11:56:26 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m9DGuOoD028738 for ; Mon, 13 Oct 2008 09:56:24 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m9DGuO7R028737 for zsh-workers@sunsite.dk; Mon, 13 Oct 2008 09:56:24 -0700 Date: Mon, 13 Oct 2008 09:56:21 -0700 From: Bart Schaefer Subject: Re: Regression in braces completion In-reply-to: <200810131627.m9DGRoED017498@news01.csr.com> To: "Zsh Hackers' List" Message-id: <081013095624.ZM28736@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <20a807210810111932r1b32b746l3cca788a383e84ed@mail.gmail.com> <081011213249.ZM29979@torch.brasslantern.com> <081012001051.ZM30706@torch.brasslantern.com> <20081012204236.6669a668@pws-pc> <081012154721.ZM22722@torch.brasslantern.com> <20081013100417.36870ba5@news01> <081013084328.ZM28630@torch.brasslantern.com> <200810131627.m9DGRoED017498@news01.csr.com> Comments: In reply to Peter Stephenson "Re: Regression in braces completion" (Oct 13, 5:27pm) X-Virus-Scanned: ClamAV 0.92.1/8417/Mon Oct 13 09:34:29 2008 on bifrost X-Virus-Status: Clean On Oct 13, 5:27pm, Peter Stephenson wrote: } } However, that's overloading -U with multiple meanings: not just "use my } completion as it is in your results table" but "forget everything you've } done so far and insert this the way I want". I think if you look around at the other uses of -U in the existing completion functions, you'll find that it's employed in the latter way in a significant number of cases. In other words, it's too late, -U has already become overloaded. --