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 <[email protected]>
;; 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/
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to