From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14666 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Why can't `gnus-draft-setup' be bytecompiled? Date: 19 Mar 1998 13:25:19 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035153821 17527 80.91.224.250 (20 Oct 2002 22:43:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:43:41 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id EAA24475 for ; Thu, 19 Mar 1998 04:52:12 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id GAA22047 for ; Thu, 19 Mar 1998 06:52:49 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id HAN30791; Thu, 19 Mar 1998 07:27:28 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 19 Mar 1998 06:50:13 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id GAA22976 for ; Thu, 19 Mar 1998 06:49:35 -0600 (CST) Original-Received: (qmail 19003 invoked by uid 504); 19 Mar 1998 12:49:23 -0000 Original-Received: (qmail 18979 invoked from network); 19 Mar 1998 12:49:20 -0000 Original-Received: from ppp076.uio.no (HELO sparky.gnus.org) (129.240.240.81) by claymore.vcinet.com with SMTP; 19 Mar 1998 12:49:18 -0000 Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id NAA31654; Thu, 19 Mar 1998 13:49:12 +0100 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Hallvard B Furuseth's message of "14 Mar 1998 03:29:42 +0100" X-Mailer: Gnus v5.6.3/XEmacs 19.15 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > It *is* bytecompiled in emacs19. So it is. Huh. Even weirder. > Looking at this, I noticed a bug in gnus-setup-message: > > (defmacro gnus-setup-message (config &rest forms) > ... > `(let (...) > ... > (set (make-local-variable 'gnus-message-group-art) > (cons ,gnus-newsgroup-name ,article)) > ^^^^^^^^^^^^^^^^^^^^ > > This expands to the value which gnus-newsgroup-name has *at compile > time*. That's normally nil, unless you byte-compile inside emacs. Hm, yes... Ah; I see. It's only used in nnvirtual groups... > Normally you should only use `,' in front of the macro arguments (or > values computed from the macro arguments). There are several other > occurrences of ",gnus-*" in gnus-msg.el. And other places, as seen with > egrep ',@* *(gnus|nn[a-z0-9]*)-' *.el They are mostly used when creating functions on-the-fly. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen