From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10032 invoked from network); 28 Feb 1999 21:32:53 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Feb 1999 21:32:53 -0000 Received: (qmail 24186 invoked by alias); 28 Feb 1999 21:21:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5555 Received: (qmail 12921 invoked from network); 28 Feb 1999 15:55:00 -0000 Message-Id: <9902281539.AA39394@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: pws-10 Date: Sun, 28 Feb 1999 16:39:03 +0100 From: Peter Stephenson I have uploaded to http://www.ifh.de/~pws/computing/ : -rw-r--r-- 1 pws quadrics 303674 Feb 28 16:33 zsh-3.1.5-pws-10.doc.tar.bz2 -rw-r--r-- 1 pws quadrics 461201 Feb 28 16:33 zsh-3.1.5-pws-10.doc.tar.gz -rw-r--r-- 1 pws quadrics 696764 Feb 28 16:33 zsh-3.1.5-pws-10.tar.bz2 -rw-r--r-- 1 pws quadrics 862646 Feb 28 16:33 zsh-3.1.5-pws-10.tar.gz The new completion shell code has been moved to a top-level subdirectory Completion, which has a new README file --- this is not supposed to be the final word on documentation. Completion/ contains the subdirectories: Core essential files Base functions which are probably essential, but you way want to edit (including all the functions for -contexts-: I added one for -redirect- to use _files, since it confused me when I found it wasn't.) Builtins completion for zsh builtins User sample completions for external commands Commands non-contextual completion functions, i.e. ones with separate bindings, currently _most_recent_file and _correct_filename. For people not directly involved with the new completion saga: this is still probably not the final form, as we hope to make it installable, nor are the internals fixed yet. The other big change this time is approximate globbing; this is used by Completion/Commands/_correct_filename . Changes are as follows. I haven't got round to a patch for QNX, or anything for TRAPZERR inside completion functions. Martin Buchholz: 5448: libc.h can't be included on Debian Linux, so only include it on NeXT where it's necessary. Matt: 5330: I've put this back the way it original was. I hate sed almost as much as awk. Sven: 5455: keep track of which matcher specification to use Sven: 5466: compwid manual for -after and -between Sven: 5467: expn manual typo Sven: 5469: init fix and Functions/Completion/_comp_parts Sven: 5470: new completion conditions didn't handle untokenization consistently. Sven: 5471: range code knows not to handle associative arrays Sven: 5476: quoting of tildes in Functions/Completion/_path_files Sven: 5483: completeinword fixes Sven: 5489: control for matching in _path_files and _comp_parts Sven: 5490: unset test for AA elements when substituting pws: unposted, see 5503: remove dynamic=no from configure.in when underscore is needed. pws: 5508: init and dump, globbing and printing. Sven: 5511: make sure compctl is available for new completion Sven: 5512, 5525: globcomplete fix for new completion Sven: 5521: improved option handling for _path_files Sven: 5529: cleanup for Functions/Completion pws: 5531: small init fix pws: 5538: approximate pattern matching, (#a1)readme etc. Sven: 5543: compadd -X, zshcompwid manual Sven: 5544: another completion cleanup pws: 5545: silly set -x mistake Sven: 5548: _path_files, _comp_parts Matt: 5553: under _WIN32, .exe suffix is optional for commands pws: unposted: Functions/Completion moved to Completion; subdirectories Core, Base, Builtins, User, Commands created; Completion/README created. -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy