Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Haider Rizvi <harizvi@gmail.com>
To: info-gnus-english@gnu.org
Subject: Re: Browsing to original article in gwene?
Date: Mon, 08 Oct 2012 12:10:57 -0400	[thread overview]
Message-ID: <m1txu5ymem.fsf@gmail.com> (raw)
In-Reply-To: <87txu5folh.fsf@marauder.physik.uni-ulm.de>

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	other threads:[~2012-10-08 16:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-05  2:05 Haider Rizvi
2012-10-05  4:25 ` William Gardella
2012-10-05  4:32   ` William Gardella
2012-10-05 13:25   ` Memnon Anon
2012-10-05 15:06     ` Haider Rizvi
2012-10-07 21:04     ` Toke Høiland-Jørgensen
2012-10-08  6:46       ` Reiner Steib
2012-10-08 16:10         ` Haider Rizvi [this message]
2012-10-08 17:07           ` Haider Rizvi
2012-10-08 19:11             ` Reiner Steib
2012-10-08  8:13       ` Kevin Brubeck Unhammer
2012-10-08  8:39         ` Kevin Brubeck Unhammer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1txu5ymem.fsf@gmail.com \
    --to=harizvi@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).