Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-22 | Merge branch 'dgud/emacs-bugfixes' into dev | Erlang/OTP | |
* dgud/emacs-bugfixes: Fix another -spec() problem Add missing elisp files to the the release target Fix electric semi-colon and tuples inside lists OTP-8530 dgud/emacs-bugfixes Fixed emacs-mode installation problems and some other minor issues. | |||
2010-03-15 | Fix another -spec() problem | Dan Gudmundsson | |
2010-03-15 | Add missing elisp files to the the release target | Dan Gudmundsson | |
2010-03-15 | Fix electric semi-colon and tuples inside lists | Dan Gudmundsson | |
2010-02-17 | emacs: Update test suite skeletons | Peter Andersson | |
2010-02-15 | Merge branch 'dgud/emacs-mode' into ccase/r13b04_dev | Erlang/OTP | |
* dgud/emacs-mode: Added the old style skeletons, and a variable to change. Move code skeletons to a separate file. OTP-8446 dgud/emacs-mode | |||
2010-01-29 | Added the old style skeletons, and a variable to change. | Dan Gudmundsson | |
2010-01-29 | Move code skeletons to a separate file. | Dave Peticolas | |
Use the updated skeletons from the Erlware Mode. | |||
2009-12-18 | Emacs: Added indentation inside parenthesis | Dan Gudmundsson | |
Used in records or tuple creation: -record(record3, {a = 8#42423 bor 8#4234, b = 8#5432 bor 2#1010101 c = 123 + 234, d}). and in functions calls call(2#42423 bor #4234, 2#5432, other_arg), | |||
2009-12-17 | More -spec indentation fixes. | Dan Gudmundsson | |
2009-12-15 | Fixed indentation of -spec() -> Var :: type(); | Dan Gudmundsson | |
2009-12-15 | Added a indentation when using electric-comma. | Dan Gudmundsson | |
In the following code case X of foo -> 25 end, Automatically indent the line you stand on (end,) before adding newline and indent again. That way 'end' will be indented correctly after the comma is written. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |