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: Kim F. Storm
Subject: Re: Excessive highlighting of overlay with display property
Date: Tue, 22 Feb 2005 12:09:34 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

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.

I have just installed a fix.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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