From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78410 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus automatic builds Date: Thu, 07 Apr 2011 21:30:52 +0200 Message-ID: <87mxk1270z.fsf@randomsample.de> References: <8762qs3swu.fsf@ericabrahamsen.net> <87r59fr05z.fsf@lifelogs.com> <87fwpv5dnz.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302204716 27611 80.91.229.12 (7 Apr 2011 19:31:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2011 19:31:56 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26713@lists.math.uh.edu Thu Apr 07 21:31:52 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 1Q7uvl-0006mD-NH for ding-account@gmane.org; Thu, 07 Apr 2011 21:31:50 +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 1Q7uvh-0000nl-7X; Thu, 07 Apr 2011 14:31:45 -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 1Q7uvg-0000ne-Ca for ding@lists.math.uh.edu; Thu, 07 Apr 2011 14:31:44 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q7uvg-0004oR-9l for ding@lists.math.uh.edu; Thu, 07 Apr 2011 14:31:45 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q7uve-0005IM-0l for ding@gnus.org; Thu, 07 Apr 2011 21:31:42 +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=bER5VLiSod79Fdzqm4Xb2GzGvl1kjTiT4TsG5ybr3PU=; b=msCiu4qw0D/PweFVr1K74uErO9Wycev7wFE3rx2eO7SR8JkjiY2xzMab6j8fEacPkCPi3aAF9tmRrl0k+GQuNTTLoh8qly8vHfnm45qkKpnhleynIXYZ9qQLkCoOgMmn; Original-Received: from dslc-082-082-176-159.pools.arcor-ip.net ([82.82.176.159] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Q7uvd-0007Ik-IH for ding@gnus.org; Thu, 07 Apr 2011 21:31:41 +0200 In-Reply-To: <87fwpv5dnz.fsf@randomsample.de> (David Engster's message of "Wed, 06 Apr 2011 22:26:56 +0200") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78410 Archived-At: David Engster writes: > 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? I now simply removed that warning from Emacs22' bytecomp.el... so everything's green now. -David