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: Thu, 23 Sep 2010 01:48:16 +0200 Message-ID: References: <87pqw6d7nz.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285199311 7918 80.91.229.12 (22 Sep 2010 23:48:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2010 23:48:31 +0000 (UTC) Cc: "Mark A. Hershberger" , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 23 01:48:30 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 1OyZ37-0003xo-In for ged-emacs-devel@m.gmane.org; Thu, 23 Sep 2010 01:48:29 +0200 Original-Received: from localhost ([127.0.0.1]:33249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyZ36-0003Ob-Tz for ged-emacs-devel@m.gmane.org; Wed, 22 Sep 2010 19:48:28 -0400 Original-Received: from [140.186.70.92] (port=34959 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyZ2z-0003OU-70 for emacs-devel@gnu.org; Wed, 22 Sep 2010 19:48:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyZ2x-0004vQ-Vh for emacs-devel@gnu.org; Wed, 22 Sep 2010 19:48:21 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43749) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyZ2x-0004vM-S4 for emacs-devel@gnu.org; Wed, 22 Sep 2010 19:48:19 -0400 Original-Received: from dyn.144-85-173-224.dsl.vtx.ch ([144.85.173.224]:11089 helo=fmsmemgm.homelinux.net) by fencepost.gnu.org with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OyZ2w-0002Iw-DP; Wed, 22 Sep 2010 19:48:18 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 42DD06611D; Thu, 23 Sep 2010 01:48:16 +0200 (CEST) In-Reply-To: <87pqw6d7nz.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 21 Sep 2010 19:00:00 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) 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:130644 Archived-At: > A `libxml' prefix sounds a bit weird to me. When we link to the GPM > library, the functions are `gpm-mouse-*' not `libgpm-mouse-*'. libgpm is part of the GPM package and the only lib that gives access to it AFAIK, whereas libxml2 is just one of many libraries that provide access to XML data. Stefan