From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73584 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C5=81ukasz?= Stelmach Newsgroups: gmane.emacs.gnus.general Subject: Re: Survey: how do you view links in a external browser? Date: Mon, 25 Oct 2010 19:54:32 +0200 Message-ID: <8762wq88fb.fsf@kotik.lan> References: <87eibfya00.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1288029303 23578 80.91.229.12 (25 Oct 2010 17:55:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2010 17:55:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21953@lists.math.uh.edu Mon Oct 25 19:55:02 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 1PARGA-0004ci-Ji for ding-account@gmane.org; Mon, 25 Oct 2010 19:55:02 +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 1PARFy-0007Qp-AD; Mon, 25 Oct 2010 12:54:50 -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 1PARFw-0007QX-5P for ding@lists.math.uh.edu; Mon, 25 Oct 2010 12:54:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PARFu-0002Mj-JP for ding@lists.math.uh.edu; Mon, 25 Oct 2010 12:54:48 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PARFt-0005tr-00 for ; Mon, 25 Oct 2010 19:54:45 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PARFr-0004VK-SQ for ding@gnus.org; Mon, 25 Oct 2010 19:54:43 +0200 Original-Received: from 87-205-172-252.adsl.inetia.pl ([87.205.172.252]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2010 19:54:43 +0200 Original-Received: from lukasz.stelmach by 87-205-172-252.adsl.inetia.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2010 19:54:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 87-205-172-252.adsl.inetia.pl User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:UPDZd/S4W/0+f258ZoNoRHmAMKA= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73584 Archived-At: jidanni@jidanni.org writes: > How do fellows usually view links in a external browser when reading a > message in gnus? I've made Shift-MiddleButton open an external browser --8<---------------cut here---------------start------------->8--- (eval-after-load "w3m" '(define-key w3m-link-map [S-mouse-2] (lambda (event) (interactive "e") (mouse-set-point event) (w3m-external-view-this-url)))) --8<---------------cut here---------------end--------------->8--- -- Miłego dnia, Łukasz Stelmach