From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4977 invoked from network); 7 Oct 2007 06:20:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Oct 2007 06:20:14 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 36415 invoked from network); 7 Oct 2007 06:20:07 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Oct 2007 06:20:07 -0000 Received: (qmail 9006 invoked by alias); 7 Oct 2007 06:19:55 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11941 Received: (qmail 8988 invoked from network); 7 Oct 2007 06:19:55 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 7 Oct 2007 06:19:55 -0000 Received: (qmail 34846 invoked from network); 7 Oct 2007 06:19:55 -0000 Received: from mail2.panix.com (166.84.1.73) by a.mx.sunsite.dk with SMTP; 7 Oct 2007 06:19:49 -0000 Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mail2.panix.com (Postfix) with ESMTP id D08263480A for ; Sun, 7 Oct 2007 02:19:47 -0400 (EDT) Received: (from rj@localhost) by panix1.panix.com (8.11.6p3/8.8.8/PanixN1.1) id l976JlV22339 for zsh-users@sunsite.dk; Sun, 7 Oct 2007 02:19:47 -0400 (EDT) Date: Sun, 7 Oct 2007 02:19:47 -0400 From: Russell Hoover To: zsh-users@sunsite.dk Subject: Re: sluggish prompt Message-ID: <20071007061947.GA6554@panix.com> Mail-Followup-To: zsh-users@sunsite.dk References: <20071007045049.GA28877@panix.com> <20071007053638.14299.qmail@smasher.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071007053638.14299.qmail@smasher.org> X-To-All-My-Friends-In-Domestic-Surveillance: Hi There, Sports Fans! User-Agent: Mutt/1.5.10i On Sun 10/07/07 at 06:36 PM +1300, Atom Smasher wrote: > set -x > and see where it hangs. Hmmmmmm. This caused a scrolling read-out to the terminal of everything but the kitchen sink and went on for about 3 minutes. I don't know that it hung, but after it finished, every time I pressed I got this (it stopped when I removed "set -x" from my .zshrc) : [panix1:~] [v4.3.4] zsh 1001 --> +precmd:1> local 'exitstatus=0' +precmd:2> psvar[1]=SIG +precmd:3> [[ 0 -ge 128 ]] +precmd:6> psvar[2]=0 +precmd:6> [[ 0 -eq 0 ]] +precmd:6> psvar[2]=( ) [panix1:~] [v4.3.4] zsh 1001 --> I have no idea what it means except that "psvar" is "prmptstring variable." -- // rj@panix.com // A: Because it reverses the logical flow of conversation. Q: Why is top posting frowned upon?