From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48705 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: message about errors in .newsrc.eld on startup Date: Sat, 04 Jan 2003 03:06:33 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87d6stx1jr.fsf@home.lan> <84d6ne8ciu.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1041648168 20052 80.91.224.249 (4 Jan 2003 02:42:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 4 Jan 2003 02:42:48 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18UeGs-0005DH-00 for ; Sat, 04 Jan 2003 03:42:46 +0100 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 18UeFS-0007vo-00; Fri, 03 Jan 2003 20:41:18 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Jan 2003 20:42:11 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id UAA00328 for ; Fri, 3 Jan 2003 20:41:57 -0600 (CST) Original-Received: (qmail 85168 invoked by alias); 4 Jan 2003 02:40:59 -0000 Original-Received: (qmail 85163 invoked from network); 4 Jan 2003 02:40:59 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 4 Jan 2003 02:40:59 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18UeH5-00087J-00 for ; Sat, 04 Jan 2003 03:42:59 +0100 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 26 Original-NNTP-Posting-Host: 0xc3f9826e.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1041648179 31203 195.249.130.110 (4 Jan 2003 02:42:59 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 4 Jan 2003 02:42:59 GMT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:VOuyVf9CX20ofWVhlS1jIcHJbtI= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48705 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48705 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > Simon Josefsson writes: > >> I always need to remove the `(setq gnus-format-specs ...)' line when >> moving between emacses nowadays, because it contains byte compiled >> stuff. > > I don't have that line in .newsrc.eld anymore. There was some > discussion previously where people told me that Gns now computes the > byte-code when it starts up. I think I was the one claiming that. Don't believe it -- it's not true :-) I mixed up the global and buffer-local value of `gnus-summary-line-format-spec'. *But* byte-compiling the format-spec seems to have a very insignificant influence on performance. I can't measure any difference in the total time, and timing the difference between (with-temp-buffer (dotimes (i 100000) (eval gnus-summary-line-format-spec))) with and without byte-compiling suggests that the difference for the total time should be less than 1% ... at least for my summary-line.