From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37479 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Problem with marking articles Date: Sat, 04 Aug 2001 11:55:26 -0400 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172888 14136 80.91.224.250 (21 Oct 2002 04:01:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:01:28 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 19387 invoked from network); 4 Aug 2001 15:55:28 -0000 Original-Received: from pool-151-196-248-133.balt.east.verizon.net (HELO bombay.dyndns.org) (151.196.248.133) by gnus.org with SMTP; 4 Aug 2001 15:55:28 -0000 Original-Received: (from nevin@localhost) by bombay.dyndns.org (8.11.2/8.11.2) id f74FtQ601659; Sat, 4 Aug 2001 11:55:26 -0400 X-Authentication-Warning: bombay.dyndns.org: nevin set sender to nevin@jhu.edu using -f Original-To: ding@gnus.org X-Face: 5qz+Fg"Lb1Z3i<6h&9Ax$jfq]k{-f:z_Uk_fQ_DOy|7;xWm4@bDK52s/-A\!8g'3a}peKv> u;mMlqf!3"K"X5B;2E|Nz}< ... ...) (setcdr active ...))) (if cache-active (progn (when ... ...) (when ... ...))) (when cache-active (when (< ... ...) (setcar active ...)) (when (> ... ...) (setcdr active ...))) (let ((cache-active ...)) (when cache-active (when ... ...) (when ... ...))) (if gnus-cache-active-hashtb (let (...) (when cache-active ... ...))) (when gnus-cache-active-hashtb (let (...) (when cache-active ... ...))) gnus-cache-possibly-alter-active("nnml:ding" 9991) gnus-cache-possibly-enter-article("nnml:ding" 9991 t nil nil) gnus-summary-mark-article(nil ?! nil) gnus-summary-mark-forward(1 ?!) gnus-summary-tick-article-forward(1) call-interactively(gnus-summary-tick-article-forward) This seems to be the direct consequence of 2001-08-03 Simon Josefsson * gnus-cache.el (gnus-cache-possibly-enter-article): The article that is entered does not necessarily have the highest article number in the group, so use `gnus-cache-possibly-alter-active' instead of `gnus-cache-update-active'. Also I am not seeing the '*' mark when I use 'u' the second time, even though I have gnus-use-cache set to t. -- Nevin