From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16195 Path: news.gmane.org!not-for-mail From: Rainer@krugs.de (Rainer M. Krug) Newsgroups: gmane.emacs.gnus.user Subject: Re: defining external http viewer for GNUS Date: Tue, 02 Apr 2013 16:58:38 +0200 Message-ID: <87li91m129.fsf@krugs.de> References: <87y5d1mblj.fsf@krugs.de> <87a9phyri7.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1364914731 24226 80.91.229.3 (2 Apr 2013 14:58:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Apr 2013 14:58:51 +0000 (UTC) Cc: info-gnus-english@gnu.org To: Tassilo Horn Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Apr 02 16:59:19 2013 Return-path: Envelope-to: gegu-info-gnus-english@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 1UN2g9-0007jo-S1 for gegu-info-gnus-english@m.gmane.org; Tue, 02 Apr 2013 16:59:17 +0200 Original-Received: from localhost ([::1]:35957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2fl-0005Hx-BM for gegu-info-gnus-english@m.gmane.org; Tue, 02 Apr 2013 10:58:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2fd-0005DQ-IU for info-gnus-english@gnu.org; Tue, 02 Apr 2013 10:58:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN2fa-0000Wy-VY for info-gnus-english@gnu.org; Tue, 02 Apr 2013 10:58:45 -0400 Original-Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:64582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2fa-0000Wn-Qr; Tue, 02 Apr 2013 10:58:42 -0400 Original-Received: by mail-we0-f179.google.com with SMTP id p43so391451wea.38 for ; Tue, 02 Apr 2013 07:58:41 -0700 (PDT) X-Received: by 10.180.109.82 with SMTP id hq18mr16779263wib.0.1364914721826; Tue, 02 Apr 2013 07:58:41 -0700 (PDT) Original-Received: from ecolmod ([2a01:e35:8baa:b070:f52e:a187:546f:1d99]) by mx.google.com with ESMTPS id dm9sm19473844wib.3.2013.04.02.07.58.40 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 02 Apr 2013 07:58:40 -0700 (PDT) In-Reply-To: <87a9phyri7.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Tue, 02 Apr 2013 15:46:40 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::233 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16195 Archived-At: Tassilo Horn writes: > Rainer@krugs.de (Rainer M. Krug) writes: > > Hi Rainer, > >> I would like to use an external viewer (conqueror) to view html emails >> from time to time, but I would not like to change my emacs default >> viewer (x-www-browser). Is there a way of defining one (conqueror in >> my case) only for gnus? > > Is this what you are looking for? Not exactly. I can open the article in an external viewer, but it is always the external viewer as defined in emacs. I use (setq browse-url-browser-function 'browse-url-generic browse-url-generic-program "x-www-browser") to define my external browser and I only would like to be able to open html mails in a different browser (conqueror or dillo) as this will be uch faster them chromium which is my normal x-www-browser (and I want to keep chromium for normal browsing). Thanks, Rainer > > ,----[ C-h k K H ] > | gnus-article-browse-html-article is an interactive compiled Lisp function in > | `gnus-art.el'. > | > | (gnus-article-browse-html-article &optional ARG) > | > | View "text/html" parts of the current article with a WWW browser. > | Inline images embedded in a message using the cid scheme, as they are > | generally considered to be safe, will be processed properly. > | The message header is added to the beginning of every html part unless > | the prefix argument ARG is given. > | > | Warning: Spammers use links to images (using the http scheme) in HTML > | articles to verify whether you have read the message. As > | `gnus-article-browse-html-article' passes the HTML content to the > | browser without eliminating these "web bugs" you should only > | use it for mails from trusted senders. > | > | If you always want to display HTML parts in the browser, set > | `mm-text-html-renderer' to nil. > | > | This command creates temporary files to pass HTML contents including > | images if any to the browser, and deletes them when exiting the group > | (if you want). > `---- > > Bye, > Tassilo > > > _______________________________________________ > info-gnus-english mailing list > info-gnus-english@gnu.org > https://lists.gnu.org/mailman/listinfo/info-gnus-english <#secure method=pgpmime mode=sign> -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug