Gnus development mailing list
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: Group list functions (AM AA etc)
Date: 18 Aug 2001 19:18:14 -0700	[thread overview]
Message-ID: <m13d6olrmh.fsf@reader.newsguy.com> (raw)

Complaint:
Seeming brokenness with Group list commands:
`A M'  does not list all matching groups from active file,
After `A A' (or g on server in server buffer) and then using `A M'
there seems to be no way to recover the full active list.  It
disappears.  None of `L', `C-u x' `A M . <RET>' or `C-x C-b'
can recover it.  

Diagnostic details:

Starting todays cvs with emacs -q -no-site-file -l ~/path.el -f gnus &
  (where path.el is nothing but the path to cvs gnus.)

cat path.el:
(add-to-list 'load-path  "/usr/local/gnus_04/lisp")
(add-to-list 'Info-default-directory-list "/usr/local/gnus_04/texi")

In group buffer press `A A' to download the full active list

Once downloaded press `A M comp\.unix' <RET>  The buffer is
immediately limited to only my *SUBSCRIBED* groups with that match.

The documentation seemingly draws a distinction between A M and A m

`A m'
     List all unread, subscribed groups with names that match a regexp
     (`gnus-group-list-matching').

`A M'
     List groups that match a regexp (`gnus-group-list-all-matching').
 
>From that I would surmise the `A M' is designed to work against `all'
groups since the keyword `subscribed' is not present.

C-h f gnus-group-list-all-matching <RET> give some confusing language
about LEVEL and LOWEST.

========================================
gnus-group-list-all-matching is an interactive compiled Lisp function
in `gnus-group'.
(gnus-group-list-all-matching LEVEL REGEXP &optional LOWEST)

List all groups that match REGEXP.
If the prefix LEVEL is non-nil, it should be a number that says which
level to cut off listing groups.
If LOWEST, don't list groups with level lower than LOWEST.

========================================

I guess this means `C-u 9  A M' should match against all and 
`C-u 1 A M' would match against only groups at level 1.

(Maybe this is a place for a clean example rather than Jargonized
programmer talk.  Since it is a common user command.)  And the info
doc doesn't mention this at all.

At any rate neither of the above do any better.  And in every usage of
`A M' the full list buffer is truncated and not recoverable by any
thing I could think of.

Thats a pretty big buffer to have to download repeatedly.  Surely
there is some way to maintain it for more than one search?  Am I just
overlooking some obvious recovery thing.

So, at least `A a' 

`A a'
     List all groups that have names that match a regexp
     (`gnus-group-apropos').

Here the behaviour is what one would expect from the description.  And
the active file buffer is left in tact.

So what is `A M' supposed to do?


             reply	other threads:[~2001-08-19  2:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-19  2:18 Harry Putnam [this message]
2001-08-19 15:45 ` Lars Magne Ingebrigtsen
2001-08-19 19:15   ` Harry Putnam
2001-08-19 19:29     ` Lars Magne Ingebrigtsen
2001-08-19 22:11       ` Harry Putnam

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=m13d6olrmh.fsf@reader.newsguy.com \
    --to=reader@newsguy.com \
    /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).