From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7719 Path: news.gmane.org!not-for-mail From: Holger Sparr Newsgroups: gmane.emacs.gnus.user Subject: Re: HTML rendering in gnus Date: Sun, 23 Jul 2006 16:57:31 +0200 Organization: Technische Universitaet Dresden, Germany Message-ID: References: <87hd18ctz6.fsf@mail.com> <87psfwju1a.fsf@mail.com> <87irlojta3.fsf@mail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1153669258 7587 80.91.229.2 (23 Jul 2006 15:40:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Jul 2006 15:40:58 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Jul 23 17:40:57 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G4g4b-0007hc-1d for gegu-info-gnus-english@m.gmane.org; Sun, 23 Jul 2006 17:40:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4g4Z-0002qL-7C for gegu-info-gnus-english@m.gmane.org; Sun, 23 Jul 2006 11:40:51 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 59 Original-X-Trace: news.dfncis.de IOghtbuvCSdIAk/SPWBwYALWjCH+773yjvv6NV+IuJ9aCL Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:rXYC3vsrs+Oxc1zqAx4op92qG4k= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77904 Original-To: info-gnus-english@gnu.org 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:7719 Archived-At: On Sun, 23 Jul 2006, Hadron Quark wrote: > Hadron Quark writes: > [...] >> >> Its ok, I did this in .gnus.el and it seems to work fine >> >> (define-key gnus-article-mode-map (kbd "") >> 'w3m-view-url-with-external-browser) >> >> Any comments on whether this is better achived appreciated. >> > > Ok, this works - but what w3m function to open this link in the emacs > buffer? Cant seem to get any of the mentioned ones to > work. Interestingly the link isnt shown in the w3m buffer as underlined > : but w3m-view-url-with-external-browser does indeed "pick up" the html > link and opens it successfully in another browser. What do I need for > w3m to do this in the article buffer? > Simply w3m. ,----[ C-h f w3m RET ] | w3m is an interactive compiled Lisp function in `w3m'. | It is bound to . | (w3m &optional url new-session interactive-p) | | Visit World Wide Web pages using the external w3m command. | | When you invoke this command interactively for the first time, it will | visit a page which is pointed to by a string like url around the | cursor position or the home page specified by the `w3m-home-page' | variable, but you will be prompted for a url if `w3m-quick-start' is | nil (default t) or `w3m-home-page' is nil. | | The variables `w3m-pop-up-windows' and `w3m-pop-up-frames' control | whether this command should pop to a window or a frame up for the | session. | | When emacs-w3m sessions have already been opened, this command will | pop to the existing window or frame up, but if `w3m-quick-start' is | nil, (default t), you will be prompted for a url (which defaults to | `popup' meaning to pop to an existing emacs-w3m buffer up). | [...] | | [back] `---- --