From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56936 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.w3m,gmane.emacs.gnus.general Subject: [emacs-w3m:06592] Re: enabling evaporation of overlays Date: Thu, 08 Apr 2004 12:57:39 +0900 (JST) Message-ID: <20040408.125739.44572072.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 1081396709 4154 80.91.224.253 (8 Apr 2004 03:58:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2004 03:58:29 +0000 (UTC) Cc: ding@gnus.org, mi-ew3m@imarko.dhs.org, matt@stchem.bham.ac.uk, emacs-w3m@namazu.org Original-X-From: emacs-w3m-admin@namazu.org Thu Apr 08 05:58:17 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 1BBQgD-00077Q-00 for ; Thu, 08 Apr 2004 05:58:17 +0200 Original-Received: from karin.namazu.org ([210.157.158.28]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BBQgD-0005ja-00 for ; Thu, 08 Apr 2004 05:58:17 +0200 Original-Received: from karin.namazu.org (localhost [127.0.0.1]) by karin.namazu.org (Postfix) with ESMTP id 1660A1042C; Thu, 8 Apr 2004 12:58:11 +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 9A814FD46 for ; Thu, 8 Apr 2004 12:58:08 +0900 (JST) Original-Received: from localhost ([219.120.63.249]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i383vn528220; Thu, 8 Apr 2004 12:57:50 +0900 (JST) Original-To: yamaoka@jpl.org In-Reply-To: X-ML-Name: emacs-w3m X-Mail-Count: 06592 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: 20 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:3968 gmane.emacs.gnus.general:56936 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56936 Yamaoka-san wrote: > I heard > Masatake YAMATO is planning to enable evaporation of all > overlays by default. All problems will be solved if it is > realized. The idae is rejected but another idea is suggested by RMS in emacs-devel: How do you think make evaporate overlay's property t by default(when make-overlay)? That would break many programs. It is the wrong solution. I think the right fix is in fix_start_end_in_overlays. When an insertion occurs next to an overlay whose beginning-marker is the advancing kind and whose end-marker is not, the overlay should stay empty. I will follow this idea. Masatake YAMATO