Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in printing of PS4 (the xtrace prompt)
- X-seq: zsh-workers 7211
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Bug in printing of PS4 (the xtrace prompt)
- Date: Mon, 19 Jul 1999 21:46:51 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I happened to have xtrace set while running compinit. Here's the tail of
the output:
+compdump:89> print
+compdump:91> unfunction compdump
+\M-^H\M-9'^H0\M-4\n@^P:92> autoload -U compdump
+compinit:377> unfunction compinit
+(^^]^H0\M-4\n@^P:378> autoload -U compinit
Looks like it's using a garbaged string as the function name after the
function unfunctions itself.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author