From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40289 Path: main.gmane.org!not-for-mail From: Istvan Marko Newsgroups: gmane.emacs.gnus.general Subject: "..." in .marks files Date: Wed, 14 Nov 2001 17:42:28 -0800 Sender: owner-ding@hpc.uh.edu 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 1035175862 32561 80.91.224.250 (21 Oct 2002 04:51:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:51:02 +0000 (UTC) Return-Path: Original-Received: (qmail 21233 invoked from network); 15 Nov 2001 01:43:47 -0000 Original-Received: from malifon.math.uh.edu (129.7.128.13) by mastaler.com with SMTP; 15 Nov 2001 01:43:47 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 164BYJ-00031d-00; Wed, 14 Nov 2001 19:42:51 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 14 Nov 2001 19:42:33 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id TAA00112 for ; Wed, 14 Nov 2001 19:42:23 -0600 (CST) Original-Received: (qmail 21216 invoked by alias); 15 Nov 2001 01:42:30 -0000 Original-Received: (qmail 21211 invoked from network); 15 Nov 2001 01:42:30 -0000 Original-Received: from prattle.redback.com (hiddenuser@155.53.12.9) by gnus.org with SMTP; 15 Nov 2001 01:42:30 -0000 Original-Received: from redbull.redback.com (redbull.redback.com [155.53.42.26]) by prattle.redback.com (Postfix) with ESMTP id 705D14BA218 for ; Wed, 14 Nov 2001 17:42:28 -0800 (PST) Original-Received: (from istvan@localhost) by redbull.redback.com (8.11.6/8.9.3/null redback linux client) id fAF1gSM02210; Wed, 14 Nov 2001 17:42:28 -0800 X-Authentication-Warning: redbull.redback.com: istvan set sender to istvan@redback.com using -f Original-To: ding@gnus.org Original-Lines: 15 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40289 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40289 Every once in a while i end up with an unreadable (to gnus) .marks file with "..." in it: ((read (1 . 2247)) (expire 2121 2170 2173 (2175 . 2180) (2183 . 2184) 2190 (2193 . 2196) (2200 . 2201) (2204 . 2208) ...) (reply 2239) (dormant 2118 2137)) My first thought was that one of the packages I am using must be leaking a print-level or print-length setting which affects the princ in nnml-save-marks but i can't see any other evidence of this. I am wondering if anyone else has seen this problem? Shouldn't gnus-prin1 be used at places like this? -- Istvan