>>>>> On Sun, 28 May 2006 22:20:01 +0200, [EMAIL PROTECTED] (Kim F. Storm) said:

> YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes:
>> In some cases, we can't place the cursor at the middle of overlay
>> string with the 'cursor' text property.

> Actually, if I repeat your example without the cursor property, the
> cursor also disappears.

I didn't notice that.  So, the subject could be simplified. :-)

> I have installed a change to fix the problem.  Pls. retest.

The wrapped line case seems to be fixed.  Thanks for your quick
reaction.  But now I see some strange behavior if the overlay is
placed at the end of line.

emacs -Q -D
(setq overlay (make-overlay 1 1))
(setq str (make-string 100 ?a))
(overlay-put overlay 'before-string str)
M-<
RET
C-p  --> The cursor at the previous position doesn't get erased.
C-l  --> The cursor is displayed at the vertical center position.

                                     YAMAMOTO Mitsuharu
                                [EMAIL PROTECTED]


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to