Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: _value



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