From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84125 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Buildbot mails restored Date: Sat, 01 Feb 2014 22:04:44 +0100 Message-ID: <87sis2mtn7.fsf@randomsample.de> References: <871tznnokq.fsf@randomsample.de> <87mwiaip8z.fsf@building.gnus.org> <87ha8iiobg.fsf@building.gnus.org> <87iosypnyc.fsf@building.gnus.org> <87wqhemu0t.fsf@randomsample.de> <87fvo2o8ew.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391288688 20181 80.91.229.3 (1 Feb 2014 21:04:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Feb 2014 21:04:48 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M32377@lists.math.uh.edu Sat Feb 01 22:04:54 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W9hkD-0007gy-L6 for ding-account@gmane.org; Sat, 01 Feb 2014 22:04:53 +0100 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 1W9hkA-0000fI-7N; Sat, 01 Feb 2014 15:04:50 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1W9hk9-0000f3-05 for ding@lists.math.uh.edu; Sat, 01 Feb 2014 15:04:49 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1W9hk8-0003Kj-4Z for ding@lists.math.uh.edu; Sat, 01 Feb 2014 15:04:48 -0600 Original-Received: from randomsample.de ([5.45.97.173]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1W9hk6-0004JE-Od; Sat, 01 Feb 2014 22:04:46 +0100 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:Cc:To:From; bh=yl6z5m+3kX20wprupBkQ9Bf8micoStt9t4bc+dB4bgE=; b=k3qjIeOLOvdmCEiARsnmaenkdtDQDDe0ymH92lg3S92WbJVE9wA7uGUeI7ehlYZtCCDMK85m9GvbPoG2n/OUtIWno7On4IIpFIvjGYB7YO950wBtwpo53RiZv55BqzKv; Original-Received: from dslc-082-083-046-149.pools.arcor-ip.net ([82.83.46.149] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1W9hk6-0000Tg-9P; Sat, 01 Feb 2014 22:04:46 +0100 In-Reply-To: <87fvo2o8ew.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Sat, 01 Feb 2014 13:00:23 -0800") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Followup-To: Lars Ingebrigtsen , ding@gnus.org X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84125 Archived-At: Lars Ingebrigtsen writes: > David Engster writes: > >> The XEmacs on the buildbot has all the Sumo packages installed, which >> also includes w3. The warning occurs because of the require for >> url-cache, which is part of w3 and which uses >> w3-configuration-directory. >> >> What really confuses me though is that when I compile manually with '-f >> batch-byte-compile-file', I don't get this warning. It seems to be >> something in dgnushack which somehow triggers this. Very strange. > > Hm. What should `w3-configuration-directory' be to silence the warning? > dgnushack could just set it... The funny thing is that the variable *is* set in XEmacs through an autoload: `w3-configuration-directory' is a variable declared in Lisp. -- loaded from "/opt/xemacs-21.5/share/xemacs/xemacs-packages/lisp/w3/auto-autoloads" Value: "~/.w3/" So what does dgnushack do that it is removed during compile? -David