info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: open an article in google groups


From: Reiner Steib
Subject: Re: open an article in google groups
Date: Fri, 29 May 2009 08:58:10 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux)

On Fri, May 29 2009, Leo wrote:

> I wonder if it is possible to construct a url based on the article in
> Gnus and view the article in the google groups in the browser. So it is
> the reverse of nnweb.

See `rs-gnus-button-browse-mid' (and everything mentioning "google")
inĀ [1][2].

The following opens the article in the browser when clicking (or using
RET) on a MID in References and Message-ID headers:

--8<---------------cut here---------------start------------->8---
  (add-to-list
   'gnus-header-button-alist
   '("^\\(References\\|Message-I[Dd]\\):" "<\\([^<>]+\\)>"
     1 (>= gnus-button-message-level 0) rs-gnus-button-browse-mid 1)
   t) ;; append!
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.

[1]
;; rs-gnus-article.el -- Auxiliary article mode commands for Gnus
;; $Id: rs-gnus-article.el,v 1.16 2008-03-22 12:25:10 ste Exp $

;; Author: Reiner Steib <Reiner.Steib@gmx.de>
;; Keywords: news
;; X-URL: 
http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/gnus/rs-gnus-article.el

[2] I should remove the rs-gnus-read-* stuff as it is included in No
    Gnus now.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]