Hello -- on an absolutely fresh Mac Book Pro running Yosemite, The first thing I do is install homebrew, add /usr/local/bin to my PATH, do
brew install emacs
which is successful, producing this in the window when I run emacs:
GNU Emacs 24.4.1 (x86_64-apple-darwin14.0.0)
of 2014-11-06 on miniyosemite.local
Copyright (C) 2014 Free Software Foundation, Inc.
then i did the "bash-script" style of installation for emacs-live
bash <(curl -fksSL https://raw.github.com/overtone/emacs-live/master/installer/install-emacs-live.sh)
which seems to succeed, but then I get the bomb when starting emacs. I do emacs --debug-init, and get
a massive traceback. I have read it closely, but I can't quite see what's going wrong. Perhaps someone
with more experience can spot the problem? :
Here is the traceback in a pastebin:
http://pastebin.com/ZepG34nF