From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: xml-parse-file and text properties Date: Sun, 23 Jul 2006 23:17:06 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1153711049 13961 80.91.229.2 (24 Jul 2006 03:17:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jul 2006 03:17:29 +0000 (UTC) Cc: jdsmith@as.arizona.edu, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 24 05:17:26 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 1G4qwg-0006tA-4x for ged-emacs-devel@m.gmane.org; Mon, 24 Jul 2006 05:17:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4qwf-0001en-9j for ged-emacs-devel@m.gmane.org; Sun, 23 Jul 2006 23:17:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4qwT-0001c7-OW for emacs-devel@gnu.org; Sun, 23 Jul 2006 23:17:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4qwS-0001bB-LN for emacs-devel@gnu.org; Sun, 23 Jul 2006 23:17:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4qwS-0001b8-I8 for emacs-devel@gnu.org; Sun, 23 Jul 2006 23:17:12 -0400 Original-Received: from [209.226.175.110] (helo=tomts43-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4qxR-0007qf-M0; Sun, 23 Jul 2006 23:18:13 -0400 Original-Received: from localhost ([70.55.143.199]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060724031706.ZWEY1543.tomts43-srv.bellnexxia.net@localhost>; Sun, 23 Jul 2006 23:17:06 -0400 Original-Received: by localhost (Postfix, from userid 20848) id 16C1790A6; Sun, 23 Jul 2006 23:17:06 -0400 (EDT) Original-To: Kenichi Handa In-Reply-To: (Kenichi Handa's message of "Mon, 24 Jul 2006 10:51:16 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:57519 Archived-At: > (insert (compose-string "+o" 0 2 '(?+ (tc . bc) ?o))) > It inserts "+o" with composition property that can't be > recovered automatically once lost. But that's a hypothetical example. Stefan