Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-16 | Update some HOMEPAGEs. | wiz | 1 | -2/+2 | |
2017-04-14 | js2-mode works perfectly fine on emacs25 | pho | 1 | -2/+2 | |
2013-02-17 | Revbump all elisp packages after emacs changes. | dholland | 1 | -2/+2 | |
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-08-22 | Appears to work fine with emacs24 | dsainty | 1 | -2/+2 | |
2009-08-06 | PKGREVISION bump for elisp packages because of bytecode format changes | minskim | 1 | -1/+2 | |
in emacs23. | |||||
2009-08-06 | devel/js2-mode can be built with emacs23. | minskim | 1 | -2/+2 | |
2008-10-11 | Move mk/emacs.mk to editors/emacs/modules.mk. | uebayasi | 1 | -2/+2 | |
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir. | |||||
2008-04-12 | Import js2-20080406 as devel/js2-mode. | wiz | 1 | -0/+31 | |
This JavaScript editing mode supports: - the full JavaScript language through version 1.7 - accurate syntax highlighting using a recursive-descent parser - syntax-error and strict-mode warning reporting - "bouncing" line indentation to choose among alternate indentation points - smart line-wrapping within comments and strings - code folding: - show some or all function bodies as {...} - show some or all block comments as /*...*/ - context-sensitive menu bar and popup menus - typing helpers (e.g. inserting matching braces/parens) - many customization options |