X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/5c7e8c516f577c6266b05e8a09d4ca6089295f06..0cda39255827f283e7578cd469ae42daad9556a2:/README.md diff --git a/README.md b/README.md index 865eb2e7e..cbce9c37c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Description +About [![Build Status](https://travis-ci.org/mooz/js2-mode.svg?branch=master)](https://travis-ci.org/mooz/js2-mode) [![MELPA](https://melpa.org/packages/js2-mode-badge.svg)](https://melpa.org/#/js2-mode) ====== Improved JavaScript editing mode for GNU Emacs ([description here](http://elpa.gnu.org/packages/js2-mode.html)). @@ -12,19 +12,39 @@ The stable versions are hosted at [GNU ELPA](http://elpa.gnu.org/) (M-x list-packages). You can also install the latest development version from -[Melpa](http://melpa.milkbox.net/#installing). +[MELPA](https://melpa.org/#/getting-started). Emacs 22 and 23 =============== -This version requires Emacs 24. For a backward compatible version, -check out the branch +This version requires Emacs 24 and `cl-lib` (either built-in or from GNU ELPA above). +For a backward compatible version, check out the branch [emacs23](https://github.com/mooz/js2-mode/tree/emacs23). Bugs ==== -If you find problems, please report them at . +* See broken syntax highlighting and timer errors? Recently upgraded +Emacs from version 24.2 or earlier? + +* Try +[reinstalling or byte-recompiling](https://github.com/mooz/js2-mode/issues/72) +the package. + +Please report problems at . + +Contributing +====== + +`js2-mode` is subject to the same +[copyright assignment](http://www.gnu.org/prep/maintain/html_node/Copyright-Papers.html) +policy as Emacs itself, `org-mode`, `CEDET` and other packages in +[GNU ELPA](http://elpa.gnu.org/packages/). + +Any +[legally significant](http://www.gnu.org/prep/maintain/html_node/Legally-Significant.html#Legally-Significant) +contributions can only be accepted after the author has completed their +paperwork. Please ask for the request form, and we'll send it to you. See Also ======