]> code.delx.au - gnu-emacs-elpa/blob - README.md
Reference #72 in the README
[gnu-emacs-elpa] / README.md
1 About [![Build Status](https://travis-ci.org/mooz/js2-mode.png?branch=master)](https://travis-ci.org/mooz/js2-mode)
2 ======
3
4 Improved JavaScript editing mode for GNU Emacs ([description here](http://elpa.gnu.org/packages/js2-mode.html)).
5
6 For some of the latest changes, see [latest user-visible changes](https://github.com/mooz/js2-mode/wiki/Latest-user-visible-changes).
7
8 Installation
9 ======
10
11 The stable versions are hosted at [GNU ELPA](http://elpa.gnu.org/)
12 (<kbd>M-x list-packages</kbd>).
13
14 You can also install the latest development version from
15 [Melpa](http://melpa.milkbox.net/#installing).
16
17 Emacs 22 and 23
18 ===============
19
20 This version requires Emacs 24. For a backward compatible version,
21 check out the branch
22 [emacs23](https://github.com/mooz/js2-mode/tree/emacs23).
23
24 Bugs
25 ====
26
27 See broken syntax highlighting and timer errors? Recently upgraded
28 Emacs from version 24.2 or earlier? Try
29 [reinstalling or byte-recompiling](https://github.com/mooz/js2-mode/issues/72)
30 the package.
31
32 Please report problems at <http://github.com/mooz/js2-mode/issues>.
33
34 See Also
35 ======
36
37 Some third-party modes that use the generated syntax tree:
38
39 * [js2-refactor](https://github.com/magnars/js2-refactor.el)
40 * [skewer-mode](https://github.com/skeeto/skewer-mode)