[1326] in Athena Bugs
zwgc sometimes shows @bold(foo $bar) wrong
daemon@ATHENA.MIT.EDU (Mark Lillibridge)
Mon Nov 7 15:25:31 1988
Date: Mon, 7 Nov 88 15:24:50 EST
From: Mark Lillibridge <chariot@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU, zephyr-comments@ATHENA.MIT.EDU
Reply-To: chariot@ATHENA.MIT.EDU
When your .zephyr.desc file contains code of the form:
show
Today, it is @bold($weather) in spain.
endshow
and $weather is set to "<raining>", then what is displayed is
Today, it is <raining>) in spain.
instead of the proper:
Today, it is <raining> in spain.
This bug has been in zwgc for several releases now. A work
around for now is to do the following:
set foo raining
set weather <$foo>
show
Today, it is @bold($weather) in spain.
endshow
Don't ask me why this works. It just does.
- Mark