emacs-devel
[Top][All Lists]
Advanced

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

Strange problem with latest CVS


From: Piet van Oostrum
Subject: Strange problem with latest CVS
Date: 31 Mar 2004 17:48:35 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I just rebuilt emacs with a CVS chackout of this week (src/Changelog has
30 Mar 15:38) and got a strange problem with VM that I use as mail reader.

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:

2004-03-26  Masatake YAMATO  <address@hidden>

        * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.

        * lisp.h (fix_start_end_in_overlays): Likewise.

        * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.

        * editfns.c (Ftranspose_regions): Likewise.

Is this the intended behaviour? 
-- 
Piet van Oostrum <address@hidden>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: address@hidden




reply via email to

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