From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78403 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus automatic builds Date: Wed, 06 Apr 2011 22:26:56 +0200 Message-ID: <87fwpv5dnz.fsf@randomsample.de> References: <8762qs3swu.fsf@ericabrahamsen.net> <87r59fr05z.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302121711 27620 80.91.229.12 (6 Apr 2011 20:28:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 20:28:31 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26706@lists.math.uh.edu Wed Apr 06 22:28:25 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7ZKy-0000ir-Jm for ding-account@gmane.org; Wed, 06 Apr 2011 22:28:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q7ZKP-0003xn-Cf; Wed, 06 Apr 2011 15:27:49 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q7ZKO-0003xf-FW for ding@lists.math.uh.edu; Wed, 06 Apr 2011 15:27:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q7ZKO-0000Tl-Ao for ding@lists.math.uh.edu; Wed, 06 Apr 2011 15:27:49 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q7ZKM-0007Vp-Pe for ding@gnus.org; Wed, 06 Apr 2011 22:27:46 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=HAad02bSDP+j5t5QnOkbNfgERRl3z05Lz+HlCyRd72Q=; b=iUzNFBKZz8bvBPyvNfjhy8fpGb93RkipPnk4tcOIGSlRbZTrH2yx1BYakBuyjqvdPZeY8SHcrTLmKVz2WWig9QSo8w+9xodqSgcJm8xEdYWsWx4oHeud/im9v2i2Bz+J; Original-Received: from dslc-082-083-045-192.pools.arcor-ip.net ([82.83.45.192] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Q7ZKL-0006bT-T1 for ding@gnus.org; Wed, 06 Apr 2011 22:27:46 +0200 In-Reply-To: (David Engster's message of "Wed, 06 Apr 2011 18:14:43 +0200") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78403 Archived-At: David Engster writes: > There are currently the following problems: > > - Xemacs 21.4 doesn't seem to support the (require 'foo nil t) syntax. > > - Xemacs 21.5 seems to have some problems with EIEIO :after functions. > > - Emacs 22: > > In toplevel form: > message.el:1923:20:Error: `make-variable-buffer-local' should be called at toplevel I fixed the XEmacs problems, but I don't know what to do about the Emacs22 one. The warning is obviously bogus, since it is this expression here that is causing it: (unless (featurep 'xemacs) (make-variable-buffer-local 'message-options)) Any idea for a simple rewrite which will silence the compiler? -David