From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64856 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Patch to change mouse binding for html view in gnus Date: Mon, 02 Jul 2007 11:59:57 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1183345216 23496 80.91.229.12 (2 Jul 2007 03:00:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2007 03:00:16 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: tromey@redhat.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 02 05:00:15 2007 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I5C97-0007iW-IG for ged-emacs-devel@m.gmane.org; Mon, 02 Jul 2007 05:00:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5C96-0007Id-KO for ged-emacs-devel@m.gmane.org; Sun, 01 Jul 2007 23:00:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5C93-0007I6-76 for emacs-devel@gnu.org; Sun, 01 Jul 2007 23:00:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5C92-0007Hq-Js for emacs-devel@gnu.org; Sun, 01 Jul 2007 23:00:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5C92-0007Hl-GE for emacs-devel@gnu.org; Sun, 01 Jul 2007 23:00:08 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I5C92-0002dq-4C for emacs-devel@gnu.org; Sun, 01 Jul 2007 23:00:08 -0400 Original-Received: from [66.225.201.151] (port=58389 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.63) (envelope-from ) id 1I5C8x-0006sL-9q; Sun, 01 Jul 2007 22:00:04 -0500 X-Hashcash: 1:20:070702:tromey@redhat.com::0VWP7RkgG8WcRNqm:000000000000000000000000000000000000000000002m+Y X-Hashcash: 1:20:070702:ding@gnus.org::e4Tv0WcsnJ7FEGnL:00001nFE X-Hashcash: 1:20:070702:emacs-devel@gnu.org::RrvMcNYFajIvUyiG:0000000000000000000000000000000000000000003oBB X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:9X0txTnof0tm209tMDAkqH9RJW4= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74171 gmane.emacs.gnus.general:64856 Archived-At: >>>>> In Tom Tromey wrote: >>>>>> "Reiner" == Reiner Steib writes: >>> However, if I click on a link in an HTML message rendered this way, >>> the target is displayed using w3m. I generally don't want this; I >>> only use w3m in Emacs for specialized things and in other cases I'd >>> rather use my external web browser. Reiner> I'm not sure if doing this unconditionally is a good idea. Shouldn't Reiner> it be customizable? > I don't know. Personally I think this is a good default -- people who > want to browse extensively in Emacs can set their > browse-url-browser-function. > Maybe there are people who want to usually use an external browser but > then browse using w3m from gnus. That seems weird to me :), but if > such people exist then, yeah, this should be customizable. Isn't it sufficient to use the following? (setq w3m-goto-article-function #'browse-url) This is used only when the `w3m-safe-view-this-url' command is invoked, and normally the `w3m-safe-view-this-url' command is bound to a certain key only in html articles.