From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45268 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Compiled format specs in .newsrc.eld? Date: Sun, 16 Jun 2002 04:23:17 +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-15 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1024194447 4653 127.0.0.1 (16 Jun 2002 02:27:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 16 Jun 2002 02:27:27 +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 17JPlG-0001Cw-00 for ; Sun, 16 Jun 2002 04:27:27 +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 17JPkU-0006F5-00; Sat, 15 Jun 2002 21:26:38 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 15 Jun 2002 21:26:55 -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 VAA02502 for ; Sat, 15 Jun 2002 21:26:45 -0500 (CDT) Original-Received: (qmail 19117 invoked by alias); 16 Jun 2002 02:26:22 -0000 Original-Received: (qmail 19112 invoked from network); 16 Jun 2002 02:26:22 -0000 Original-Received: from pfepb.post.tele.dk (193.162.153.3) by gnus.org with SMTP; 16 Jun 2002 02:26:22 -0000 Original-Received: from defun.localdomain (0xc3d7e0a6.esnxr4.ras.tele.dk [195.215.224.166]) by pfepb.post.tele.dk (Postfix) with ESMTP id B93945EF145 for ; Sun, 16 Jun 2002 04:26:18 +0200 (CEST) Original-To: ding@gnus.org In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Sat, 15 Jun 2002 17:39:48 +0000 (UTC)") Original-Lines: 22 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:45268 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45268 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Jesper Harder writes: > >> But when I look in my .newsrc.eld, I don't see any trace of byte-code. >> Is it a bug? > > gnus-compile compiles from a string to Lisp code. Byte-compiling the > Lisp code would be another step, which is not implemented. Hmm, are you sure? The doc-string for `gnus-compile' is "Byte-compile the user-defined format specs." and when I look at the function that seems to be exactly what it does. I think `gnus-update-format-specifications' is the defun responsible for converting format strings to Lisp. But in any case, neither the non-compiled Lisp versions nor the byte-compiled versions are saved in my .newsrc.eld.