From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39170 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Better .newsrc.eld formating Date: Sat, 06 Oct 2001 21:25:11 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87669s3ggn.fsf@marant.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035174920 26456 80.91.224.250 (21 Oct 2002 04:35:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:35:20 +0000 (UTC) Cc: jmarant@free.fr (=?iso-8859-1?q?J=E9r=F4me?= Marant), ding@gnus.org Return-Path: Original-Received: (qmail 11442 invoked from network); 6 Oct 2001 19:26:58 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 6 Oct 2001 19:26:58 -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 15px5L-0000kF-00; Sat, 06 Oct 2001 14:26:08 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 06 Oct 2001 14:25:44 -0500 (CDT) 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 OAA13299 for ; Sat, 6 Oct 2001 14:25:34 -0500 (CDT) Original-Received: (qmail 11390 invoked by alias); 6 Oct 2001 19:25:47 -0000 Original-Received: (qmail 11385 invoked from network); 6 Oct 2001 19:25:46 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 6 Oct 2001 19:25:46 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id f96JPHp28326; Sat, 6 Oct 2001 21:25:17 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id VAA29602; Sat, 6 Oct 2001 21:25:12 +0200 (MET DST) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id EA97720BD; Sat, 6 Oct 2001 21:25:11 +0200 (CEST) Original-To: pinard@iro.umontreal.ca (=?iso-8859-1?q?Fran=E7ois?= Pinard) In-Reply-To: (pinard@iro.umontreal.ca's message of "06 Oct 2001 11:16:53 -0400") Original-Lines: 16 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.107 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39170 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39170 pinard@iro.umontreal.ca (Fran=E7ois Pinard) writes: > ;; Id=E9e de Dan Christensen > ;; Save the .newsrc.eld file with extra line breaks. > (defun fp-gnus-save-quick-newsrc-routine () > (gnus-message 4 "Adding whitespace to .newsrc.eld") > (save-excursion > (goto-char (point-min)) > (while (re-search-forward "^(\\|(\\\"" nil t) > (replace-match "\n\\&" t)) Whee. Why not just use `pp' to print the stuff out? kai --=20 Linux provides a nice `poweroff' command, but where is `poweron'?