From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66332 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Rendering HTML Emails Date: Mon, 18 Feb 2008 15:52:28 +0100 Message-ID: <87tzk6l3kj.fsf@member.fsf.org> References: <76d4qwgrnj.fsf@dev-d01.ppllc.com> <87ejbamxyz.fsf@member.fsf.org> <76ve4mqr4o.fsf@dev-d01.ppllc.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203346385 16780 80.91.229.12 (18 Feb 2008 14:53:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2008 14:53:05 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14823@lists.math.uh.edu Mon Feb 18 15:53:29 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JR7N3-00014L-2e for ding-account@gmane.org; Mon, 18 Feb 2008 15:53:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JR7ML-0002yt-P5; Mon, 18 Feb 2008 08:52:45 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JR7MK-0002yf-KE for ding@lists.math.uh.edu; Mon, 18 Feb 2008 08:52:44 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JR7MA-0003qG-86 for ding@lists.math.uh.edu; Mon, 18 Feb 2008 08:52:44 -0600 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JR7ME-00059z-00 for ; Mon, 18 Feb 2008 15:52:38 +0100 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 3A29E917B5 for ; Mon, 18 Feb 2008 09:52:32 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 18 Feb 2008 09:52:32 -0500 X-Sasl-enc: k7IzMSXn8aNy8KOzX4OUY7mtP2EbPYXLwKbSNMMC5Z+v 1203346351 Original-Received: from localhost (dslb-084-063-019-045.pools.arcor-ip.net [84.63.19.45]) by mail.messagingengine.com (Postfix) with ESMTP id B752B29557 for ; Mon, 18 Feb 2008 09:52:29 -0500 (EST) Mail-Followup-To: ding@gnus.org In-Reply-To: <76ve4mqr4o.fsf@dev-d01.ppllc.com> (Jake Colman's message of "Mon, 18 Feb 2008 09:24:39 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66332 Archived-At: Jake Colman writes: Hi Jake, > TH> (browse-url-firefox "http://www.gnus.org") <-- Press C-x C-e here! > > TH> do? (If it doesn't open firefox at gnus.org, then that's your > TH> problem. Beside not being gnus-related I wouldn't know what's > TH> the solution.) > > Very odd. I can get firefox to launch but it won't honor the URL. > But if I do the same thing from the Unix command-line it works fine. > > Can anyone shed some light on this? `browse-url-firefox' doesn't just issue "firefox URL", but it assembles some other options to the command (openURL, new-tab, new-window). Have a look at the definition of the command. I suspect you use a version of firefox that doesn't understand one of those. Bye, Tassilo