Closed purcell closed 11 years ago
:+1: Currently, one cannot properly require
js3 when installing from MELPA.
Previously we soft-linked js3.el to js3-mode.el so that require would work with js3-mode.
We certainly don't want to stop providing js3-mode - that's what it's been called for years.
@thomblake By convention, a file should always provide
its file name. A soft link is no replacement, specifically not on systems that don't even support soft links (Windows).
@lunaryorn I've reverted the renaming of the MELPA package, so we're back to js3-mode
now.
@thomblake @purcell Thank you.
See https://github.com/milkypostman/melpa/commit/e5c2c6145119be5522127a98cdc640c59572956a#commitcomment-3999661 for an instance of the existing code causing problems.
At your option, you might consider also providing
'js3-mode
, but I can't see this change causing any problems as-is.-Steve
/cc @knu