From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72567 Path: news.gmane.org!not-for-mail From: hobbes@poukram.net (=?utf-8?Q?R=C3=A9mi?= Letot) Newsgroups: gmane.emacs.gnus.general Subject: Re: make[1]: *** [gnus-load.el] Erreur 2 Date: Mon, 04 Oct 2010 22:57:06 +0200 Message-ID: <87eic5ekwt.fsf@sphax.lybrafox.lan> References: <87zkut94cb.fsf@sphax.lybrafox.lan> <87r5g592yl.fsf@sphax.lybrafox.lan> <87iq1h929b.fsf@sphax.lybrafox.lan> <878w2dpumx.fsf@elegiac.orebokech.com> <87zkutpu2q.fsf@sphax.lybrafox.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1286225859 16739 80.91.229.12 (4 Oct 2010 20:57:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2010 20:57:39 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20939@lists.math.uh.edu Mon Oct 04 22:57:36 2010 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 1P2s6J-0003P3-4g for ding-account@gmane.org; Mon, 04 Oct 2010 22:57:35 +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 1P2s6B-0001k5-H1; Mon, 04 Oct 2010 15:57:27 -0500 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 1P2s6A-0001jo-3S for ding@lists.math.uh.edu; Mon, 04 Oct 2010 15:57:26 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P2s5z-0004cB-JD for ding@lists.math.uh.edu; Mon, 04 Oct 2010 15:57:25 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P2s5y-0002gG-00 for ; Mon, 04 Oct 2010 22:57:14 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P2s5x-0003Hp-Q9 for ding@gnus.org; Mon, 04 Oct 2010 22:57:13 +0200 Original-Received: from 181.178-66-87.adsl-dyn.isp.belgacom.be ([87.66.178.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 22:57:13 +0200 Original-Received: from hobbes by 181.178-66-87.adsl-dyn.isp.belgacom.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 22:57:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 40 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 181.178-66-87.adsl-dyn.isp.belgacom.be User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:JsaGVWKlKOVsOQL+J8QyNbJmSwA= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72567 Archived-At: hobbes@poukram.net (Rémi Letot) writes: > Romain Francoise writes: > >> hobbes@poukram.net (Rémi Letot) writes: >> >>> I don't set it myself, this is automatically detected by >>> configure. Maybe my emacs setup is borked by the last upgrade, I >>> don't know and I don't understand configure scripts so I can't >>> say. >> >> You ran configure inside M-x term, which sets EMACS in the shell's >> environment. There's some intelligence in configure.in to detect the >> M-x shell case (where EMACS=t), perhaps that should also detect the >> term case. > > No, I ran it in an xterm, out of emacs, but indeed : > > echo $EMACS > 24.0.50.1 (term:0.96) > > That's in a fresh xterm launched from my gnome-panel... wow... > > I think I understand what happened, but I'll restart my X session and > check to see if I'm right. Ok, I was right, sorry for the noise. Long storry short, earlier today I had to restart gnome-panel from an xterm, which itself had earlier been launched from emacs' ansi-term. And the $EMACS variable was kept all along and passed to any program launched from gnome-panel. Don't know if this is preventable in configure, but it's easy to reproduce: simply launch an xterm from emacs' term and run configure in that xterm. Thanks all and again sorry for the noise, -- Rémi