[605] in Athena Bugs
gnuemacs
daemon@ATHENA.MIT.EDU (Chris D. Peterson)
Wed Aug 17 17:10:33 1988
To: bugs@ATHENA.MIT.EDU
Cc: kit@ATHENA.MIT.EDU
Date: Wed, 17 Aug 88 16:41:15 EDT
From: Chris D. Peterson <kit@ATHENA.MIT.EDU>
Vax vs200 with parallax color.
Athena release 6.0c.
The emacs manpage has the resources listed incorrectly, here is the
real list of the emacs resources, from the source. At least those
with stars are wrong.
{ "reverseVideo", "ReverseVideo", &temp_reverseVideo },
{ "borderWidth", "BorderWidth", &temp_borderWidth },
{ "internalBorder", "BorderWidth", &temp_internalBorder },
{ "borderColor", "BorderColor", &brdr_color },
{ "background", "Background", &back_color },
{ "foreground", "Foreground", &fore_color },
* { "pointerColor", "Foreground", &mous_color },
* { "cursorColor", "Foreground", &curs_color },
{ "font", "Font", &temp_font },
{ "geometry", "Geometry", &desiredwindow },
{ "title", "Title", &XXheader },
{ "iconName", "Title", &XXicon_name },