From 40885b6b50e497d2af53161785b3c9cc3133e42d Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 22 Jan 2018 01:11:16 +0300 Subject: [PATCH] Clarify where to report indentation bugs [ci skip] --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cbce9c37..506c2d40 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,16 @@ Bugs ==== * See broken syntax highlighting and timer errors? Recently upgraded -Emacs from version 24.2 or earlier? - -* Try +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 . +* Any indentation problems should be reported with `M-x report-emacs-bug` +(please try reproducing them with `js-mode` first, for clarity). +Starting with Emacs 25, `js2-mode` delegates indentation to +the indentation engine of `js-mode`. + +Please report other problems at . Contributing ======