Gnus development mailing list
 help / color / mirror / Atom feed
From: Pavel@Janik.cz (Pavel Janík)
Subject: Re: CVS and endless loops?
Date: Tue, 01 Jan 2002 12:37:59 +0100	[thread overview]
Message-ID: <m31yha48b4.fsf@Janik.cz> (raw)
In-Reply-To: <m3sn9qs82r.fsf@quimbies.gnus.org> (Lars Magne Ingebrigtsen's message of "Tue, 01 Jan 2002 11:02:04 +0100")

   From: Lars Magne Ingebrigtsen <larsi@gnus.org>
   Date: Tue, 01 Jan 2002 11:02:04 +0100

   > Pavel@Janik.cz (Pavel Janík) writes:
   > 
   > > when I have only one ticked (!) article and this is the only article which
   > > should be shown in the Summary, I can not enter that group - Gnus will loop
   > > endlessly and calls gnus-goto-column forever. I can enter this group with
   > > C-u 2 RET though...
   > 
   > If you set `debug-on-quit', what does the backtrace look like? 

Debugger entered--Lisp error: (quit)
  gnus-summary-goto-subject(5488)
  gnus-summary-hide-thread()
  gnus-summary-hide-all-threads(nil)
  gnus-summary-maybe-hide-threads()
  gnus-summary-read-group-1("Python" nil t nil nil nil)
  gnus-summary-read-group("Python" nil t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  gnus-topic-select-group(nil)

I have these customized variables among others:

 '(gnus-thread-hide-subtree t)
 '(gnus-thread-ignore-subject nil)
 '(gnus-thread-sort-functions (quote (gnus-thread-sort-by-date)))

After (setq gnus-thread-hide-subtree nil) it works, when t, it does
endless loop!

Is the following change the cause of this?

	* gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
	function. 

BTW - What about adding the diff to each message to
nntp+quimby.gnus.org:gnus.cvslog? If we have had diffs there, I could check
that myself (I do not have permanent IP connection) :-)
-- 
Pavel Janík

I just found a new primitive in the Emacs 21.0.987 pretest that
looks like it could help: hit-user-on-head-with-big-stick. Wow!
                  -- Someone in comp.emacs



  reply	other threads:[~2002-01-01 11:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-01  9:59 Pavel Janík
2002-01-01 10:02 ` Lars Magne Ingebrigtsen
2002-01-01 11:37   ` Pavel Janík [this message]
2002-01-01 12:17     ` Lars Magne Ingebrigtsen
2002-01-01 10:02 ` Pavel Janík

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=m31yha48b4.fsf@Janik.cz \
    --to=pavel@janik.cz \
    /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).