From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56937 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.w3m,gmane.emacs.gnus.general Subject: [emacs-w3m:06593] Re: enabling evaporation of overlays Date: Thu, 08 Apr 2004 13:17:49 +0900 (JST) Message-ID: <20040408.131749.80361414.jet@gyve.org> References: <20040407.205642.89144777.jet@gyve.org> Reply-To: emacs-w3m@namazu.org NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1081397898 6232 80.91.224.253 (8 Apr 2004 04:18:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2004 04:18:18 +0000 (UTC) Cc: ding@gnus.org, mi-ew3m@imarko.dhs.org, matt@stchem.bham.ac.uk Original-X-From: emacs-w3m-admin@namazu.org Thu Apr 08 06:18:08 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 1BBQzQ-0007gm-00 for ; Thu, 08 Apr 2004 06:18:08 +0200 Original-Received: from karin.namazu.org ([210.157.158.28]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBQzQ-0005wY-00 for ; Thu, 08 Apr 2004 06:18:08 +0200 Original-Received: from karin.namazu.org (localhost [127.0.0.1]) by karin.namazu.org (Postfix) with ESMTP id F397710490; Thu, 8 Apr 2004 13:18:02 +0900 (JST) Original-Received: from r-maa.spacetown.ne.jp (r-maa.spacetown.ne.jp [210.130.136.40]) by karin.namazu.org (Postfix) with ESMTP id 5CEF2FD46 for ; Thu, 8 Apr 2004 13:18:00 +0900 (JST) Original-Received: from localhost ([219.120.63.249]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i384Hx528793; Thu, 8 Apr 2004 13:17:59 +0900 (JST) Original-To: emacs-w3m@namazu.org, yamaoka@jpl.org In-Reply-To: X-ML-Name: emacs-w3m X-Mail-Count: 06593 X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (anyone can post) X-ML-Info: If you have a question, send e-mail with the body "help" (without quotes) to the address emacs-w3m-ctl@namazu.org; help= X-Mailer: Mew version 4.0.62 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) Precedence: bulk Original-Lines: 21 List-Id: emacs-w3m.namazu.org List-Software: fml [fml 4.0.3 release (20011202/4.0.3)] List-Post: List-Owner: List-Help: List-Unsubscribe: Xref: main.gmane.org gmane.emacs.w3m:3969 gmane.emacs.gnus.general:56937 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56937 Setting t to evaporate by default is rejected but RMS write this should be done by each application. After thinking I agree with this. I start to discuss abut how to deal evaporate of widget's overlay in emacs-devel. RMS wrote in emacs-devel: I'd just like to add that mh-e also has this problem when displaying mime buttons and parts. It was fixed by setting the overlay 'evaporate property to t. In any case it seems like a change for the better. Previously all the gui-button faces would shrink to zero-length overlays and remain there, invisible, when the buffer contents were deleted and new contents inserted. I now see that a lot of overlays accumulated after may reuses of the same buffer. It sounds like THESE overlays should be set to evaporate. But I think MH-E should do that. I cc'd the MH-E maintainer. Masatake YAMATO