From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64932 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: Fri, 13 Jul 2007 07:42:38 +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 1184280178 29781 80.91.229.12 (12 Jul 2007 22:42:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2007 22:42:58 +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 Fri Jul 13 00:42:57 2007 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 1I97NA-0003lT-LU for ged-emacs-devel@m.gmane.org; Fri, 13 Jul 2007 00:42:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I97NA-0002bG-7S for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2007 18:42:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I97N4-0002ab-SI for emacs-devel@gnu.org; Thu, 12 Jul 2007 18:42:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I97N4-0002aP-8w for emacs-devel@gnu.org; Thu, 12 Jul 2007 18:42:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I97N4-0002aM-3L for emacs-devel@gnu.org; Thu, 12 Jul 2007 18:42:50 -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 1I97N3-0003Z3-NX for emacs-devel@gnu.org; Thu, 12 Jul 2007 18:42:49 -0400 Original-Received: from [66.225.201.151] (port=57487 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.63) (envelope-from ) id 1I97My-0003OV-It; Thu, 12 Jul 2007 17:42:45 -0500 X-Hashcash: 1:20:070712:tromey@redhat.com::LcwEOWJJ9zPySZuj:000000000000000000000000000000000000000000001w2w X-Hashcash: 1:20:070712:ding@gnus.org::siC16bjtDAUPmoZh:00000Lig X-Hashcash: 1:20:070712:emacs-devel@gnu.org::2wkhbmDSfjT5BU76:0000000000000000000000000000000000000000004Jy9 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:6ksbK/EONk5LHbbWTUF+HRvqPuw= 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 - [0 0] / [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:74707 gmane.emacs.gnus.general:64932 Archived-At: >>>>> Stefan Monnier wrote: >> fboundp((lambda (url) (browse-url url) t)) > The code should use `functionp' instead of `fboundp'. Yup. I've fixed it about a week ago in the emacs-w3m CVS trunk[1]. Furthermore, I also made a change so that just `browse-url' rather than such a lambda form for `w3m-goto-article-function' may work[2]. [1] See http://emacs-w3m.namazu.org/index-en.html, or simply get: http://cvs.namazu.org/emacs-w3m.tar.gz [2] http://article.gmane.org/gmane.emacs.devel/74274 >>>>> Tom Tromey wrote: [...] Katsumi> I leave all those as the default and have no problem (Firefox Katsumi> happens to be used by default). I don't always necessarily use Katsumi> emacs-w3m. I use Firefox when purchasing something, manipulating Katsumi> my bank account... ;-) > Ok. I suppose this response means you are not swayed by my argument > that users should only have to customize in a single place. That is that at least I am only not motivated to do that. Neither this represents the emacs-w3m team nor I am a chief of the team. You can contact the team at a suitable place, i.e., the emacs-w3m mailing list for example. Regards,