From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11716 Path: main.gmane.org!not-for-mail From: Christian Limpach Newsgroups: gmane.emacs.gnus.general Subject: Re: .newsrc.eld Date: 18 Jul 1997 16:54:32 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151382 32063 80.91.224.250 (20 Oct 2002 22:03:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:03:02 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.6/8.8.6) with ESMTP id KAA11854 for ; Fri, 18 Jul 1997 10:06:08 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id MAA08564 for ; Fri, 18 Jul 1997 12:02:46 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 18 Jul 1997 18:04:58 +0200 Original-Received: (qmail 18790 invoked by uid 504); 18 Jul 1997 16:04:56 -0000 Original-Received: (qmail 18787 invoked from network); 18 Jul 1997 16:04:55 -0000 Original-Received: from nice.ethz.ch (129.132.71.53) by claymore.vcinet.com with SMTP; 18 Jul 1997 16:04:55 -0000 Original-Received: (from uucp@localhost) by nice.ethz.ch (8.7.6/8.7.3) id SAA06954; Fri, 18 Jul 1997 18:04:49 +0200 (MET DST) Original-Received: (from chris@localhost) by delight.pin.lu (8.7.6/8.7.3) id QAA22704; Fri, 18 Jul 1997 16:54:33 +0200 (MET DST) Original-To: flognat@fukt.hk-r.se In-Reply-To: Andy Eskilsson's message of "18 Jul 1997 09:29:08 +0200" Original-Lines: 19 X-Mailer: Gnus v5.4.59/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:11716 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11716 Andy Eskilsson writes: > 2. Having one group per line would increase the size of the file > enormously I believe.. the size of a file does not change when you seperate two groups by a newline instead of a space, only the number of lines will increase... Of course, the spaces could just be removed completely to reduce the file size. > But of the records, what I do when I edit my .newsrc.eld file is > replace all ')'s with ')[newline]', warning though, remember that some > paranthesis might be inside strings, so when you are finished replace > )[newline] with ) (arrgh hate macs) maybe if the spaces were removed, you could replace )( by )[newline](, this might be more reliable... christian