[OS X Emacs] aquatics exec-path weirdness

Marinos Koutsomichalis marinos at agxivatein.com
Wed Dec 14 13:13:07 EST 2011


Hi there

afaic exec-path inherits the contents of PATH at aquatics


I' m using 'sclang to hook supercollider on emacs so 

now when I 

(setenv "PATH" (concat (getenv "PATH") ":/Applications/SuperCollider:~/.sclang"))
(setq exec-path (append exec-path '("/Applications/SuperCollider" "~/.sclang")))
(require 'sclang)

it does start sclang but weirdly enough

(getenv "exec-path") returns nil 

and the supercollider libraries (found on the path) are unaccessible.. 

this however

(setenv "PATH" (concat (getenv "PATH") ":/Applications/SuperCollider:~/.sclang"))
(require 'sclang)

just crashes Aquamacs…

????


More information about the MacOSX-Emacs mailing list