From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Included libraries in the Windows binary distribution Date: Mon, 06 Feb 2012 19:48:32 -0700 Message-ID: <864nv34av3.fsf@googlemail.com> References: <8362fmemv9.fsf@gnu.org> <4F2DF0C7.6050903@gmail.com> <83liohckbr.fsf@gnu.org> <86k44113p3.fsf@googlemail.com> <8362flc876.fsf@gnu.org> <8662flymxc.fsf@googlemail.com> <87zkcw6raw.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328582929 27155 80.91.229.3 (7 Feb 2012 02:48:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2012 02:48:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 07 03:48:49 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rub6v-0003wH-1x for ged-emacs-devel@m.gmane.org; Tue, 07 Feb 2012 03:48:49 +0100 Original-Received: from localhost ([::1]:40996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rub6u-0004MA-Lf for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2012 21:48:48 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rub6r-0004Lu-68 for emacs-devel@gnu.org; Mon, 06 Feb 2012 21:48:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rub6q-0006dc-7i for emacs-devel@gnu.org; Mon, 06 Feb 2012 21:48:45 -0500 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:54188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rub6q-0006dU-0y for emacs-devel@gnu.org; Mon, 06 Feb 2012 21:48:44 -0500 Original-Received: by wgbdt11 with SMTP id dt11so4711202wgb.0 for ; Mon, 06 Feb 2012 18:48:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=dKD1SzvmORyipN+WcZo1nQATgltIbsUInssLjO4PYfw=; b=lIiJVxnSY/KBfJyKhsbUX7bhkZT14pKOxlD+MmZad9+i7Rh7L1ySFEoQZgaM6QKOZQ 46wGrHGVZOMO5l0O+sZtQDkSgi18GA9NavTX4dHWF3YaJvnFdOdMR9y9Ajkhywm58t9g YUNXWF0vUNT3RzlnU+ibW0fuT7JScETXuELqM= Original-Received: by 10.180.81.66 with SMTP id y2mr30917288wix.20.1328582922658; Mon, 06 Feb 2012 18:48:42 -0800 (PST) Original-Received: from MARVIN (174-29-192-218.hlrn.qwest.net. [174.29.192.218]) by mx.google.com with ESMTPS id g6sm47128382wig.9.2012.02.06.18.48.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Feb 2012 18:48:40 -0800 (PST) In-Reply-To: <87zkcw6raw.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 06 Feb 2012 08:10:31 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.41 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:148291 Archived-At: Ted Zlatanov writes: > Yes, see shr.el. It's a very good HTML viewer that preserves images and > the useful CSS and layout in Gnus. Just set `mm-text-html-renderer' to > 'mm-shr (it is the default now, I think, but most people customized it > in the past). Cool. I'll give that a try. Thanks.