From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84127 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:17:10 +0100 Message-ID: <87ob2qmt2h.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> <87sis2mtn7.fsf@randomsample.de> <878utuo7wq.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391289431 28126 80.91.229.3 (1 Feb 2014 21:17:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Feb 2014 21:17:11 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M32379@lists.math.uh.edu Sat Feb 01 22:17:18 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 1W9hwE-0006lx-J1 for ding-account@gmane.org; Sat, 01 Feb 2014 22:17:18 +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 1W9hwC-0000mc-TM; Sat, 01 Feb 2014 15:17:16 -0600 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 1W9hwB-0000mR-U4 for ding@lists.math.uh.edu; Sat, 01 Feb 2014 15:17:15 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1W9hwA-000706-Kz for ding@lists.math.uh.edu; Sat, 01 Feb 2014 15:17:15 -0600 Original-Received: from randomsample.de ([5.45.97.173]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1W9hw9-0004aJ-A0; Sat, 01 Feb 2014 22:17:13 +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=thHCYFCyd7C4StiqQK6i0FX4rZJ2sf0N8XbLVLza0Co=; b=fFDaUBYHz+3j96OGXoxWew9Fk2Q69rvvqtAjJ5U5q55oQowTsIvEIDPjhpeZ2rD06sWGZIJnECKCNA3ifZpG+sKQepkNA5sUC1/R5iRxRpso6aoSAz+yaEn/zsQK7v8O; 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 1W9hw8-0001ag-Rr; Sat, 01 Feb 2014 22:17:13 +0100 In-Reply-To: <878utuo7wq.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Sat, 01 Feb 2014 13:11:17 -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:84127 Archived-At: Lars Ingebrigtsen writes: > David Engster writes: > >> 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? > > I can't see any mention of it at all in dgnushack... > > And if I do a "./configure --with-emacs=xemacs" and then say "make", I > don't get any of these warnings. This is on a Fedora 19 laptop with > xemacs-packages-extra installed (which I assume is something akin to > "sumo")... > > I'll have dgnushack bind w3-configuration-directory and see whether that > helps. Don't be alarmed. I completely borked the Xemacs installation now. Will re-install. :-| -David