From: Wai-Kwong Sam LEE

Subject: text coloring

Date: 1996-10-22 19:14

Hello,

I'm doing some text marking work in ACL. What I want to do right now is
to mark some text, add some tags around the text and change the color of
the text.

I tried to use set-foreground-color to set color of the selected text.
However, if I do another set-foreground-color to restore the color back
to normal and I select/edit the text again, the color of the colored
text will change back to the normal color because set-foreground-color's
effect is global and affects all new/refreshed text. Is there a way to
keep the color of the colored text?

Thanks.


- sam