From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.windows Subject: Re: [h-e-w] emacs-20120419-r107968 Windows Binaries Date: Fri, 20 Apr 2012 22:37:43 -0400 Message-ID: References: <4f91e6e4.68c4b60a.4a98.5dc8@mx.google.com> <87y5pp3m5a.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334975905 15970 80.91.229.3 (21 Apr 2012 02:38:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2012 02:38:25 +0000 (UTC) Cc: cschol2112@googlemail.com, "matthew.fidler" , emacs-devel@gnu.org, help-emacs-windows@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 21 04:38:23 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 1SLQDM-0002sx-4E for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2012 04:38:20 +0200 Original-Received: from localhost ([::1]:44421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLQDL-0005hM-Hr for ged-emacs-devel@m.gmane.org; Fri, 20 Apr 2012 22:38:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLQD7-0005fR-DP for emacs-devel@gnu.org; Fri, 20 Apr 2012 22:38:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLQCp-0005am-3U for emacs-devel@gnu.org; Fri, 20 Apr 2012 22:38:04 -0400 Original-Received: from ironport-out.teksavvy.com ([206.248.143.162]:22719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLQCo-0005aB-Vc; Fri, 20 Apr 2012 22:37:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYIACxOgk/O+K5t/2dsb2JhbABDuCMDgQyBCIIJAQEEAVYjEAs0EhQYDRABEy2HbwW2MothhHkEpEWBXYMDgUA X-IronPort-AV: E=Sophos;i="4.75,391,1330923600"; d="scan'208";a="175684083" Original-Received: from 206-248-174-109.dsl.teksavvy.com (HELO pastel.home) ([206.248.174.109]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 20 Apr 2012 22:37:44 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E9CB658E55; Fri, 20 Apr 2012 22:37:43 -0400 (EDT) In-Reply-To: <87y5pp3m5a.fsf@gnu.org> (Jason Rumney's message of "Sat, 21 Apr 2012 09:32:17 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.143.162 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:149888 gmane.emacs.windows:5340 Archived-At: >> 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. And for the end-user: the new package shr.el uses those functions to let Gnus render HTML email messages. Stefan