Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Debugging of dynamocally defined functions
- X-seq: zsh-workers 15251
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH Workers Mailing List" <zsh-workers@xxxxxxxxxx>
- Subject: Debugging of dynamocally defined functions
- Date: Thu, 5 Jul 2001 09:33:28 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Trying to debug one problem I had to look at set -x output of compinit. The
last line was compdef:101:... It turned out, there is no way to find correct
place. compdef is itself defined in compinit, and has comments. which
compdef produces source without comments and line numbers do not match.
Honestly speaking, I never liked it (function defining other functions that
is); why not simply have them autoloaded is beyond me.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author