Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
XTerm WaitForMap resource
- X-seq: zsh-workers 6146
- From: Greg Badros <gjb@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: XTerm WaitForMap resource
- Date: 28 Apr 1999 22:14:15 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Sender: gjb@xxxxxxxxxxxxxxxxx
It appears that Zsh-3.0.6 has fixed a bug I noticed in zsh-3.0.5 whereby
if the zsh exec'd before the xterm (nxterm in my case) mapped, it would
get confused:
echo "NXTerm*WaitForMap: false" | xrdb -merge
xterm -e zsh-3.0.5
The new xterm would come up with any of a number of errors when
executing some of the pipelines (involving awk, sed) in my .zshrc.
e.g.,
gawk: cmd. line:1: (FILENAME=- FNR=37) warning: error writing standard
output (Broken pipe)
/home/gjb/bin/share/path-remove-duplicates script failed; PATH may be
longer than needed
gawk: cmd. line:1: (FILENAME=- FNR=2) warning: error writing standard
output (Broken pipe)
....
I'm curious if anyone remembers fixing this problem and can explain what
was going wrong and what the fix was.
Thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author