From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14289 invoked from network); 14 Jul 2003 20:13:10 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 14 Jul 2003 20:13:10 -0000 Received: (qmail 21159 invoked by alias); 14 Jul 2003 20:13:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18852 Received: (qmail 21148 invoked from network); 14 Jul 2003 20:13:05 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 14 Jul 2003 20:13:05 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.27.190.146] by sunsite.dk (MessageWall 1.0.8) with SMTP; 14 Jul 2003 20:13:5 -0000 Received: from ceramic.fifi.org (mail@ceramic.fifi.org [216.27.190.147]) by tantale.fifi.org (8.9.3p2/8.9.3/Debian 8.9.3-21) with ESMTP id NAA19260; Mon, 14 Jul 2003 13:13:00 -0700 Received: from phil by ceramic.fifi.org with local (Exim 3.35 #1 (Debian)) id 19c9gy-0000WR-00; Mon, 14 Jul 2003 13:13:00 -0700 To: Peter Stephenson Cc: zsh-workers@sunsite.dk Subject: Re: Preventing sorting in completers References: <15028.1058200902@csr.com> Mail-Copies-To: nobody From: Philippe Troin Date: 14 Jul 2003 13:13:00 -0700 In-Reply-To: <15028.1058200902@csr.com> Message-ID: <87r84s3m0j.fsf@ceramic.fifi.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Philippe Troin Peter Stephenson writes: > Peter Stephenson wrote: > > I suspect what we want to do is test for an explicitly set sort style in > > _description and used that to override the default. Then we can all > > forget about tweaking the functions. > > For example, the following very lightly tested function where I've tried > not to screw up _expand but fell into apathy at the thought of actually > testing whether I had. The patch for _description for for me, but I'm lost w.r.t. its implications for _expand(). Phil.