all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fabrice Popineau <fabrice.popineau@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: openmcl-devel <openmcl-devel@clozure.com>,
	Emacs developers <emacs-devel@gnu.org>
Subject: Re: Stuck with a strange emacs / openmcl problem
Date: Thu, 4 Dec 2014 16:24:59 +0100	[thread overview]
Message-ID: <CAFgFV9MnZ1umjCv5=f1PFova0icVWnC9mMtEnn9hbXpZjW05Aw@mail.gmail.com> (raw)
In-Reply-To: <83tx1b4u2a.fsf@gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 870 bytes --]

>
> Can you describe how does Emacs invoke OpenMCL, exactly?  IOW, with
> which Emacs command it is invoked, does the invocation go through a
> shell (and if so, which shell), etc.
>

Problem closed.

OpenMCL is started by comint-exec. The process-env variable was trashed by
a spurious Slime configuration variable of mine.

You can actually do :

(let ((process-environment (append "foo=bar" process-environment)))
  process-environment)
(102 111 111 61 98 97 114
"TEXINPUTS=.;c:/Home/.emacs.d/elpa/auctex-11.88/latex;" ...

:-( I'm not sure if something can be done at the emacs level to check that
this sensitive variable is not destroyed.

For the record, it it useful to know that this 10106 winsock error relates
to SYSTEMROOT environment variable being not defined.

Once the environment is properly passed to comint-exec, everything works as
expected.

Fabrice

[-- Attachment #1.2: Type: text/html, Size: 1804 bytes --]

[-- Attachment #2: Type: text/plain, Size: 158 bytes --]

_______________________________________________
Openmcl-devel mailing list
Openmcl-devel@clozure.com
https://lists.clozure.com/mailman/listinfo/openmcl-devel

  reply	other threads:[~2014-12-04 15:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-03 22:32 Stuck with a strange emacs / openmcl problem Fabrice Popineau
2014-12-04  6:42 ` Eli Zaretskii
2014-12-04  9:45   ` Fabrice Popineau
2014-12-04  9:56     ` Eli Zaretskii
2014-12-04 15:24       ` Fabrice Popineau [this message]
2014-12-04 15:55         ` Stefan Monnier

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='CAFgFV9MnZ1umjCv5=f1PFova0icVWnC9mMtEnn9hbXpZjW05Aw@mail.gmail.com' \
    --to=fabrice.popineau@gmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=openmcl-devel@clozure.com \
    /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.