emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Excessive highlighting of overlay with display property


From: Ralf Angeli
Subject: Re: Excessive highlighting of overlay with display property
Date: Tue, 22 Feb 2005 12:35:20 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

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

> Ralf Angeli <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]