From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9313 Path: news.gmane.org!not-for-mail From: Hadron Newsgroups: gmane.emacs.gnus.user Subject: Re: How to copy URL's to clipboard? Date: Thu, 12 Jul 2007 11:34:51 +0200 Message-ID: <874pkadkxw.fsf@gmail.com> References: <87myy32bzt.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184234206 21523 80.91.229.12 (12 Jul 2007 09:56:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2007 09:56:46 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jul 12 11:56:44 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I8vPg-0002ig-3a for gegu-info-gnus-english@m.gmane.org; Thu, 12 Jul 2007 11:56:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8vPf-0008S5-KA for gegu-info-gnus-english@m.gmane.org; Thu, 12 Jul 2007 05:56:43 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 38 Original-X-Trace: individual.net LReoMQgG0lfBx4YDO4rXzw3wyjkkAJ62sBpKzHM1aHVbyp+uk/ X-Orig-Path: news.individual.net!news Cancel-Lock: sha1:YXSKC6O1GJmuZHzFLtlafM29Zdo= sha1:LUWQmBpMhb45XesiBIOozcpt328= X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79499 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9313 Archived-At: Katsumi Yamaoka writes: >>>>>> Hadron wrote: > >> What would be very nice is a piece of code to recognise when the point >> is on a "hidden" url like an html link and then extract the url >> automatically, else just the text url. > >> The one can bind the same key to browse-url-firefox passing the url as >> an argument. > > Er, although it might not be what you'd like to do, by setting > `w3m-goto-article-function' to `browse-url-firefox' (or `browse-url'), > you can use Firefox (or the browser that `browse-url-default-browser' > chooses automatically) to browse the url of a link in the article > buffer by typing the key there. This is handled much better > in the most recent emacs-w3m[1] that is under development. No, since then I would lose the ability to browse with the enter key still in w3m. Or do I misunderstand? To recap : I would like another w3m function which allows me to "browse-url" (and thus firefox) for an embedded link. Or is it already there? At the moment I "print url" and then paste it into browse-url > > By the way, for the reason that the key is bound to > `w3m-safe-view-this-url' which browses only `cid:...' urls by > default, see: (info "(emacs-w3m)Gnus") <- type `C-x C-e' here. > > [1] You can download it from the emacs-w3m CVS server as an > anonymous user, or simply download the tarball from: > http://cvs.namazu.org/emacs-w3m.tar.gz?view=tar --