[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: environment variables?
From: |
Juergen Fenn |
Subject: |
Re: environment variables? |
Date: |
Mon, 23 Oct 2023 15:09:15 +0200 |
User-agent: |
Mozilla Thunderbird |
Am 23.10.23 um 10:42 Uhr schrieb Arash Esbati:
> I've read a couple of times that the lisp library
> exec-path-from-shell.el is made for this[1].
This is right. I use it with the current Vanilla Emacs, and it works. I
ran into trouble when I noticed that GNU Emacs on the Mac does not
inherit environment variables when you start it from Finder. Both the
locale for aspell and the env LuaTeX needs were missing. You may use
setenv, but the preferred way on the Mac is to use exec-path-from-shell.
Regards,
Jürgen.