Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _value
- X-seq: zsh-workers 8493
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: _value
- 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)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199911021300.OAA31323@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <199911021300.OAA31323@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> 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<TAB>
->
is27e1u11% A='Docz
and
is27e1u11% A='Doc/<TAB>
->
is27e1u11% A='Doc
and
is27e1u11% LDFLAGS=-LDoc/<TAB>
->
is27e1u11% LDFLAGS=-LDoc
These slashes shouldn't be removed...
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author