[1612] in Athena Bugs

home help back first fref pref prev next nref lref last post

Emacs text cursor bug.

daemon@ATHENA.MIT.EDU (Daniel I. Applebaum)
Sun Jan 8 02:16:45 1989

From: Daniel I. Applebaum <danapple@FLOTSAM.MIT.EDU>
To: bugs@ATHENA.MIT.EDU, plx-bugs@ATHENA.MIT.EDU,
Cc: danapple@FLOTSAM.MIT.EDU, video-hackers@ATHENA.MIT.EDU
Date: Sun, 08 Jan 89 02:11:46 EST

There is a bug in version 18.52 of GNU emacs which causes incorrect
display of the outline version of the cursor.  When the mouse is moved
out of the emacs window, the text cursor is supposed to be redisplayed
as an outline.  Unfortunately the Graphics Context for this redisplay is
not initialized correctly so the outline is made of zero width line
segments.  (On Parallax displays, this has a horrible result.)  The
diffs for 18.52 follow:

% diff x11term.c.fixed x11term.c.orig
2313d2312
<     XXgcv.line_width = 1;
2318c2317
<                         GCFont|GCForeground|GCBackground|GCLineWidth,
---
>                         GCFont|GCForeground|GCBackground,
2323c2322
<                        GCFont|GCForeground|GCBackground|GCLineWidth,
---
>                        GCFont|GCForeground|GCBackground,
2328c2327
<                         GCFont|GCForeground|GCBackground|GCLineWidth,
---
>                         GCFont|GCForeground|GCBackground,


---------------------------

Dan.

home help back first fref pref prev next nref lref last post