From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: xml-parse-file and text properties Date: Tue, 25 Jul 2006 18:15:00 -0400 Message-ID: References: <41021.128.165.123.18.1153773482.squirrel@webmail.lanl.gov> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1153865745 8952 80.91.229.2 (25 Jul 2006 22:15:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Jul 2006 22:15:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 26 00:15:42 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G5VBi-0002JU-F9 for ged-emacs-devel@m.gmane.org; Wed, 26 Jul 2006 00:15:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5VBh-0004Ic-QJ for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 18:15:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5VB8-0003xS-43 for emacs-devel@gnu.org; Tue, 25 Jul 2006 18:15:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5VB7-0003wv-2M for emacs-devel@gnu.org; Tue, 25 Jul 2006 18:15:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5VB6-0003wo-TR for emacs-devel@gnu.org; Tue, 25 Jul 2006 18:15:00 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5VCV-0003oy-V4 for emacs-devel@gnu.org; Tue, 25 Jul 2006 18:16:28 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1G5VB6-0001pT-1Q; Tue, 25 Jul 2006 18:15:00 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Tue, 25 Jul 2006 10:00:13 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:57641 Archived-At: Maybe an approach along the lines of what we do with front-sticky would make sense, this way every particular use of a property can be separately marked as needing to be kept or not. I would not object to it, but I don't think this complexity is needed. I think that any given property will always want the same treatment here. If we find a case where that is not so, we could still add this extra complexity then.