Gnus development mailing list
 help / color / mirror / Atom feed
From: Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
Cc: ding@ifi.uio.no
Subject: Re: miscellaneous Gnus questions
Date: Tue, 25 Jun 1996 23:48:51 +0200 (MET DST)	[thread overview]
Message-ID: <199606252148.XAA16114@durin.uio.no> (raw)
In-Reply-To: <x6u3w89uvt.fsf@eyesore.no>

> This is definitely a function that has survived unscathed from GNUS
> 4.1:
> 
> (defun gnus-subscribe-hierarchically (newgroup)
>   ...)
> 
> Uhm.  What does it do?

Apparently it finds a newsgroup in .newsrc with as many components as
possible matching the initial components of NEWSGROUP.  If there are
several groups with equally many initial components, NEWSGROUP is
inserted before the first group which sorts after NEWSGROUP.  I think.
Except that if that's what it's supposed to do, it doesn't work because
it doesn't require the final component to be followed by ".", "!" or ":"
in .newsrc.  I think.  I think it should be searching for something like
this instead (unchecked).  I think.
  
  (concat "^\\(" (regexp-quote groupkey) "\\(\\.[^ \n\r\t]*\\)?\\)[!:]")


No, I don't really think.   It's too late.  G'night.

Regards,

Hallvard


  parent reply	other threads:[~1996-06-25 21:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-18 23:30 Joe Wells
1996-06-19  6:21 ` Lars Magne Ingebrigtsen
1996-06-19 12:46   ` Jack Vinson
1996-06-19 13:12     ` Lars Magne Ingebrigtsen
1996-06-22 20:08   ` Joe Wells
1996-06-24 13:46     ` Colin Rafferty
1996-08-28  6:22     ` Lars Magne Ingebrigtsen
1996-08-28 22:26       ` Roger Williams
1996-08-29  0:54         ` Roger Williams
1996-06-25 21:48   ` Hallvard B Furuseth [this message]
1996-06-19  8:26 ` Per Abrahamsen

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=199606252148.XAA16114@durin.uio.no \
    --to=h.b.furuseth@usit.uio.no \
    --cc=ding@ifi.uio.no \
    /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).