From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24489 invoked from network); 7 Aug 2000 14:25:07 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Aug 2000 14:25:07 -0000 Received: (qmail 5150 invoked by alias); 7 Aug 2000 14:24:18 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3357 Received: (qmail 5143 invoked from network); 7 Aug 2000 14:24:18 -0000 Date: Mon, 7 Aug 2000 16:23:03 +0200 From: Bernd Eggink To: Zsh Users Subject: vared bug Message-ID: <20000807162300.A3277@eggink4.rrz.uni-hamburg.de> Mail-Followup-To: Zsh Users Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i Hi workers, please try this script: function f { read "dat?What: " print -u2 "dat=$dat" } print $ZSH_VERSION P=aha vared P print "P=$P" W=$(f) The prompt "What: " in the read command isn't shown. This only happens after a preceding 'vared'. If you comment out the 'vared' line, it works. The bug is in zsh-3.1.9 ... 3.1.9-dev-4. Regards, Bernd -- Bernd Eggink Regionales Rechenzentrum der Uni Hamburg eggink@uni-hamburg.de http://www.rrz.uni-hamburg.de/eggink/BEggink.html