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

Is it possible to enable stderr in completion code?



When I run the test Y01completion.ztst, messages written to stderr within Zle/complete.c don't show up anywhere. Thus, calls to DPUTS, like this one will never break any test even if they start triggering.

Is there a way to enable stderr, either with a change in Zsh code or in C code?

I'm just looking for a way to test/debug a few changes in the Zle C code. I would like that messages written to stderr in that code show up in the output of tests like the one above. Any hack will do.

Philippe



Messages sorted by: Reverse Date, Date, Thread, Author