From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87680 Path: news.gmane.org!.POSTED!not-for-mail From: asjo@koldfront.dk (Adam =?utf-8?Q?Sj=C3=B8gren?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Current version, Opening HTML mails in browser Date: Sun, 24 Sep 2017 12:01:34 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87r2uw8lfl.fsf@tullinup.koldfront.dk> References: <877ey29eb7.fsf@bitburger.home.felix> <87zi9tuoog.fsf@tullinup.koldfront.dk> <871smwh880.fsf@bitburger.home.felix> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1506247345 20678 195.159.176.226 (24 Sep 2017 10:02:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 24 Sep 2017 10:02:25 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35894=ding+2daccount=gmane.org@lists.math.uh.edu Sun Sep 24 12:02:16 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dw3js-0004lO-1p for ding-account@gmane.org; Sun, 24 Sep 2017 12:02:16 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id 74ea030b-a10f-11e7-8b7f-b499baa2b07a; Sun, 24 Sep 2017 10:02:21 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1dw3jw-0008HD-Gw for ding-account@gmane.org; Sun, 24 Sep 2017 05:02:20 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1dw3jo-0008H4-LV for ding@lists.math.uh.edu; Sun, 24 Sep 2017 05:02:12 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1dw3jm-0000qJ-FI for ding@lists.math.uh.edu; Sun, 24 Sep 2017 05:02:12 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1dw3jK-0006D5-8Q for ding@gnus.org; Sun, 24 Sep 2017 12:01:47 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dw3j9-0002Br-KS for ding@gnus.org; Sun, 24 Sep 2017 12:01:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 43 Original-X-Complaints-To: usenet@blaine.gmane.org OpenPGP: id=476630590A231909B0A0961A49D0746121BDE416; url=https://asjo.koldfront.dk/gpg.asc Mail-Follow-Up-To: never X-Now-Playing: Is Your Love In Vain, Street Legal (Bob Dylan) X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87680 Archived-At: Felix writes: >> I use K H (which runs gnus-article-browse-html-article), works fine for >> me. > In my configuration, this creates a working HTML: > Wrote /tmp/mm-3420ojm.html > > but it does not trigger the browser. > > This is probably because by default, I render HTML inline > (I need "K H" for viewing HTML with inline images): Uhm, so do I, but I don't use K H to render inline images. > (setq mm-text-html-renderer 'w3m I would recommend trying the built in, default renderer, shr. It's good and fast. > Any idea? This is what I have got configured: ; Show images in HTML: (setq mm-w3m-safe-url-regexp nil mm-inline-text-html-with-images t) In my custom settings I have: '(browse-url-browser-function (quote browse-url-firefox)) '(browse-url-firefox-new-window-is-tab t) I'm guessing the first here is what you need. Best regards, Adam -- "Language design is being taken over by hackers. The Adam Sjøgren results so far are messy, but encouraging." asjo@koldfront.dk