Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Special _tags:comptags:67: no tags registered
- X-seq: zsh-users 21981
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Special _tags:comptags:67: no tags registered
- Date: Tue, 27 Sep 2016 23:39:15 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=R8tDx40sotSMIk22ziQfon5PSqiRc6UHZMyhtKYKZ2g=; b=N2FC0AhRE/TCGvEpSK+BLPm5xProKPigEXlgMZaVR4Lb1+WNP8su5ltk6/E7IPboqj 2uihQMIY0foUbQ7mzIvfGQtds3kuDg07BnyOe4IJCiUFw+8Gl/LUeW5AP9LidjQiPHnh dE7yq6qC9X6v6H8NnOUQnHEjpZFaoz8uTIPmQAmj6nVXwQqvAQQ9nuaSaTDVH83YfLgH 0pDiEfJLgjO5Vjl15028GK2XLtXqVoLD1XFLjBYy3zAQsWH1NSL3D/7l97T5SarU3QN2 i9LbfX8cC6dPTy7WAumlmYE7Q/OAP2tcwf5wJLCQCvGBoUb6FmY7xvWIfqKg0vpj10Md z4WA==
- In-reply-to: <CAKc7PVDw8JkY-f+4kUcPzj8Wg0EoEMOJsDmy9HVYnWFzYNu+9w@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVDw8JkY-f+4kUcPzj8Wg0EoEMOJsDmy9HVYnWFzYNu+9w@mail.gmail.com>
On Sep 27, 6:40pm, Sebastian Gniazdowski wrote:
}
} I've tried debug-printing whole _tags to see differences in path the
} execution has taken or in parameters, and it was rather the same,
} couldn't spot any differences. I wonder what is the origin of such
} error message?
Remember that "declare -f" for autoloaded functions will dump out a
definition of the form "_name() { builtin autoload -X }". There are
subtle differences between "real" autoloading and autoload -X. In
this case, the internals of "comptags" use the depth of the function
call stack to keep track of which tags are active at which nested
loop, but the addition of the "autoload -X" wrapper changes the
call depth.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author