[gnu.emacs.gnus] GNUS suggestions

mcgrath@paris.Berkeley.EDU (Roland McGrath) (02/19/89)

A GNUS-specific poster would be very nice.

There should be a user variable to decide whether you get a "no more unread
messages -- hit SPC" message or whether it just goes on to the next group
without stopping.

GNUS Article mode should not display the Subject line, since it's already in
the GNUS Subject buffer AND mode line.

The GNUS Subject mode line should not include that mode string that
display-time et al use.

GNUS Article mode should only display the Newsgroups line if it contains
multiple newsgroups.  If it only contains one, it must be the current group,
and this info is on the mode lines.

I'm still using GNUS 3.8.  I never got 3.10 working.  Maybe I'll try it again.
--
	Roland McGrath

roland@wheaties.ai.mit.edu, mit-eddie!wheaties.ai.mit.edu!roland

tale@pawl.rpi.edu (David C Lawrence) (02/20/89)

In article <MCGRATH.89Feb18160343@paris.Berkeley.EDU> 
mcgrath@paris.Berkeley.EDU (Roland McGrath) writes:

> A GNUS-specific poster would be very nice.

Why?   Is there any need to reinvent the wheel and add even more
memory usage into the picture that way?

> There should be a user variable to decide whether you get a "no more unread
> messages -- hit SPC" message or whether it just goes on to the next group
> without stopping.

There is.  gnus-auto-select-next.  Mine is set to 'quietly.

> GNUS Article mode should not display the Subject line, since it's already in
> the GNUS Subject buffer AND mode line.

GNUS Article now displays the current group name, the range of
"active" articles (read by NNTP recently) and the current article
number.  I wish there was a way to get the time string and Mail notice
into the Article modeline.

> The GNUS Subject mode line should not include that mode string that
> display-time et al use.
 
Agreed, and it doesn't.  It gives as much of the Subject line as it
can fit.

> GNUS Article mode should only display the Newsgroups line if it contains
> multiple newsgroups.  If it only contains one, it must be the current group,
> and this info is on the mode lines.

I have a hook for this but I am in a hurry to get home and eat.  I'll
be posting it later.

> I'm still using GNUS 3.8.  I never got 3.10 working. Maybe I'll try it again.

(insert (gnus-version)): You're running GNUS 3.10 with NNTP 3.7

A lot of these things have been remedied in 3.10 and Masanobu has
indicated that even more neat/nicer/nifty things are in the next
release. 

Dave
--
      tale@rpitsmts.bitnet, tale%mts@rpitsgw.rpi.edu, tale@pawl.rpi.edu

bob@tinman.cis.ohio-state.edu (Bob Sutterfield) (02/20/89)

In article <MCGRATH.89Feb18160343@paris.Berkeley.EDU> mcgrath@paris.Berkeley.EDU (Roland McGrath) writes:
   A GNUS-specific poster would be very nice.

This would have to be very, very careful to avoid locking conflicts
with inews.  It's probably not a good idea, unless you desperately
want features you can't get with a new frontend to inews.  What
features do you think are missing?

   There should be a user variable to decide whether you get a "no
   more unread messages -- hit SPC" message or whether it just goes on
   to the next group without stopping.

I find the combination of
	(setq gnus-novice-user nil)
	(setq gnus-auto-select-next 'quietly)
	(setq gnus-auto-select-same t)
to be quite pleasant.  I used to use M-C-N and . a lot.  Now, I live
with my thumb on the space bar most of the time and it does what I
want: following subject threads and moving painlessly to the next
group.