emacs-devel
[Top][All Lists]
Advanced

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

Re: Strange problem with latest CVS


From: Matt Hodges
Subject: Re: Strange problem with latest CVS
Date: Fri, 02 Apr 2004 11:16:31 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

>>>>> Matt Hodges writes:

 > > When I hit a message that ends with an attachment thereafter
 > > every message that I see has all text with the gui-button face.
 > > (This is the VM Presentation buffer)

 > > I think this is caused because the end of the buffer has this
 > > face, and VM reuses the buffer, clears it and fills it with the
 > > new message. Apparently the face is sticking with the empty
 > > buffer and is then inherited by the new text. Maybe this change
 > > is causing it:

 > I think emacs-w3m hits the same problem. Overlays from 1 to 1 in
 > otherwise empty buffers span 1 to (point-max) after insertion of
 > text; previously (before the change you mention, I think) such
 > overlays still spanned 1 to 1 after insertion of text.

I think the same problem can be seen in Gnus (v5.10.6). If I do
gnus-summary-toggle-header, then an overlay including mouse-face
highlight spans all the headers.

Does anyone else see this?

Matt






reply via email to

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