]> code.delx.au - gnu-emacs-elpa/commit
* sml-move.el (sml-(for|back)ward-sym): distinguishes between
authormonnier <>
Thu, 17 Jun 1999 01:43:15 +0000 (01:43 +0000)
committermonnier <>
Thu, 17 Jun 1999 01:43:15 +0000 (01:43 +0000)
commitdfc972f228e7595d3b03e6d5a1bb6e50f9fd2085
treec79c122af3732e18861e0a5a33b7400f0733d7a2
parent8a1ecb925294abe2ffb053ddda20f12e4711f81c
* sml-move.el (sml-(for|back)ward-sym): distinguishes between
  operator "=" and syntax for definitions "d=".
* sml-defs.el (sml-indent-starters, sml-delegate): simplified.
(sml-symbol-indent): added outdentation for `fn' and generalized it to
  also work for `of' and `in' and `end'.
* sml-mode.el (sml-nested-if-indent): reintroduced as well as the special
  casing code for it.
(sml-indent-relative): generalize the treatment of `of', `in', `end', ...
(sml-electric-pipe): removed the slow behavior and added smarts for the
  never-used type-variable arguments for function definitions.
* sml-defs.el (sml-mode-menu), sml-mode.el (sml-forms-menu): make the menu
  dynamically.
* sml-mode.el (sml-form-<foo>): use skeletons.
(sml-calculate-indentation): added `with' indentation.
BUGS
ChangeLog
NEWS [new file with mode: 0644]
TODO
sml-defs.el
sml-mode.el
sml-move.el
sml-util.el