Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Did something change about completion and xtrace ?
- X-seq: zsh-workers 47996
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Did something change about completion and xtrace ?
- Date: Wed, 10 Feb 2021 10:01:36 -0800
- Archived-at: <https://zsh.org/workers/47996>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-02/CAH%2Bw%3D7Y_gueP3kssRFwM%3Djs505ESLVAxBxSxFkqNbCo4FF6i3g%40mail.gmail.com>
- In-reply-to: <CAH+w=7ZoumpJWSGYSAcuChJqLC9x2BT=gLR7SqK10m2DRtCjsA@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7ZoumpJWSGYSAcuChJqLC9x2BT=gLR7SqK10m2DRtCjsA@mail.gmail.com>
On Fri, Feb 5, 2021 at 9:03 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> I would have sworn that completion used to suppress xtrace output
This is what I was thinking of:
commit 22faf1fa4b1290f5f7f7389bbef33acc2fcdce05
Author: Bart Schaefer <barts@xxxxxxxxxxxxxxxxxxxxx>
Date: Sun Jul 8 00:32:12 2001 +0000
Suppress XTRACE during user-defined widgets.
:100644 100644 1d3f346ab d46d3b537 M Src/Zle/zle_main.c
That has stopped working for completion at some point. "git blame"
doesn't find any C-code diffs that would matter, at least not in
zle_main.c.
Is there something more than just toggling opts[XTRACE] now required?
Ideas where to look?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author