From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.help Subject: w3m - external browse Date: Sun, 14 Jan 2007 09:38:22 +1300 Message-ID: <877ivqwtkx.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 1168720843 21100 80.91.229.12 (13 Jan 2007 20:40:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Jan 2007 20:40:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 13 21:40:36 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H5pg1-00044f-D6 for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jan 2007 21:40:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H5pg1-00081V-9u for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Jan 2007 15:40:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: individual.net 89vVrkDLrKaidXBIy6PJlQQ6+uk+ufw1XV95k9tT4dhl968Qb0 X-Orig-Path: news.inidividual.net!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! Cancel-Lock: sha1:Ok+GwsbMmaOhz9OUlQ8tFYuyb5Y= Original-Xref: shelby.stanford.edu gnu.emacs.help:144678 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40282 Archived-At: I have ma default "return" browsing inside a w3m buffer. In addition I have this: (global-set-key (quote [f4]) 'browse-url-firefox) In order to browse links in an external firefox. The problem is that when using this inside a w3m page, the code picks up the hyperlink description text instead of the hidden link itself. e.g I hit f4 over a hotlink saying "Visit my Page" and I get a url of http://Visit My Page Any suggestions on how to get the underlying hyperlink? --