[647] in Athena Bugs
emacs xresources
daemon@ATHENA.MIT.EDU (jik@ATHENA.MIT.EDU)
Thu Aug 25 20:56:20 1988
From: <jik@ATHENA.MIT.EDU>
Date: Thu, 25 Aug 88 20:55:11 EDT
To: jh@ATHENA.MIT.EDU
Cc: watch@ATHENA.MIT.EDU, bugs@ATHENA.MIT.EDU
In-Reply-To: Joe Harrington's message of Thu, 25 Aug 88 17:26:40 EDT <8808252126.AA17808@ANATHEMA.MIT.EDU>
In the lists below, an asterisk indicates something at odds with the
manual page for emacs.
The following X parameters can be found by searching through the
/usr/bin/X/emacs binaries, AND they actually set something when they
are used (asterisks indicate items which do not appear in the manual
page):
reverseVideo
ReverseVideo (when not overridden by reverseVideo)
borderWidth
BorderWidth (when not overridden by borderWidth)
* internalBorder
* font
* Font (when not overridden by font)
* geometry
* Geometry (when not overridden by Geometry)
* title (for setting the X window name)
* Title (when not overridden by title)
* iconName
The following X parameters can be found by searching through the
/usr/athena/emacs binaries, but I can't test them because I don't have
access to a color machine (asterisks indicate items which do not
appear in the manual page):
* borderColor
* BorderColor
background
Background
foreground
Foreground
* pointerColor
* cursorColor
The following parameters can be found on the manual page for emacs
(asterisks indicate those parameters which are incorrect):
* BodyFont
ReverseVideo
* BitMapIcon (does not work -- does not even appear in the binary)
BorderWidth
Foreground
Background
* Border
* Cursor
* Mouse
The following paramaters appear to be used in the
/paris/u3/gnuemacs.v18/src sources (* indicates items that don't
appear in the binaries, + indicates items that don't appear in the
manual page):
ReverseVideo
* BitmapIcon
BorderWidth
+ InternalBorder
* Border
+ BorderColor
Background
Foreground
* Mouse
* Cursor
* BodyFont
Notice that while the manual pages and sources use BodyFont, Cursor,
Mouse and Border, the binaries actually use Font, CursorColor,
MouseColor and BorderColor.