The Erlang Emacs mode now properly handles strings that have $ or ^ as the last character.
Own Id: OTP-4697
Own Id: OTP-4778
Own Id: OTP-5031
Own Id: OTP-5073
Previous patch from open source messed up \M-q so part of that patch was backed out.
Own Id: OTP-5074
Own Id: OTP-5122
Added support for try-catch to the Erlang mode for Emacs. However there are still some known problems with some of the more advanced variants especially including separate of-clauses.
Own Id: OTP-4594
Improvments for support of Emacs 21 contributed by Dave Love. The bulk of the changes are actually cosmetic commentary/doc fixes. The significant ones make it play better with Emacs 21 with up-to-date facilities. In particular, support for compilation error messages from an inferior erl (as opposed to batch compilation) works in the released Emacs 21, and currently with the development Emacs.
Own Id: OTP-5019
Added a skeletons for an Erlang test-suite for both the ts-frontend and the ct-frontend (this frontend is Ericsson internal). Also altered some of the old skeletons to get a uniform look and feel.
Own Id: OTP-5058
The Erlang mode for Emacs now supports the new guard
Own Id: OTP-5059
Own Id: OTP-5154
Totally rewritten the interface for WebCover. Can now
compile both
Own Id: OTP-4706
Own Id: OTP-4734
Erlang mode for Emacs: Fixed so that the generation of new function clauses works also for guarded functions.
Own Id: OTP-3697
Erlang mode for Emacs: Fixed so that you do not get the error message "unbalanced parenthesis" when indenting correct code including bit syntax.
Own Id: OTP-4526
Erlang mode for Emacs: The guard
Own Id: OTP-4533
Erlang mode for Emacs: Indentation of macros is handled correctly in all cases.
Own Id: OTP-4561, OTP-4687
Own Id: OTP-4562
Erlang mode for Emacs: Now handles the fact that a function argument may be a guard expression. (That is useful when writing test case code.)
Own Id: OTP-4579
Erlang mode for Emacs: Keywords
Own Id: OTP-4580
Erlang mode for Emacs: Fixed bug in function that calculates the arity of an Erlang function.
Own Id: OTP-4581
Added functions
Own Id: OTP-4177
The module attribute tag
Own Id: OTP-4695
Added functions
Added option
Added functions
Own Id: OTP-4702
Erlang mode for Emacs: Added function
Own Id: OTP-4737
The interface for the
(*** POTENTIAL INCOMPATIBILITY ***)
Own Id: OTP-4761
Aux Id: OTP-4534