Gnus development mailing list
 help / color / mirror / Atom feed
From: Antoine Levitt <antoine.levitt@gmail.com>
To: ding@gnus.org
Subject: Re: Cannot read partial active file from nntp server.
Date: Mon, 23 Jan 2012 16:02:00 +0100	[thread overview]
Message-ID: <87r4yqh387.fsf@gmail.com> (raw)
In-Reply-To: <87r4yq8qan.fsf@tsdh.uni-koblenz.de>

23/01/12 15:08, Tassilo Horn
> Indeed, it seems to be caused by interrupting a frozen
> `gnus-group-get-new-news' call using C-g.  I've tried to get a backtrace
> using `toggle-debug-on-error', but that doesn't put me in the debugger.
>
> Bye,
> Tassilo

I use this:

(defadvice gnus-group-get-new-news (around gnus-timeout activate)
  "Timeout for Gnus."
  (with-timeout
      (5 (message "Gnus timed out.") (debug))
    ad-do-it))




  reply	other threads:[~2012-01-23 15:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-23  9:29 Tassilo Horn
2012-01-23  9:52 ` Antoine Levitt
2012-01-23 14:08   ` Tassilo Horn
2012-01-23 15:02     ` Antoine Levitt [this message]
2012-01-27 17:36 ` Lars Ingebrigtsen
2012-01-29 18:49   ` Tassilo Horn

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=87r4yqh387.fsf@gmail.com \
    --to=antoine.levitt@gmail.com \
    --cc=ding@gnus.org \
    /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).