[4554] in Athena Bugs
vax 6.4R: emacs
daemon@ATHENA.MIT.EDU (Lucien Van Elsen)
Sat Mar 17 14:31:10 1990
To: bugs@ATHENA.MIT.EDU
Date: Sat, 17 Mar 90 14:30:55 EST
From: Lucien Van Elsen <lwvanels@ATHENA.MIT.EDU>
System name: ANDRE-NORTON
Type and version: CVAXSTAR 6.4R
Display type: SM
What were you trying to do?
Make emacs use the "kitchen sink" icon by specifying X resources
What's wrong:
The man page says:
BitMapIcon
If BitMapIcon's value is set to on, the window will
iconify into the "kitchen sink."
However, this is not true; setting this resource will have no effect. The
resource actually looked at is iconUsebitmap.
What should have happened:
It should work.
Please describe any relevant documentation references:
[Please replace this line with your information.]
The problem is caused because x11term.c looks at iconUsebitmap instead of
BitmapIcon; xterm.c looks at the right resource.