From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83391 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus fails to configure in term-mode Date: Thu, 20 Jun 2013 09:23:14 +0900 Organization: Emacsen advocacy group Message-ID: References: <86mwqm8c44.fsf@gly.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1371687925 9910 80.91.229.3 (20 Jun 2013 00:25:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Jun 2013 00:25:25 +0000 (UTC) Cc: ding@gnus.org To: Joseph Mingrone Original-X-From: ding-owner+M31651@lists.math.uh.edu Thu Jun 20 02:25:25 2013 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 1UpSgm-0005eC-Pv for ding-account@gmane.org; Thu, 20 Jun 2013 02:25:25 +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 1UpSf0-0006wR-B6; Wed, 19 Jun 2013 19:23:34 -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 1UpSey-0006wD-W5 for ding@lists.math.uh.edu; Wed, 19 Jun 2013 19:23:32 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UpSex-0002gt-F7 for ding@lists.math.uh.edu; Wed, 19 Jun 2013 19:23:32 -0500 Original-Received: from [216.246.13.138] (helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UpSeq-0006gf-RK for ding@gnus.org; Thu, 20 Jun 2013 02:23:30 +0200 Original-Received: from localhost.localdomain ([127.0.0.1]:53412 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80) (envelope-from ) id 1UpSei-002x63-Oq; Wed, 19 Jun 2013 19:23:17 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:Pvzt+fCmQ3n4aSw5W5Xgi37liHQ= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.8 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0613 Ham tokens: 0.000-2270--13881h-0s--0d--H*u:Emacs, 0.000-691--4225h-0s--0d--H*u:Gnus, 0.000-24--144h-0s--0d--gnus, 0.000-22--134h-0s--0d--Gnus, 0.000-17--99h-0s--0d--emacs Spam tokens: 0.993-7926--296h-40572s--0d--H*r:quimby.gnus.org, 0.990-7404--448h-38747s--0d--H*Ad:D*gnus.org, 0.989-7871--513h-41374s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.989-7871--513h-41374s--0d--H*RU:quimby.gnus.org, 0.986-7725--659h-41376s--0d--HX-Spam-Relays-Internal:quimby.gnus.org Autolearn status: no -0.0 BAYES_20 BODY: Bayes spam probability is 5 to 20% [score: 0.0613] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83391 Archived-At: Joseph Mingrone wrote: > The latest code from the git repository has problems when you try to configure > from within a term buffer. It works fine from xterm. > checking for emacs... 24.3.1 (term:0.96) Because the term-mode sets the environment variable EMACS to "24.3.1 (term:0.96)". I've fixed it in the Git master by using the following one to detect it. 2006-11-28 Richard Stallman * term.el (term-exec-1): Set envvar INSIDE_EMACS.