From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4009 Path: main.gmane.org!not-for-mail From: steve@miranova.com (Steven L. Baur) Newsgroups: gmane.emacs.gnus.general Subject: Sgnus 0.13 losing expirable articles Date: 16 Nov 1995 13:35:19 -0800 Organization: Miranova Systems, Inc. Sender: steve@miranova.com Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144819 28255 80.91.224.250 (20 Oct 2002 20:13:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:13:39 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id OAA01006 for ; Thu, 16 Nov 1995 14:31:46 -0800 Original-Received: from miranova.com (steve@miranova.com [204.212.162.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 16 Nov 1995 22:35:27 +0100 Original-Received: (from steve@localhost) by miranova.com (8.6.11/8.6.9) id NAA00600; Thu, 16 Nov 1995 13:35:22 -0800 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ Original-Lines: 18 X-Mailer: September Gnus v0.12 Xref: main.gmane.org gmane.emacs.gnus.general:4009 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4009 It was a simple typo in gnus.el. Patch follows. --- gnus.el~ Wed Nov 15 16:09:13 1995 +++ gnus.el Thu Nov 16 13:26:55 1995 @@ -7530,7 +7530,7 @@ (let ((name (intern (format "gnus-newsgroup-%s" (car thing))))) (set name (copy-sequence (cdr (assq (cdr thing) marked)))))) '((marked . tick) (replied . reply) - (exirable . expire) (killed . killed) + (expirable . expire) (killed . killed) (bookmarks . bookmark) (dormant . dormant) (scored . score))))) I'm still trying to track down why the ticked articles disappeared ... -- steve@miranova.com baur