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

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

Re: Browsing to original article in gwene?


From: Haider Rizvi
Subject: Re: Browsing to original article in gwene?
Date: Mon, 08 Oct 2012 12:10:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin)

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> AFAIK, Archived-at is not specific to Gwene.

I have only seen it in gmane and gwene newsgroups. May be it exists
elsewhere as well.

Thanks to all for the helpful hints / code. I have now set a key ';'
to the following defun, which takes me to the original article in any
of nnrss, gwene and gmane groups, exactly what I wanted: 

(defun my-gnus-browse (arg)
  (interactive "p")
;  (cond ((string-match ":\(gwene\|gmane\)\." (car gnus-article-current))
  (cond ((string-match ":gwene\." (car gnus-article-current))
          (rs-gnus-browse-archived-at))
        ((string-match ":gmane\." (car gnus-article-current))
         (rs-gnus-browse-archived-at))
        ((string-match "^nnrss\." (car gnus-article-current))
          (browse-nnrss-url arg))))

The above commented regexp is a mystery to me, it seems correct and
matches when I run it manually on (car gnus-article-current).


Regards, 
-- 
Haider




reply via email to

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