From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69765 Path: news.gmane.org!not-for-mail From: Kane Dou Newsgroups: gmane.emacs.gnus.general Subject: Re: follow link in an external browser Date: Wed, 30 Jun 2010 05:21:02 +0800 Message-ID: <87r5jp8ri9.fsf@gmail.com> References: <87r5jsbvoi.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277851669 18772 80.91.229.12 (29 Jun 2010 22:47:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2010 22:47:49 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18156@lists.math.uh.edu Wed Jun 30 00:47:48 2010 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.69) (envelope-from ) id 1OTjal-00009R-4y for ding-account@gmane.org; Wed, 30 Jun 2010 00:47:47 +0200 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 1OTjaH-0004WO-Fn; Tue, 29 Jun 2010 17:47:17 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OTiIk-0004DH-PB for ding@lists.math.uh.edu; Tue, 29 Jun 2010 16:25:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OTiIj-0005vA-Lg for ding@lists.math.uh.edu; Tue, 29 Jun 2010 16:25:06 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OTiIh-0006Wk-00 for ; Tue, 29 Jun 2010 23:25:03 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OTiIg-0003Y5-UN for ding@gnus.org; Tue, 29 Jun 2010 23:25:02 +0200 Original-Received: from 58.38.81.221 ([58.38.81.221]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jun 2010 23:25:02 +0200 Original-Received: from douqilong by 58.38.81.221 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jun 2010 23:25:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 58.38.81.221 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:QF+lYw+E+JpB22/OLYULD0W0gyw= X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0005 Ham tokens: 0.000-227--373h-0s--0d--H*M:fsf, 0.000-122--200h-0s--0d--H*u:Emacs, 0.000-110--180h-0s--0d--H*u:Gnus, 0.000-101--166h-0s--0d--H*u:linux, 0.000-101--166h-0s--0d--H*UA:linux Spam tokens: 0.965-482--122h-11082s--0d--HTo:D*gnus.org, 0.948-437--188h-11459s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.948-437--188h-11459s--0d--H*RU:quimby.gnus.org, 0.938-400--225h-11459s--0d--HX-Spam-Relays-Internal:quimby.gnus.org, 0.938-400--225h-11459s--0d--H*RT:80.91.231.51 Autolearn status: no 0.0 FREEMAIL_FROM Sender email is freemail (douqilong[at]gmail.com) 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0005] 0.9 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69765 Archived-At: jidanni@jidanni.org writes: > In gnus I am reading a pure text non-HTML mail, just like this one. > > I move the mouse on top of a link just like > http://www.forumosa.com/taiwan/viewforum.php?f=12 > > A mouseover message appears saying "follow the link". > > But there is no way, despite having three (3) mouse buttons, to do what > I want: follow link in an external browser. The middle mouse key gives me an external browser window. You can try to set these variables (like this): (setq browse-url-generic-program (executable-find "google-chrome") browse-url-browser-function 'browse-url-generic) Change "google-chrome" to your browser's bin file.