From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11188 invoked from network); 29 Oct 1999 19:46:15 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 Oct 1999 19:46:15 -0000 Received: (qmail 19695 invoked by alias); 29 Oct 1999 19:46:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8477 Received: (qmail 19688 invoked from network); 29 Oct 1999 19:46:09 -0000 Date: Fri, 29 Oct 1999 15:45:59 -0400 From: Clint Adams To: Sven Wischnowsky Cc: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: completion cleanup Message-ID: <19991029154559.A31981@dman.com> References: <199910291251.OAA26740@beta.informatik.hu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0pre4i In-Reply-To: <199910291251.OAA26740@beta.informatik.hu-berlin.de>; from wischnow@informatik.hu-berlin.de on Fri, Oct 29, 1999 at 02:51:13PM +0200 > Ok, here is another big patch. This move almost all completion code > from `zle_tricky.c' into three new files which are part of the > complete module. The files are: > > - compcore.c - the basic stuff > - compmatch.c - matching control > - compresult.c - post-processing (inserting, listing, etc.) Err.. I see complete.c and zleparameter.c, but not these three.