[OS X Emacs] aquaMAcs exec-path weirdness

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


of course it is aquamacs and not 'aquatics' as my 'smart' spellchecker believes…

m

On Dec 14, 2011, at 8:13 PM, Marinos Koutsomichalis wrote:

> 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…
> 
> ????_____________________________________________________________
> MacOSX-Emacs mailing list
> MacOSX-Emacs at email.esm.psu.edu
> http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx




More information about the MacOSX-Emacs mailing list