From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17958 invoked from network); 15 Feb 1999 13:09:02 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Feb 1999 13:09:02 -0000 Received: (qmail 13611 invoked by alias); 15 Feb 1999 13:08:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5390 Received: (qmail 13603 invoked from network); 15 Feb 1999 13:08:17 -0000 From: "Bart Schaefer" Message-Id: <990215050800.ZM32387@candle.brasslantern.com> Date: Mon, 15 Feb 1999 05:07:59 -0800 In-Reply-To: <199902151102.MAA24330@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: Manual for new style completion" (Feb 15, 12:02pm) References: <199902151102.MAA24330@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (4.0b.820 20aug96) To: zsh-workers@sunsite.auc.dk Subject: Re: Manual for new style completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Feb 15, 12:02pm, Sven Wischnowsky wrote: } Subject: Re: Manual for new style completion } } The patch does not change the compctl.yo file and thus doesn't } document the `compctl -K " foo"' syntax to invoke completion widgets } from compctl's. Do we want to keep this mechanism? We would have to } find a better syntax for it then, I think. Ok, you get one more comment. How about making the leading underscore (or two) a convention for widget functions, so that `compctl -K __foo` spots the leading underscores and causes __foo to be taken as a widget function? In the same vein, we could make the output of `functions` suppress the display of any function whose name begins with an (or two) underscore(s), after the manner of files beginning with `.', unless some special flag was given. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com