From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: eww, shr, and mm-text-html-renderer Date: Mon, 28 Jul 2014 21:34:54 +0200 Message-ID: <32713738.iynzfXncDV@descartes> References: <87ha23rsy0.fsf@ferrier.me.uk> <87y4ve5qba.fsf@olgas.newt.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1406576136 22962 80.91.229.3 (28 Jul 2014 19:35:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2014 19:35:36 +0000 (UTC) Cc: Bill Wohler To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 28 21:35:29 2014 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 1XBqhl-0004L1-Dg for ged-emacs-devel@m.gmane.org; Mon, 28 Jul 2014 21:35:29 +0200 Original-Received: from localhost ([::1]:42016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBqhk-0001sC-Po for ged-emacs-devel@m.gmane.org; Mon, 28 Jul 2014 15:35:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBqhW-0001qN-DN for emacs-devel@gnu.org; Mon, 28 Jul 2014 15:35:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBqhO-0003Mn-0q for emacs-devel@gnu.org; Mon, 28 Jul 2014 15:35:14 -0400 Original-Received: from ptmx.org ([178.63.28.110]:59568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBqhN-0003In-Jp for emacs-devel@gnu.org; Mon, 28 Jul 2014 15:35:05 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id 000583316B; Mon, 28 Jul 2014 21:35:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SB6gh4Txebrz; Mon, 28 Jul 2014 21:35:03 +0200 (CEST) Original-Received: from descartes.localnet (chello080109020014.7.14.vie.surfer.at [80.109.20.14]) by ptmx.org (Postfix) with ESMTPSA id 204493316A; Mon, 28 Jul 2014 21:35:02 +0200 (CEST) User-Agent: KMail/4.13.2 (Linux/3.13.0-30-generic; KDE/4.13.2; x86_64; ; ) In-Reply-To: <87y4ve5qba.fsf@olgas.newt.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 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:173228 Archived-At: On Sunday 27 July 2014 16:34:33 Bill Wohler wrote: > On a related note, mm-text-html-renderer doesn't have eww. Why not? >=20 > What is the difference between shr and eww? `shr' is the HTML renderer used by `eww'. Kinda like what Gecko is for= =20 Firefox or Webkit/Blink for some other browsers. Maybe the docstring o= f `mm- text-html-renderer' should be changed from "use the built-in Gnus HTML=20= renderer" to "use eww's HTML renderer" or "use GNU Emacs' HTML renderer= "? Regards, R=C3=BCdiger