zsh-users
 help / color / mirror / code / Atom feed
From: Daniel Rigal <daniel.rigal@deep-thought.ericsson.se>
To: zsh-users@math.gatech.edu
Subject: Backticks In zshenv
Date: Tue, 20 Oct 1998 15:35:32 +0100	[thread overview]
Message-ID: <362C9FB4.B4C08045@guildford.ericsson.se> (raw)

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.


             reply	other threads:[~1998-10-20 14:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-10-20 14:35 Daniel Rigal [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=362C9FB4.B4C08045@guildford.ericsson.se \
    --to=daniel.rigal@deep-thought.ericsson.se \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).