* Kim F. Storm (2005-02-22) writes:

> Ralf Angeli <[EMAIL PROTECTED]> writes:
>
>>> (let (ov)
>>>   (insert "\n\nxxx")
>>>   (setq ov (make-overlay (line-beginning-position) (point)))
>>>   (overlay-put ov 'mouse-face 'highlight)
>>>   (overlay-put ov 'display "yyy"))
>
>> Okay, I poked around a bit and the following change fixes the problem
>> for me:
>
> Many thanks for finding the location of the error.
> That is a big help, even though your patch had problems.

Oh well, as I didn't fully understand the code, I was happy that I
managed to alter the behavior in some favorable direction at all. (c:

> I have just installed a fix.

Thanks!

-- 
Ralf


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

Reply via email to