unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* sml-mode indentation for structures
@ 2014-10-06  9:26 Helmut Eller
  2014-10-06 12:45 ` Stefan Monnier
       [not found] ` <mailman.10564.1412599562.1147.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Helmut Eller @ 2014-10-06  9:26 UTC (permalink / raw)
  To: help-gnu-emacs

I'm using sml-mode version 6.5 from ELPA, but the indentation of
structures drives me nuts.  I would like to use a style like this:

structure Foo =
  struct
    fun foo x = x
  end

but by default sml-mode indents it like this:

structure Foo =
struct
fun foo x = x
end

Can somebody tell me how sml-mode indentation rules can be configured?

Helmut


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-10-06 18:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06  9:26 sml-mode indentation for structures Helmut Eller
2014-10-06 12:45 ` Stefan Monnier
     [not found] ` <mailman.10564.1412599562.1147.help-gnu-emacs@gnu.org>
2014-10-06 13:34   ` Helmut Eller
2014-10-06 13:59     ` Stefan Monnier
     [not found]     ` <mailman.10568.1412603979.1147.help-gnu-emacs@gnu.org>
2014-10-06 17:57       ` Helmut Eller
2014-10-06 18:09         ` Helmut Eller
2014-10-06 18:14           ` Stefan Monnier
2014-10-06 18:11         ` Stefan Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).