Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-auto-select-next sometimes gets set to nil
@ 2000-01-05 23:00 Ted Stern
  2000-04-21 14:15 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Ted Stern @ 2000-01-05 23:00 UTC (permalink / raw)


Occasionally while reading a group, I 'n' onto a message that has no contents.
Since I have debug-on-error set to true, I get debug output that the message
unexists.  Sometimes, but not repeatably, this has the side effect of setting
gnus-auto-select-next to nil, which renders 'n' incapable of getting me to the
next newsgroup when I've finished reading the current one.

To my untrained (in elisp) eye, the likely culprit is in gnus-sum.el, in the
definition of gnus-summary-next-article:

      (cond
       ((or (not gnus-auto-select-next)
            (not cmd))
        (gnus-message 7 "No more%s articles" (if unread " unread" "")))
       ((or (eq gnus-auto-select-next 'quietly)
            (and (eq gnus-auto-select-next 'slightly-quietly)
                 push)
            (and (eq gnus-auto-select-next 'almost-quietly)
                 (gnus-summary-last-article-p)))

The thing that bugs me is "push".  Could that be the problem?  Or is it a bug
in Emacs-20.3?  I've tried getting my sysadmins to update to 20.5 but it is
delayed for the moment ...

-- 
 Ted Stern                 Porting/Tuning/Analysis, Applications & Libraries
 Tera Computer Company                                   http://www.tera.com
 411 First Avenue South, Suite 600        Direct 206/701-2182, Main 701-2000
 Seattle, WA 98104-2860                   Fax1   206/701-2205, Fax2 701-2500



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

* Re: gnus-auto-select-next sometimes gets set to nil
  2000-01-05 23:00 gnus-auto-select-next sometimes gets set to nil Ted Stern
@ 2000-04-21 14:15 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-21 14:15 UTC (permalink / raw)


Ted Stern <stern@tera.com> writes:

> Occasionally while reading a group, I 'n' onto a message that has no
> contents.  Since I have debug-on-error set to true, I get debug
> output that the message unexists.

That sounds like an error message from bbdb.  Do you use bbdb?

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

end of thread, other threads:[~2000-04-21 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-05 23:00 gnus-auto-select-next sometimes gets set to nil Ted Stern
2000-04-21 14:15 ` Lars Magne Ingebrigtsen

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