From mboxrd@z Thu Jan 1 00:00:00 1970 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: zsh-3.1.5-pws-5: mixing "old" and "new" completions? Date: Wed, 27 Jan 1999 18:04:32 +0300 Message-ID: <006f01be4a06$58912900$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 In-Reply-To: <199901271225.NAA31324@beta.informatik.hu-berlin.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Importance: Normal X-Mailing-List: 5064 Oh, great man! > `compcall' accepts no other option or argument, for now. It would > be easy to make it accept arguments for the command line words to > use, for the command name to use, etc. If this turns out to be > interesting to have, I'll add it. > I won't be able to test it for some time, but this occured to me today: compctl -T -K " __default" function __default() { compcall -T } /andrej