From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.lisp.openmcl.devel Subject: Re: Stuck with a strange emacs / openmcl problem Date: Thu, 04 Dec 2014 11:56:29 +0200 Message-ID: <83tx1b4u2a.fsf@gnu.org> References: <831tof6hlb.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1417687036 13785 80.91.229.3 (4 Dec 2014 09:57:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Dec 2014 09:57:16 +0000 (UTC) Cc: openmcl-devel@clozure.com, emacs-devel@gnu.org To: Fabrice Popineau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 04 10:57:09 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XwT9n-0006yL-1o for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2014 10:57:07 +0100 Original-Received: from localhost ([::1]:45141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwT9m-0001Wc-Nm for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2014 04:57:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwT9P-0001WR-5l for emacs-devel@gnu.org; Thu, 04 Dec 2014 04:56:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwT9J-0008FR-Ue for emacs-devel@gnu.org; Thu, 04 Dec 2014 04:56:43 -0500 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:52672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwT9J-0008FD-Mp for emacs-devel@gnu.org; Thu, 04 Dec 2014 04:56:37 -0500 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NG100600XQXW600@mtaout29.012.net.il> for emacs-devel@gnu.org; Thu, 04 Dec 2014 11:54:04 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NG1008KUY63TE00@mtaout29.012.net.il>; Thu, 04 Dec 2014 11:54:04 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178811 gmane.lisp.openmcl.devel:9351 Archived-At: > From: Fabrice Popineau > Date: Thu, 4 Dec 2014 10:45:30 +0100 > Cc: openmcl-devel , > Emacs developers > > It seems to confirm this diagnostic (found with Google, same symptoms, > different context) about the 10106 error : > " On Windows, if the environment is not copied the SYSTEMROOT environment > variable won't be available and PHP will have problems loading Winsock." > > So it seems that OpenMCL is run without inheriting any environment, which is > not good. > I don't see (yet) why the environment is not inherited. 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.