From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70393 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: links in mail body Date: Fri, 03 Sep 2010 15:12:13 +0800 Message-ID: <87tym7gv1u.fsf@ericabrahamsen.net> References: <8762yol5kg.fsf@ericabrahamsen.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283498022 17948 80.91.229.12 (3 Sep 2010 07:13:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Sep 2010 07:13:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18768@lists.math.uh.edu Fri Sep 03 09:13:41 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 1OrQSw-0001tg-UD for ding-account@gmane.org; Fri, 03 Sep 2010 09:13:39 +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 1OrQRt-0005DM-E8; Fri, 03 Sep 2010 02:12:33 -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 1OrQRq-0005D7-4E for ding@lists.math.uh.edu; Fri, 03 Sep 2010 02:12:30 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OrQRo-0004tN-He for ding@lists.math.uh.edu; Fri, 03 Sep 2010 02:12:29 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OrQRn-00088V-00 for ; Fri, 03 Sep 2010 09:12:27 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OrQRj-0001LW-98 for ding@gnus.org; Fri, 03 Sep 2010 09:12:23 +0200 Original-Received: from 123.121.226.86 ([123.121.226.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 09:12:23 +0200 Original-Received: from eric by 123.121.226.86 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 09:12:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 123.121.226.86 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:YLp0xgxHqke/BgvqG3PaI0Tn57M= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70393 Archived-At: On Thu, Sep 02 2010, Lars Magne Ingebrigtsen wrote: > Eric Abrahamsen writes: > >> I notice that, when point is on a link, I get a new "Link" menu on the >> menu bar, which contains various helpful commands. Only "copy to kill >> ring" is bound to a key ('u'): presumably I could bind "Open in an >> external browser" to a key, provided that I knew the actual name of the >> command -- but I don't. Where is that menu defined? I don't even know if >> it is part of Gnus or Message. > > Me neither. I've grepped though the Gnus and Emacs sources, and the > only place I find the string "copy to kill ring" is in the outline > package, which surely isn't involved here... That's because I remembered the name wrong :) It's "Copy Link Location" and the "Link" menu is defined in emacs-w3m. So that's that mystery solved. I guess, even if w3m is used to display the message (I see there's another ongoing thread on that topic), I don't want it intervening with links. > >> All I want is: I open a mail or a news item, hit 'h' to enter the body, >> tab to the link I want, and then hit 'return' to send that link to >> Chrome. That's all. > > This is the default behaviour now in git Gnus. I'll try running git Gnus then! Thanks, Eric