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