[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: visible system caret no longer working in ms windows
From: |
Kim F. Storm |
Subject: |
Re: visible system caret no longer working in ms windows |
Date: |
24 Oct 2002 12:16:36 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
address@hidden writes:
> There were changes made on 2002-08-28 and 2002-08-30 that
> could be relevant. Both involved cursor related code
> in w32fns.c.
Those changes were first made by RMS - adding one kind of cursor
customization, and subsequently by me - adding (and consolidating)
even more cursor customization.
In RMS changes to w32term.c (!), I can see that he removed the
determination of the "active_cursor" state [which controls when
to move the system caret] -- probably because he just copied code
from xterm.c. In my subsequent change, based on RMS' code, I
consolidated what now looked as "identical" code (into xdisp.c).
So I would assume that the proper fix will be to reintroduce the
determination of the "active_cursor" state, either in
x_display_and_set_cursor in w32term.c, or (more generic) in
get_window_cursor_type in xdisp.c.
I'll look into fixing that asap.
--
Kim F. Storm <address@hidden> http://www.cua.dk
Re: visible system caret no longer working in ms windows, Richard Stallman, 2002/10/25
Re: visible system caret no longer working in ms windows, jasonr, 2002/10/25