From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27725 invoked from network); 23 Feb 1999 10:00:25 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Feb 1999 10:00:25 -0000 Received: (qmail 22375 invoked by alias); 23 Feb 1999 10:00:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5481 Received: (qmail 22361 invoked from network); 23 Feb 1999 10:00:03 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: zsh-3.1.5-pws-9: clean up of Functions/Completion needed Date: Tue, 23 Feb 1999 12:59:23 +0300 Message-ID: <001101be5f13$3045a300$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Importance: Normal I suggest to split Functions/Completion/* in three (at least) different groups. 1. must-have: run-time for new competion These are helper functions, that actually make it work. It should be clearly stated, that these functions are absolutely needed to even start with completion. And that modification of these is as dangerous (or helpful :-) as modification of zsh sources. Probably, FAQ should refer to them as "read-only" for average users 2. should-have: completion for zsh builtins Well, they actually belong to zsh and I'd like to have the same behaviour on every zsh installation. Separating them from the case 1 is simply for clarity and above reasons. 3. anything else All other examples. They should be put into another (sub)directory, and clearly marked as examples. As it stays now, simply sourcing Functions/Completion/* gives me completion for PostScript, GIF etc I don't care of, completion for GNU tar I don't have and completion for GNU cpio that is completely wrong for my cpio. If anybody needs them - so be it, but they should not be included by default. cheers /andrej