Looks like the problem is with Aquamacs. I installed emacs24 using brew and
the .emacs.d/init.el file is loaded as I would expect.
However, now I get the following error:
Debugger entered--Lisp error: (file-error "Cannot open load file"
"perspective")
require(perspective)
(cond ((file-directory-p normal) (add-to-list (quote load-path) normal)
(require library)) ((file$
(let* ((file (symbol-name library)) (normal (concat cabbage-vendor-dir
file)) (suffix (concat nor$
cabbage-vendor(perspective)
eval-buffer(#<buffer *load*<3>> nil
"/Users/rjt/Src/cabbage/lib/perspective.el" nil t) ; Readin$
load-with-code-conversion("/Users/rjt/Src/cabbage/lib/perspective.el"
"/Users/rjt/Src/cabbage/lib$
load("/Users/rjt/Src/cabbage/lib/perspective")
eval-buffer(#<buffer *load*<2>> nil "/Users/rjt/Src/cabbage/cabbage.el"
nil t) ; Reading at buf$
load-with-code-conversion("/Users/rjt/Src/cabbage/cabbage.el"
"/Users/rjt/Src/cabbage/cabbage.el"$
load("/Users/rjt/Src/cabbage/cabbage")
eval-buffer(#<buffer *load*> nil "/Users/rjt/.emacs.d/init.el" nil t) ;
Reading at buffer posit$
load-with-code-conversion("/Users/rjt/.emacs.d/init.el"
"/Users/rjt/.emacs.d/init.el" t t)
load("/Users/rjt/.emacs.d/init" t t)
#[0 "^H\205\262^@ \306=\203^Q^@\307^H\310Q\202;^@
\311=\204^^^@\307^H\312Q\202;^@\313\307\314\315$
command-line()
normal-top-level()
Any clues?
Richard
On Saturday, September 15, 2012 10:41:30 AM UTC+1, senny wrote:
> Hi Richard,
> When cabbage is installed correctly you should see a different color theme
> and of course all the cabbage functions should be loaded. So you can try to
> execute "cabbage-load-bundle". Normally Emacs looks for the "init.el" in
> the "~/.emacs.d" folder. I think the "init.el" file is not picked up by
> Emacs. Do you still have a ~/.emacs file lying around? If so, please try to
> move the file away and restart Emacs.
> Am Samstag, 15. September 2012 09:22:09 UTC+2 schrieb hippysurfer:
>> Hi
>> Stumbled across cabbage and decided to give it a try as I have always
>> liked emacs but find the time needed to get it configured to be a barrier.
>> I have run the installer and the install is in ~/.emacs.d. However when I
>> start emacs I see no difference. Is there someway that I can confirm that
>> cabbage is loading correctly? Do I need to put something in ~/.emacs ?
>> I am sure that this is really obvious but obvious things in emacs always
>> take me 2 hours on Google to work out :-)
>> Platform details:
>> OS X
>> Aquamacs (emacs 24)
>> Thanks
>> Richard