zsh-users
 help / color / mirror / code / Atom feed
* Backticks In zshenv
@ 1998-10-20 14:35 Daniel Rigal
  1998-10-20 16:55 ` Bart Schaefer
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Rigal @ 1998-10-20 14:35 UTC (permalink / raw)
  To: zsh-users

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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1998-10-21  7:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-20 14:35 Backticks In zshenv Daniel Rigal
1998-10-20 16:55 ` Bart Schaefer
1998-10-20 19:30   ` Phil Pennock
1998-10-20 19:54   ` PATCH: " Bart Schaefer
1998-10-20 20:36   ` Sweth Chandramouli
1998-10-21  7:33   ` Goran Larsson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).