From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45291 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Compiled format specs in .newsrc.eld? Date: Mon, 17 Jun 2002 18:31:24 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1024331735 18807 127.0.0.1 (17 Jun 2002 16:35:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Jun 2002 16:35:35 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17JzTa-0004tE-00 for ; Mon, 17 Jun 2002 18:35:34 +0200 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 17JzT0-0005k7-00; Mon, 17 Jun 2002 11:34:58 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 17 Jun 2002 11:35:17 -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 LAA05643 for ; Mon, 17 Jun 2002 11:35:05 -0500 (CDT) Original-Received: (qmail 16389 invoked by alias); 17 Jun 2002 16:34:41 -0000 Original-Received: (qmail 16384 invoked from network); 17 Jun 2002 16:34:41 -0000 Original-Received: from pfepc.post.tele.dk (193.162.153.4) by gnus.org with SMTP; 17 Jun 2002 16:34:41 -0000 Original-Received: from defun.localdomain (0xc3f9822e.esnxr3.ras.tele.dk [195.249.130.46]) by pfepc.post.tele.dk (Postfix) with ESMTP id F03D4263924 for ; Mon, 17 Jun 2002 18:34:37 +0200 (CEST) Original-To: ding@gnus.org In-Reply-To: (jas@extundo.com's message of "Mon, 17 Jun 2002 15:57:04 +0000 (UTC)") Original-Lines: 27 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45291 jas@extundo.com (Simon Josefsson) writes: >> There's no difference for summary buffer generation. Of course, that's >> hardly surprising, since there *shouldn't* be any difference. > > So why the we bother fixing it? ;-) The real reason why I noticed: Someone reported a strange Gnus bug in dk.edb.system.unix. When starting Gnus he would get this error: "Symbol's value as variable is void: gnus-t" and nothing more would happen. I guessed that maybe it could be caused by a wrong newline in the format specs in .newsrc.eld¹. But when I looked in my own .newsrc.eld there were no format specs. I wasn't really sure whether the manual or the code was wrong about saving format specs -- I can think of two good reasons for not saving them: * It doesn't really matter. * Byte-code isn't portable between Emacs and XEmacs. So basically I was just wondering if it was a documentation bug or a code bug. ¹ this was indeed the problem.