aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/Makefile
AgeCommit message (Collapse)Author
2018-03-01Add emacs indention testcaseDan Gudmundsson
Split the manual testcase and run them in daily tests instead. Easy to run directly as well: (cd ../test; cerl -eval "emacs_SUITE:indent([])")
2016-10-25New commands to ease looking up OTP documentationLeo Liu
- erldoc-browse: open the manual entry for an MFA in the browser - erldoc-apropos: list MFAs containing a substring - erldoc-browse-topic: open user guides in the browser
2016-10-06New file erlang-edoc.el to support EDoc in erlang-modeLeo Liu
- EDoc markup font-locking and tag completion - EDoc comment indentation
2015-06-18Change license text to APLv2Bruce Yinhe
2012-08-22Add test_indentation target to lib/tools/emacs/MakefileMagnus Henoch
Automatically indent test.erl.orig, save to test.erl, and compare to test.erl.intended.
2012-06-05Update to work with whitespace in exec pathLukas Larsson
OTP-10106 OTP-10107
2010-06-01erlang-flymake: Include in MakefileKlas Johansson
2010-03-15Add missing elisp files to the the release targetDan Gudmundsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP