Gnus development mailing list
 help / color / mirror / Atom feed
* Level
@ 1999-11-18 15:44 Shaun Lipscombe
  1999-11-18 15:55 ` Level Karl Kleinpaste
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Shaun Lipscombe @ 1999-11-18 15:44 UTC (permalink / raw)



`S l' sets the level.  How do I find out what the current level is?

Thanks,

Shaun

-- 
          (o_
(o_  (o_  //\
(/)_ (/)_ V_/_   shaun.lipscombe@gasops.co.uk



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Level
  1999-11-18 15:44 Level Shaun Lipscombe
@ 1999-11-18 15:55 ` Karl Kleinpaste
  1999-11-18 15:56 ` Level David S. Goldberg
  1999-11-18 16:23 ` Level Randal L. Schwartz
  2 siblings, 0 replies; 8+ messages in thread
From: Karl Kleinpaste @ 1999-11-18 15:55 UTC (permalink / raw)


`G E' will give you an editable buffer for all data related to the
group, the 2nd item of which (just after the name) is its level.

Admittedly, it's a poor way to do a simple query.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Level
  1999-11-18 15:44 Level Shaun Lipscombe
  1999-11-18 15:55 ` Level Karl Kleinpaste
@ 1999-11-18 15:56 ` David S. Goldberg
  1999-11-18 16:05   ` Level Shaun Lipscombe
  1999-11-18 16:23 ` Level Randal L. Schwartz
  2 siblings, 1 reply; 8+ messages in thread
From: David S. Goldberg @ 1999-11-18 15:56 UTC (permalink / raw)


When you do S l the default it provides is the current level.  Or you
can do a M-: (gnus-group-group-level), or you can do a G e and see it
in there.  Or you can read your .newsrc.eld :-) I prefer the first
method, myself :-)
-- 
Dave Goldberg
Post: The Mitre Corporation\MS B325\202 Burlington Rd.\Bedford, MA 01730
Phone: 781-271-3887
Email: dsg@mitre.org


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Level
  1999-11-18 15:56 ` Level David S. Goldberg
@ 1999-11-18 16:05   ` Shaun Lipscombe
  1999-11-18 16:13     ` Level Justin Sheehy
  0 siblings, 1 reply; 8+ messages in thread
From: Shaun Lipscombe @ 1999-11-18 16:05 UTC (permalink / raw)



OK, thats sorted that out.... but it seems that all my groups are on
level 3.  I was gonna put my nnml groups on level 1 or 2.  This way I
can just check mail with `1 g' or `2 g'.  I think thats what the group
levels are for.  I read the docs but it said that levels weren't some
nifty feature but, an efficiency feature in that high levels like 9 do
not contain any group information like scores etc.  The ability to
just collect mail would be nice.  Am I on the right track, or barking
up the wrong tree?

Thanks,

Shaun

P.S. Wow, quick reply!

-- 
          (o_
(o_  (o_  //\
(/)_ (/)_ V_/_   shaun.lipscombe@gasops.co.uk



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Level
  1999-11-18 16:05   ` Level Shaun Lipscombe
@ 1999-11-18 16:13     ` Justin Sheehy
  1999-11-18 17:22       ` Level Shaun Lipscombe
  0 siblings, 1 reply; 8+ messages in thread
From: Justin Sheehy @ 1999-11-18 16:13 UTC (permalink / raw)


Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes:

> I was gonna put my nnml groups on level 1 or 2.  This way I can just
> check mail with `1 g' or `2 g'.

> The ability to just collect mail would be nice.  Am I on the right
> track

Yes, that is exactly what I and several others use group levels for.

-Justin

 



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Level
  1999-11-18 15:44 Level Shaun Lipscombe
  1999-11-18 15:55 ` Level Karl Kleinpaste
  1999-11-18 15:56 ` Level David S. Goldberg
@ 1999-11-18 16:23 ` Randal L. Schwartz
  1999-11-18 16:30   ` Level Karl Kleinpaste
  2 siblings, 1 reply; 8+ messages in thread
From: Randal L. Schwartz @ 1999-11-18 16:23 UTC (permalink / raw)
  Cc: ding

>>>>> "Shaun" == Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes:

Shaun> `S l' sets the level.  How do I find out what the current level is?

I modified my group-line-format:

(setq gnus-group-line-format "%M%S%p%5y: %(%g%) %L\n")

Then the level is in the display all the time. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Level
  1999-11-18 16:23 ` Level Randal L. Schwartz
@ 1999-11-18 16:30   ` Karl Kleinpaste
  0 siblings, 0 replies; 8+ messages in thread
From: Karl Kleinpaste @ 1999-11-18 16:30 UTC (permalink / raw)


merlyn@stonehenge.com (Randal L. Schwartz) writes:
> (setq gnus-group-line-format "%M%S%p%5y: %(%g%) %L\n")

Aw, you're just a piker. :-)

(setq gnus-group-line-format "%M%S%p%P[^%L ?%I !%T] %5y: %(%G%)%l\n")

This shows me level, #dormant, #ticked articles for each, e.g.:
     [^2 ?0 !0]     1: list.ding
And I use %G because I don't need to see methods all over the place.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Level
  1999-11-18 16:13     ` Level Justin Sheehy
@ 1999-11-18 17:22       ` Shaun Lipscombe
  0 siblings, 0 replies; 8+ messages in thread
From: Shaun Lipscombe @ 1999-11-18 17:22 UTC (permalink / raw)


* "Justin" == Justin Sheehy <dworkin@ccs.neu.edu> writes:

 Justin> Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes:
 >> I was gonna put my nnml groups on level 1 or 2.  This way I can
 >> just check mail with `1 g' or `2 g'.

 >> The ability to just collect mail would be nice.  Am I on the right
 >> track

 Justin> Yes, that is exactly what I and several others use group
 Justin> levels for.

Now I know why nndraft:drafts is green ;)

Shaun

-- 
          (o_
(o_  (o_  //\
(/)_ (/)_ V_/_   shaun.lipscombe@gasops.co.uk



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1999-11-18 17:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-18 15:44 Level Shaun Lipscombe
1999-11-18 15:55 ` Level Karl Kleinpaste
1999-11-18 15:56 ` Level David S. Goldberg
1999-11-18 16:05   ` Level Shaun Lipscombe
1999-11-18 16:13     ` Level Justin Sheehy
1999-11-18 17:22       ` Level Shaun Lipscombe
1999-11-18 16:23 ` Level Randal L. Schwartz
1999-11-18 16:30   ` Level Karl Kleinpaste

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).