help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 64 bit emacs on AIX


From: Christopher Wellons
Subject: Re: 64 bit emacs on AIX
Date: Tue, 20 Feb 2018 20:28:11 -0500
User-agent: Mutt/1.5.23 (2014-03-12)

I ran into this problem using a non-dumped Emacs (CANNOT_DUMP=yes) on x86-64. The problem is temacs either doesn't set exec-path or it sets it to nil — I'm not sure which. There's a bug in call-process that prevents it from working correctly even for absolute paths when exec-path is nil. The bug comes from the for loop in openp(), which requires at least one iteration to successfully resolve an absolute path (so *any* non-empty exec-path list will do).

This combination of issues makes it appear that temacs can't run subprocesses, but it really just needs some help.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]