Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Did something change about completion and xtrace ?



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