aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/erlang.el
AgeCommit message (Expand)Author
2014-02-06tools: Update emacs mode with map highlightsLukas Larsson
2014-01-22Merge remote-tracking branch 'vinoski/vinoski/emacs-sexp-error' into vinoski/...Dan Gudmundsson
2014-01-22Merge remote-tracking branch 'vinoski/vinoski/emacs-fun-arity' into vinoski/e...Dan Gudmundsson
2014-01-22Merge remote-tracking branch 'vinoski/vinoski/emacs-error-fixes' into vinoski...Dan Gudmundsson
2014-01-10fix indentation error from scan-sexp in erlang.elSteve Vinoski
2014-01-10Remove support for query keyword from emacs modePaul Oliver
2014-01-07prevent errors from erlang.elSteve Vinoski
2013-12-20fix erlang-mode erlang-get-function-aritySteve Vinoski
2013-12-12Support EEP37 named funs in emacs erlang-modeSteve Vinoski
2013-10-25Merge branch 'puzza007/emacs_iodata_nonempty_string_builtin_types/OTP-11394' ...Fredrik Gustafsson
2013-10-10Add iodata, nonempty_string to built-in type highlighting for emacsPaul Oliver
2013-09-12Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll
2013-08-27tools:Fredrik Gustafsson
2013-06-18Inside parentheses, line-initial commas align with the open parenthesisMagnus Henoch
2013-06-04tools: Added gather_gc_info_result to bifsFredrik Gustafsson
2013-02-14Add float_to_binary and binary_to_floatLukas Larsson
2013-02-14Add new binary conversion bifsLukas Larsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Merge branch 'lukas/tools/emacs_add_error_bif/OTP-10774'Lukas Larsson
2013-01-24Fix syntax highlighting of $\' in Emacs modeMagnus Henoch
2013-01-21Update all bif highlighting for emacsLukas Larsson
2012-10-29Add separate face for exported functionsThomas Järvstrand
2012-10-03Merge branch 'gp/make_erlang_mode_elpa_friendly'Henrik Nord
2012-08-31Merge branch 'maint'Björn-Egil Dahlberg
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-13Merge branch 'maint'Fredrik Gustafsson
2012-08-07Fix highlighting of atoms ending with a dollar signMagnus Henoch
2012-08-01Merge branch 'mh/remove-compilation-error-regexp'Henrik Nord
2012-06-12Fix indentation of record fields in EmacsTomas Abrahamsson
2012-06-08Remove Erlang-specific compilation error regexpMagnus Henoch
2012-02-14Make erlang-mode more compatible with package.elGleb Peregud
2011-09-15Fix misspelling of compatibilityTuncer Ayaz
2011-08-30Teach the emacs mode to compile yecc and leex filesTomas Abrahamsson
2011-04-15Inhibit electric newline after "->" when inside a type specMagnus Henoch
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-09Declare indentation options as "safe" in erlang-mode for EmacsMagnus Henoch
2010-09-30Emacs erlang-mode: fix syntax highlighting of $ in two casesMagnus Henoch
2010-06-01Improved indentation of old catch.Dan Gudmundsson
2010-06-01Added more type highlighting and fixed record indentation with types.Dan Gudmundsson
2010-05-26Merge branch 'mh/fix-record-indentation' into devErlang/OTP
2010-05-26Merge branch 'mh/inferior-erlang-cmd-uniq' into devErlang/OTP
2010-05-26Merge branch 'mh/erlang-mode-imenu-arity' into devErlang/OTP
2010-05-24Set erlang-mode-map when loading erlang.elMagnus Henoch
2010-05-20Let imenu distinguish functions by arityMagnus Henoch
2010-05-18Fix indentation of records with line breaks inside listsMagnus Henoch
2010-05-18inferior-erlang: specify command to run, uniquify buffer namesMagnus Henoch
2010-05-03Remove usage of 'font-lock-preprocessor-face' if not availableDan Gudmundsson
2010-03-15Fix another -spec() problemDan Gudmundsson
2010-03-15Fix electric semi-colon and tuples inside listsDan Gudmundsson
2010-02-15Merge branch 'dgud/emacs-mode' into ccase/r13b04_devErlang/OTP