Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
z(re)compile and deleted files
- X-seq: zsh-workers 11056
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: z(re)compile and deleted files
- Date: Tue, 2 May 2000 13:41:52 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Once again - there is currently no easy way to remove defenition of
deleted function from wordcode file. I'm using zrecompile -p as
suggested - and just now I deleted _bunzip2, run zrecompile (with small
wrapper) - and of course, _bunzip2 remained in wordcode file.
my function is:
#!/tools/bin/zsh -f
autoload -U zrecompile
zrecompile -p -- ~/.zsh.d/std-$ZSH_VERSION.zwc
/tools/share/zsh/$ZSH_VERSION/functions/*/*(^/)
and when I run it nothing happens at all.
BTW completion for zcompile does not list -t option (at least).
-andrej
Have a nice DOS!
B >>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author