Closed gw666 closed 12 years ago
Is this the same as the closed https://github.com/dnaumov/midje-mode/issues/8 ?
Yes. Many apologies--I must have posted in midje-mode by mistake. But the answer there helped.
BTW, many thanks for midje and midje-mode. midje-mode is especially helpful for interactive testing, since lein midje classname
executes so slowly for me.
I'm glad you're finding it helpful.
@gw666 another thing you can try is lein int
then midje
from within the interactive leiningen shell.
I'm on emacs24 on Mac OS, got this error (caused somehow by midje-mode) on booting Emacs:
Because of the way Emacs.app is packaged, I can't run it with the
--debug-init
option, but I can C-x C-e successive statements of my.emacs.d/init.el
file (appended at the end of this message). When I did this for(require 'midje-mode)
, I got the following:I tried adding a slime.el file that I got off github, but that just made the error different (I admit, this was a "wave a dead chicken" gambit,but sometimes, they work.) Again, here is the result of evaluating
(require 'midje-mode)
:Any ideas why midje-mode doesn't work for me? Does it have anything to do with the fact that I'm using Emacs 24? Thanks. (init.el follows)
=== begin init.el ===
=== end ===