Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Special _tags:comptags:67: no tags registered
- X-seq: zsh-users 21979
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Special _tags:comptags:67: no tags registered
- Date: Tue, 27 Sep 2016 18:40:17 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=Gf7liLHd59Xzxd3TfUVNclpgjhLz3vpQbwVHgbo4Pf0=; b=0URIU7exPURdrF0qE6TUxqaOI1asQwygJJn5pfKFVfCHm7bfxhSlvqJlgfBXo8PNJA vOGvnBdUbtYVbzAj+o4O0VdRPjcQIF7qK02ECncgNFF2f/oGgQvoU2EnTHoJH8lszrcn 9gvCDXEuDtr4c4DlnRcZ3VtTo5+8MxUVpl2el2OcnRS8bqxAVEPWQ6hgTIfTOiEBMi+o hAtb2n5+/sujZcbG8HKRag4ho4e/SbXn3+FbpBZtOTx9as4HcoqTJoPeUM03E3T/UfTg 24/U9jXPurmt7D42+FPZ387dqznUeqnZh/lSRkKcWVNHk1R7d4OkpKdXBL19XeNTQI5+ NR6Q==
- 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
Hello,
I do uncommon thing: in a very fresh shell – no Tab yet used, right
after start, in one line:
declare -f > functions; unfunction -m \*; source ./functions
Then I enter ls<Tab>, and get:
_tags:comptags:67: no tags registered
The line pointed (5.2-dev-2) is last line in the file _tags:
comptags "-N$prev"
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?
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author