2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-08-22 05:44:50 by David Sainty | Files touched by this commit (1) |
Log message:
Appears to work fine with emacs24
|
2009-08-06 03:44:57 by Min Sik Kim | Files touched by this commit (67) |
Log message:
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
|
2009-08-06 02:48:27 by Min Sik Kim | Files touched by this commit (1) |
Log message:
devel/js2-mode can be built with emacs23.
|
2008-10-11 11:31:58 by Masao Uebayashi | Files touched by this commit (100) |
Log message:
Move mk/emacs.mk to editors/emacs/modules.mk.
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 15:57:19 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
Import js2-20080406 as devel/js2-mode.
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
|