colhountech / js2-mode

Automatically exported from code.google.com/p/js2-mode
0 stars 0 forks source link

[PATCH] r56: set js2-mode-must-byte-compile to nil. Do not require compiled file #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please do not require compiled file. The Emacs Lisp files can be used
in non-compiled forms e.g. to reduce space and for debugging purposes.

The compilation step should be a user's choice, not a requirement.

Original issue reported on code.google.com by jari.aalto.fi@gmail.com on 27 Feb 2009 at 2:45

Attachments:

GoogleCodeExporter commented 8 years ago
In my experience, users do not byte-compile their files.  The mode is some 40x 
slower
when not compiled, which would lead to complaints and support issues.

js2-mode is going into emacs 23.2 soon, after which we can remove the flag 
because it
will be compiled as part of the distribution.

Original comment by steve.ye...@gmail.com on 23 Jul 2009 at 10:56