From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28663 invoked from network); 20 Oct 1998 14:45:53 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 20 Oct 1998 14:45:53 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id KAA27914; Tue, 20 Oct 1998 10:36:38 -0400 (EDT) Resent-Date: Tue, 20 Oct 1998 10:36:26 -0400 (EDT) Sender: etldlrl@deep-thought.ericsson.se Message-Id: <362C9FB4.B4C08045@guildford.ericsson.se> Date: Tue, 20 Oct 1998 15:35:32 +0100 From: Daniel Rigal Organization: Ericsson Telecom Ltd, Guildford, UK. X-Mailer: Mozilla 4.05 [en] (X11; I; SunOS 5.6 sun4u) Mime-Version: 1.0 To: zsh-users@math.gatech.edu Subject: Backticks In zshenv Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Resent-Message-ID: <"0sHpM.0.mp6.f_9Bs"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1876 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi Z-Shell users, I am having a problem which is driving me up the wall! Basically, Z-Shell seems to randomly decline to run commands in backticks in the zshenv (both the central one or the user's own zshenv show this effect). The problem only seems to occur under some circumstances. The actual thing I am trying to do in my zshenv is not important. I can reduce the problem to a very trivial example. Allow me to demonstrate... I put the following lines in my .zshenv: string="teststring" echo "string=`echo $string`" echo "string=`echo $string`" ... [repeating that last line a total of 100 times] and then I experiment with starting a new shell. Starting a new shell on the console, or from inside an existing shell, is fine. Starting a new Xterm is fine too. However firing up a Cmdtool, Shelltool, or DTterm produces random blank lines where the command result is not echoed, e.g.: string=teststring string= string=teststring string=teststring string= string=teststring string=teststring string=teststring [and so on] The error is most likely to happen in the first 5 lines of output and I have never seen it occur after the first 20 lines so the probability of error seems to fall off with time. Random behaviour? Clearly we are not in Kansas anymore! Has anybody seen anything even remotely like this or know what to do about it? It is driving me and my colleagues to distraction! We are running Z-Shell 3.0.5, Solaris 2.6 and Openwindows 3.6, if that helps. Any help at all will be gratefully received. Regards, Daniel.