Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Terminal query responses leak into .zshrc parsing since 37acbc87?
- X-seq: zsh-workers 54258
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Mikel Ward <mikel@xxxxxxxxxxxxx>
- Cc: zsh-workers@xxxxxxx, opk@xxxxxxx
- Subject: Re: Terminal query responses leak into .zshrc parsing since 37acbc87?
- Date: Thu, 26 Mar 2026 14:13:44 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=pj7eEoUlkqu89T3bD1IjvVtKiEqI+oMz/DbX393pkCA=; fh=wiw461zDFieFVlmUaTJ3WRhDsXSFo9svMmLlrZ/JMy8=; b=XuuZ3bzHBcj/C5o1D6NZZ/mlDOYblV7Xov/UQ/B7MQ0y4EoXFDn/IY/oLqrd0IDLaE M9zVotrIE1pF9zzYkWPkyzQjWW5Z4mEyxvABEWH5W+fDRdcxx1nyImsFbiJbTLIaHtsm qt+nXj59GiJPCMtB3nRMSKm6wLJPuPRr9s0VhuYnRvL6Wt6KgP00sRtv6ZquognXBrpF 4q1eWxTgS+3lPZ7k4lFY0weEpVle4ktbix3tYFjDBZ2bt08s6t32nnc6/UE73buFtMLO efwqQA/jytvdxIZroP3uCgXVFtOa9OsA7+z+I5ocKRrjJofIeJQ5FiROvNsVkZY6jxIM h1Ng==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1774559635; cv=none; d=google.com; s=arc-20240605; b=VSKMf0c3+xJjIDZAxUyKDLcNyeWNvrpl8OYCbc9ZcdptlPtdo1wK49PvIRsABHiDXw 8hQIfc8Z9xjDjBHXz6C6D62qVxWplMmwSSgrvY2ogvUdSY1ryo1ZYVZ+3QM2HNLWuNeQ BPJpaTCDR5N07pCzMS2elqV/WCEEM8j/guMQlz25xPURoESras4J9Yn4tROCAEa/nvDn hbVrPNXOXUd5iJGTxIdN5oJwxVxC0iX8P1w2Cj6wrs2lTr3c1fs+dUxX3gScr1/cVwhf Qu5yQ+SGXqSPBY0kC2fG7oWBVFEDx0fRG6qiCFRFn28XEwWkuxRBkBxwQGf133sTorbN xgPA==
- Archived-at: <https://zsh.org/workers/54258>
- In-reply-to: <CACVmprfv7QHHSjDEcBT3Hk7Ah4mkQVhf7a5YvL0Sq6dyuzK_Fg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CACVmprfv7QHHSjDEcBT3Hk7Ah4mkQVhf7a5YvL0Sq6dyuzK_Fg@mail.gmail.com>
On Wed, Mar 25, 2026 at 1:59 PM Mikel Ward <mikel@xxxxxxxxxxxxx> wrote:
>
> Using the terminal inside VS Code (TERM=xterm-256color TERM_PROGRAM=vscode), I'm getting an error when starting recent versions of zsh. It seems to have been introduced in 37acbc87ad76699679ccb8b567effac9177c33de, and gotten a bit worse since.
>
> /home/mikel/.zshrc:1918: not an identifier: .term.extensions
That's an odd error, because it seems as if the termquery probe is
being performed by a version of zsh that doesn't understand
namespaces.
If you are building the latest git head locally, does
make check TESTNUM=X06
pass without errors?
> Line 1918 that triggers it is "compctl -C -cf", but it happens even if I delete that line.
The "it" that happens is what exactly? That is, do you mean that "not
an identifier" goes away, but the goop in the prompt remains? Or
something else?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author