From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matt Hodges Newsgroups: gmane.emacs.devel Subject: Re: Strange problem with latest CVS Date: Fri, 02 Apr 2004 11:16:31 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87llle65xc.fsf@dugong.chemistry.nottingham.ac.uk> References: <87isgkpxu8.fsf@dugong.chemistry.nottingham.ac.uk> Reply-To: Matt Hodges NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080901264 18271 80.91.224.253 (2 Apr 2004 10:21:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Apr 2004 10:21:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 02 12:20:58 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B9LnG-0006z6-00 for ; Fri, 02 Apr 2004 12:20:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B9LnF-00058b-00 for ; Fri, 02 Apr 2004 12:20:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B9Lk6-0005na-SQ for emacs-devel@quimby.gnus.org; Fri, 02 Apr 2004 05:17:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B9Ljf-0005mT-6Y for emacs-devel@gnu.org; Fri, 02 Apr 2004 05:17:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B9Lj7-0005Km-Ox for emacs-devel@gnu.org; Fri, 02 Apr 2004 05:17:13 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B9Lj6-0005KB-TO for emacs-devel@gnu.org; Fri, 02 Apr 2004 05:16:41 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B9Lj0-00012p-00 for ; Fri, 02 Apr 2004 12:16:34 +0200 Original-Received: from 192.146.136.129 ([192.146.136.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Apr 2004 12:16:34 +0200 Original-Received: from matt by 192.146.136.129 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Apr 2004 12:16:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 25 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 192.146.136.129 User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:NV/2iWlENLLngQmfjBGZXrMm6YA= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21195 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21195 >>>>> 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