From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel,gmane.emacs.windows Subject: Re: [h-e-w] emacs-20120419-r107968 Windows Binaries Date: Sat, 21 Apr 2012 09:32:17 +0800 Message-ID: <87y5pp3m5a.fsf@gnu.org> References: <4f91e6e4.68c4b60a.4a98.5dc8@mx.google.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334971955 27964 80.91.229.3 (21 Apr 2012 01:32:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2012 01:32:35 +0000 (UTC) Cc: cschol2112@googlemail.com, help-emacs-windows@gnu.org, emacs-devel@gnu.org To: "matthew.fidler" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 21 03:32:34 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SLPBi-00054Q-1o for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2012 03:32:34 +0200 Original-Received: from localhost ([::1]:38442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLPBh-0007aK-Ba for ged-emacs-devel@m.gmane.org; Fri, 20 Apr 2012 21:32:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLPBe-0007a8-FC for emacs-devel@gnu.org; Fri, 20 Apr 2012 21:32:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLPBc-0001pp-Ox for emacs-devel@gnu.org; Fri, 20 Apr 2012 21:32:30 -0400 Original-Received: from mail-pz0-f52.google.com ([209.85.210.52]:43970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLPBc-0001pc-GK; Fri, 20 Apr 2012 21:32:28 -0400 Original-Received: by dake40 with SMTP id e40so12540551dak.39 for ; Fri, 20 Apr 2012 18:32:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=iS0NVXpnp7w7PNAzoL9z0H/WYwsc4dj9bqRe7ONbckc=; b=jVCmZ2AqEEC1u2Exet7U0TXVYeTdqls6sh+xArGt/nAGvwMUZF9Cx4PhuOdXjqh4tc qfmzNcv0rpyilMEOeUoF09NVVIPl7xsLvQbrTUr8/S9Ecy6RgdHkcUOrc5LW8apCcgsA CrxXqVSVAyJlk1fjtwqUS8mqxcWnLdRzhYvjT4jvn32Yq9cjrTM7Yi2MirXzrWOvcvxO 1VAUxbdXJfcVHRIsJv4hUnK1Sn92hAMd1zE1sdorHeTrojyEnmnrKFNUaosCpC+ZHxg5 8PHsHF9++ypPtRP2BVeqRr8RIvmMjGu+FShun9u/sq4C5GY/f2gKdZNswx2iErrFTsf+ ZSlQ== Original-Received: by 10.68.204.103 with SMTP id kx7mr16772748pbc.147.1334971944819; Fri, 20 Apr 2012 18:32:24 -0700 (PDT) Original-Received: from home.jasonrumney.net ([180.75.111.9]) by mx.google.com with ESMTPS id d4sm6896122pbr.32.2012.04.20.18.32.21 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Apr 2012 18:32:23 -0700 (PDT) Original-Received: by home.jasonrumney.net (Postfix, from userid 1000) id 6C5DB17D0; Sat, 21 Apr 2012 09:32:17 +0800 (MYT) In-Reply-To: <4f91e6e4.68c4b60a.4a98.5dc8@mx.google.com> (matthew fidler's message of "Fri, 20 Apr 2012 15:44:52 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.52 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149881 gmane.emacs.windows:5339 Archived-At: "matthew.fidler" writes: > What is the libxml used for? >From NEWS: ** XML and HTML parsing If Emacs is compiled with libxml2 support, there are two new functions: `libxml-parse-html-region' (which parses "real world" HTML) and `libxml-parse-xml-region' (which parses XML). Both return an Emacs Lisp parse tree.