From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2090 invoked from network); 2 Nov 1999 14:21:01 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 Nov 1999 14:21:01 -0000 Received: (qmail 1305 invoked by alias); 2 Nov 1999 14:20:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8493 Received: (qmail 1298 invoked from network); 2 Nov 1999 14:20:52 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: _value References: <199911021300.OAA31323@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 02 Nov 1999 23:20:46 +0900 In-Reply-To: Sven Wischnowsky's message of "Tue, 2 Nov 1999 14:00:13 +0100 (MET)" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <199911021300.OAA31323@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > And thus the parameter module revealed a bug in the function calling > code: it didn't dup the name and when the function was re-defined, the > name in use by the wrappers was freed. Thanks. But I found another problem. Z:akr@is27e1u11% Src/zsh -f is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst is27e1u11% compconf group_matches=yes message_format='%d' description_format='%d' is27e1u11% compconf describe_options=yes describe_values=yes option_prefix=yes is27e1u11% A='Doc/z -> is27e1u11% A='Docz and is27e1u11% A='Doc/ -> is27e1u11% A='Doc and is27e1u11% LDFLAGS=-LDoc/ -> is27e1u11% LDFLAGS=-LDoc These slashes shouldn't be removed... -- Tanaka Akira