all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Wellons <wellons@nullprogram.com>
To: help-gnu-emacs@gnu.org
Subject: Re: 64 bit emacs on AIX
Date: Tue, 20 Feb 2018 20:28:11 -0500	[thread overview]
Message-ID: <20180221012811.GD12719@nullprogram.com> (raw)
In-Reply-To: <AJKG6RmeeGD4pOdXQ5MC=AhFzrhAO9Hy=QOWs9N+TP1R1n2f3g@mail.gmail.com>

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	other threads:[~2018-02-21  1:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <AJKG6RmeeGD4pOdXQ5MC=AhFzrhAO9Hy=QOWs9N+TP1R1n2f3g@mail.gmail.com>
2018-02-21  1:28 ` Christopher Wellons [this message]
2018-02-21 18:38   ` 64 bit emacs on AIX Eli Zaretskii
2018-02-21 19:05     ` Glenn Morris
2018-02-21 19:19       ` Glenn Morris
2017-01-24 23:55 Perry Smith

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180221012811.GD12719@nullprogram.com \
    --to=wellons@nullprogram.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.