Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus fails to configure in term-mode
@ 2013-06-19 13:27 Joseph Mingrone
  2013-06-20  0:23 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Mingrone @ 2013-06-19 13:27 UTC (permalink / raw)
  To: ding

The latest code from the git repository has problems when you try to configure
from within a term buffer.  It works fine from xterm.

Joseph

jrm@gly ~/scm/gnus.git % ./configure && gmake
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for makeinfo... makeinfo
checking for emacs... 24.3.1 (term:0.96)
checking if 24.3.1 (term:0.96) is really XEmacs... cat: ./conftest-70338: No such file or directory

checking prefix for your Emacs... cat: ./conftest-70338: No such file or directory

checking where .elc files should go... $(datadir)/emacs/site-lisp/gnus
checking where etc files should go... $(lispdir)/../../etc
checking where the TeXinfo docs should go... ${datarootdir}/info
checking for acceptable URL version... cat: ./conftest-70338: No such file or directory
"no"
checking for acceptable W3 version... cat: ./conftest-70338: No such file or directory
"no"
checking which options to pass on to (X)Emacs... -batch -q -no-site-file -l $(srcdir)/dgnushack.el
checking for latex... /usr/local/bin/latex
checking for available fonts... "no"
configure: creating ./config.status
config.status: creating Makefile
config.status: creating etc/Makefile
config.status: creating lisp/Makefile
config.status: creating texi/Makefile
config.status: creating texi/gnusconfig.tex
config.status: creating texi/ps/Makefile
cd lisp && gmake EMACS="24.3.1 (term:0.96)" lispdir="/share/emacs/site-lisp/gnus" all
gmake[1]: Entering directory `/usr/home/jrm/scm/gnus.git/lisp'
rm -f *.elc gnus-load.el auto-autoloads.* custom-load.*
URLDIR="no" W3DIR="no" lispdir="/share/emacs/site-lisp/gnus" srcdir=. 24.3.1 (term:0.96) -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-make-cus-load .
Syntax error: "(" unexpected
gmake[1]: *** [gnus-load.el] Error 2
gmake[1]: Leaving directory `/usr/home/jrm/scm/gnus.git/lisp'
gmake: *** [lick] Error 2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Gnus fails to configure in term-mode
  2013-06-19 13:27 Gnus fails to configure in term-mode Joseph Mingrone
@ 2013-06-20  0:23 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2013-06-20  0:23 UTC (permalink / raw)
  To: Joseph Mingrone; +Cc: ding

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  <rms@gnu.org>

	* term.el (term-exec-1): Set envvar INSIDE_EMACS.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-20  0:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-19 13:27 Gnus fails to configure in term-mode Joseph Mingrone
2013-06-20  0:23 ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).