[9061] in Athena Bugs
vax 7.3P: emacs and boolean X resources
daemon@ATHENA.MIT.EDU (cfields@Athena.MIT.EDU)
Sun Mar 8 16:30:10 1992
From: cfields@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Sun, 08 Mar 92 16:29:56 EST
System name: get-a-life
Type and version: CVAXSTAR 7.3P
Display type: SM
What were you trying to do?
Figure out why a friend's emacs didn't come up in reverse
video, but other X applications did.
What's wrong:
She had
*ReverseVideo: true
in her resources.
Emacs doesn't understand this. It only understands "on".
Toolkit applications understand {true,yes,on,1} for true
and {false,no,off,0} for false.
What should have happened:
Emacs ought to understand the same things for true and
false as X Toolkit applications.
Please describe any relevant documentation references:
/mit/x11/src/mit/lib/Xt/Converters.c (CvtStringToBoolean)
and maybe even a manual page somewhere.