From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 597 invoked from network); 19 Jul 1999 21:47:11 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Jul 1999 21:47:11 -0000 Received: (qmail 20802 invoked by alias); 19 Jul 1999 21:47:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7211 Received: (qmail 20783 invoked from network); 19 Jul 1999 21:47:02 -0000 From: "Bart Schaefer" Message-Id: <990719214651.ZM10605@candle.brasslantern.com> Date: Mon, 19 Jul 1999 21:46:51 +0000 X-Mailer: Z-Mail Lite (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Bug in printing of PS4 (the xtrace prompt) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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.