From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id AAA20163 for ; Fri, 21 Jun 1996 00:56:23 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id KAA09804; Thu, 20 Jun 1996 10:48:22 -0400 (EDT) Resent-Date: Thu, 20 Jun 1996 10:48:22 -0400 (EDT) Message-Id: <199606201447.AA24425@bob.pegasus.esprit.ec.org> To: zsh-workers@math.gatech.edu Subject: Re: Bug in beta21 Reply-To: "Erwin J. van Eijk" X-Mailer: MH-6.8.3 with MH-E Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Tea: anijs In-Reply-To: Your message of "Thu, 20 Jun 1996 16:03:06 +0200." <199606201403.QAA10679@bommel.math.ruu.nl> Date: Thu, 20 Jun 1996 16:47:52 +0200 From: "Erwin J. van Eijk" Resent-Message-ID: <"sqTYZ2.0.3P2.rIMon"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1382 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Bruce wrote: >Here's the offending fragment: >if [[ "$TERM" = xterm || "$TERM" = aixterm ]] >then > typeset -l titlebartime > set-titlebar() { > titlebartime=$(print -Pn "%D{%r}") > print -Pn "\E]0;%~@%m $titlebartime, %D{%A %d %B %Y}\C-g" > } > trap set-titlebar ALRM > TMOUT=5 >fi You can abbreviate this to: print -Pn "\E]0;%m:%~ %D{%A %d %B %Y}\C-g" And it gives some other errors when expanding a dir: ~percy/BUG: permanent allocation in parsestr BUG: permanent allocation in prefork terb/ I was expanding on ~pe -- +--------------------+ \ | Erwin J. van Eijk | Standard Disclaimer applies \ /\ | eijk@cs.utwente.nl | ( ) | eijk@corner.iaf.nl | A single death is a tragedy, _( * )_+--------------------+ A million deaths is a statistic - Josef Stalin