[2913] in Athena Bugs
Re: emacs cursor wierdness
daemon@ATHENA.MIT.EDU (Robert S. French)
Thu Aug 17 12:09:32 1989
Date: Thu, 17 Aug 89 12:09:04 -0400
From: "Robert S. French" <rfrench@ATHENA.MIT.EDU>
To: <djf@ATHENA.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: <djf@ATHENA.MIT.EDU>'s message of Thu, 17 Aug 89 12:01:11 -0400
The problem is that emacs has three distinct colors - foreground,
background, and cursor. You are setting the foreground and background
colors, while the cursor color remains default. x-flip-color and -rv
both do the "right" thing of changing the cursor color also. You
should either include an:
emacs*cursorColor: white
or, more properly:
emacs*reverseVideo: on
Rob