From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69602 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general,gmane.emacs.w3m Subject: Re: [emacs-w3m:11211] right clicking on URL in emacs-w3m vs. gnus Date: Tue, 20 Apr 2010 12:20:37 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87sk6qf3bu.fsf@lifelogs.com> References: <87sk6thfcc.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 1271784117 10191 80.91.229.12 (20 Apr 2010 17:21:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Apr 2010 17:21:57 +0000 (UTC) Cc: emacs-w3m@namazu.org To: ding@gnus.org Original-X-From: ding-owner+M17993@lists.math.uh.edu Tue Apr 20 19:21:56 2010 connect(): No such file or directory 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 1O4H91-0000lE-Di for ding-account@gmane.org; Tue, 20 Apr 2010 19:21:55 +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 1O4H8C-0000Yo-4n; Tue, 20 Apr 2010 12:21:04 -0500 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 1O4H8A-0000YT-Mj for ding@lists.math.uh.edu; Tue, 20 Apr 2010 12:21:02 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O4H89-0006n3-5e for ding@lists.math.uh.edu; Tue, 20 Apr 2010 12:21:02 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1O4H88-00018Z-00 for ; Tue, 20 Apr 2010 19:21:00 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O4H84-0000EO-ME for ding@gnus.org; Tue, 20 Apr 2010 19:20:56 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 19:20:56 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 19:20:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:9h/BkARcgLWkveKOLmL1FKXTgWI= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69602 gmane.emacs.w3m:8571 Archived-At: On Sun, 18 Apr 2010 06:41:23 +0800 jidanni@jidanni.org wrote: j> In emacs-w3m, right clicking on a link brings up a menu with lots of choices. j> However doing the same action inside gnus doesn't. j> E.g., try right clicking on http://example.org/ . This is composed of two things actually: 1) the emacs-w3m popup menu should be accessible in the Article buffer. Currently it can be invoked with (w3m-mouse-major-mode-menu EVENT) so it *can* be bound to right-click in the article mode by the user. This part is pretty easy. 2) right-click on a URL should bring up that menu. I'm not sure if there are any other logical things to hang on right-click in Gnus. For instance we could bring up the Treatment or Commands menus that are otherwise in the pulldown. So maybe the emacs-w3m menu should be under the main popup menu in the article buffer, and it should also show up in the menu bar when the article buffer is using emacs-w3m. Any opinions? Ted