GNU bug report logs - #16666
Gnus hangs while marking articles

Previous Next

Packages: gnus, emacs;

Reported by: Juri Linkov <juri <at> jurta.org>

Date: Thu, 6 Feb 2014 09:03:01 UTC

Severity: normal

Tags: confirmed, fixed

Found in version 24.3.50

Fixed in version 25.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> jurta.org>
To: 16666 <at> debbugs.gnu.org
Subject: bug#16666: Gnus hangs while marking articles
Date: Thu, 06 Feb 2014 10:55:46 +0200
Package: emacs,gnus
Version: 24.3.50

Typing `T #' (gnus-uu-mark-thread) on the last thread
at the bottom of the Summary buffer goes into infinite loop.

This is caused by 2013-08-01 changes in gnus-uu.el that replaced

  (zerop (gnus-summary-next-subject 1 nil t))

with

  (zerop (forward-line 1))

to support dummy roots.  But that doesn't stop at the end of the buffer.




This bug report was last modified 9 years and 166 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.