From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9772 Path: main.gmane.org!not-for-mail From: Johan Vromans Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.4.10 is released Date: 03 Feb 1997 15:47:33 +0100 Sender: johan_vromans@nl.compuware.com (Johan Vromans) Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149744 20423 80.91.224.250 (20 Oct 2002 21:35:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:35:44 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id HAA09712 for ; Mon, 3 Feb 1997 07:50:57 -0800 Original-Received: from ns.NL.net (ns.NL.net [193.78.240.1]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 3 Feb 1997 16:27:36 +0100 Original-Received: from uniface by ns.NL.net (5.65b/NLnet1.3) id AA01580; Mon, 3 Feb 1997 15:56:23 +0100 Original-Received: from plume.uniface.nl (c550.nl.compuware.com [172.16.24.238]) by dewmoth.nl.compuware.com (8.6.9/961125) with SMTP id PAA03797 for ; Mon, 3 Feb 1997 15:47:35 +0100 Original-Received: by plume.uniface.nl (Smail3.1.29.1 #2) id m0vrPgD-000Bi3C; Mon, 3 Feb 97 15:47 MET Original-Sender: johan_vromans@nl.compuware.com Original-To: ding@ifi.uio.no X-Mailer: GNU Emacs 19.34.1 with VM 6.10 In-Reply-To: Lars Magne Ingebrigtsen's message of 03 Feb 1997 07:49:32 +0100 Original-Lines: 29 Xref: main.gmane.org gmane.emacs.gnus.general:9772 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9772 Lars Magne Ingebrigtsen writes: > * gnus.el: Gnus v5.4.10 is released. 1. Somehow from 5.4.5 to 5.4.10 using "expiry-wait never" is no longer accepted, e.g.: (setq gnus-newsrc-alist '(("nnml+private:maillists.netfuture" 3 ((1 . 8)) ((expire (7 . 8))) (nnml "private" (nnml-address "private") ((expiry-wait never)))) ...)) 2. An option to have gnus write out the .newsrc.eld in editable form (e.g. use (insert (pp-to-string (symbol-value variable))) instead of (prin1 (symbol-value variable) (current-buffer)) would be nice. -- Johan