emacs-starter-kit icon indicating copy to clipboard operation
emacs-starter-kit copied to clipboard

js-mode doesn't play well with starter-kit-js v2.0

Open zane opened this issue 14 years ago • 5 comments

Invoking js-mode when starter-kit-js 2.0 has been installed out of ELPA produces the following error: run-hooks: Symbol's function definition is void: run-coding-hook

What's more, with js-mode enabled attempting to type function() { into an empty buffer will yield the error: Point 12 after end of properties, which blocks the insertion of {.

zane avatar Jan 22 '11 02:01 zane

Looks like the second half of this bug is a duplicate of #60.

zane avatar Jan 22 '11 02:01 zane

I think the problem (first half) is that Marmalade still has only version 2.0 of this package. Same thing with starter-kit-ruby.

dgutov avatar Sep 21 '11 17:09 dgutov

The problem is that there was no mention that (require 'starter-kit-defuns) is required for starter-kit-[lisp | ruby | js] etc to work.

ldeck avatar Oct 11 '11 15:10 ldeck

@ldeck starter-kit-defuns is already required from starter-kit.el.

dgutov avatar Oct 22 '11 19:10 dgutov

I found this error just arised on my mac-os aquamacs,but gnuemacs runs well my aquamacs version is also 24

ryebread avatar Nov 05 '11 05:11 ryebread