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: Problems with xml-parse-string Date: Wed, 15 Sep 2010 10:51:59 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284541005 26053 80.91.229.12 (15 Sep 2010 08:56:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2010 08:56:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 10:56:44 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OvnnG-0000e9-Sh for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 10:56:43 +0200 Original-Received: from localhost ([127.0.0.1]:33329 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvnnG-0004Yg-CY for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 04:56:42 -0400 Original-Received: from [140.186.70.92] (port=58872 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovnim-0001tB-K4 for emacs-devel@gnu.org; Wed, 15 Sep 2010 04:52:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ovnil-00028g-By for emacs-devel@gnu.org; Wed, 15 Sep 2010 04:52:04 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:35895) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ovnil-00028Y-7H for emacs-devel@gnu.org; Wed, 15 Sep 2010 04:52:03 -0400 Original-Received: from ceviche.home (vpn-132-204-232-22.acd.umontreal.ca [132.204.232.22]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o8F8q0cq024491; Wed, 15 Sep 2010 04:52:01 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7353266289; Wed, 15 Sep 2010 10:51:59 +0200 (CEST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 15 Sep 2010 10:06:05 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3622=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:130186 Archived-At: >> If you're renaming them, then please add a "libxml-" prefix of some sort >> while you're at it. > Isn't that being slightly over-specific? I mean, it's conceivable that > we would switch out the library used for the parsing with something else > at some point. Conceivable, if unlikely. Yes, it's conceivable, but maybe the args and/or output would look different anyway. Stefan