Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: nnir in Oort problem
Date: Thu, 26 Dec 2002 20:40:36 +0100	[thread overview]
Message-ID: <84y96cin63.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <9cfbs3838p9.fsf@rogue.ncsl.nist.gov>

Ian Soboroff <org@acm.isoboroff> writes:

> I have (gcc-self . t) set in my root topic, so it essentially affects
> all groups.  This is why I think the Gcc is set as it is in nnir
> groups.  So, instead of using (gcc-self . t), maybe I could do:
>
> (setq gnus-message-archive-group
>       '((if (eq 'nnir (car (gnus-find-method-for-group gnus-newsgroup-name)))
> 	    (nnir-artlist-artitem-group nnir-artlist THE-MESSAGE)
> 	  (gnus-group-group-name))))

Maybe gnus-current-article has the right value.  But the variable is
buffer-local, so maybe it's evaled in the wrong buffer.  Hmmm...

Ah!  If gnus-current-article fails, then maybe you could do (aref
gnus-current-headers 0).  That seems to work at least in this message
I'm composing.

I wonder if this could be built into the standard gcc-self
mechanism.  Where could it be?

[time passes]  I've now looked in gnus-inews-insert-archive-gcc, and
that does not appear to be the right spot.
-- 
Ambibibentists unite!


           reply	other threads:[~2002-12-26 19:40 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <9cfbs3838p9.fsf@rogue.ncsl.nist.gov>]

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=84y96cin63.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /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).