ATS mode indentation

2017-10-11 Thread Andrew Knapp
Hello all, By cannibalizing sml.el, I have largely gotten automatic indentation working in ATS. After a few months of sporadic use, the only problem I couldn't fix is excessive indentation after a function has ended. This can be fixed by terminating all functions with semicolons, which is

Re: How can I install ATS2 in FreeBSD?

2017-10-11 Thread Lajto
I already read that post before writing here, and I tried all that the author says (even using gcc with a symlink) without any achievement. I think the problem is here: ## # CCOMP=clang # GCFLAG= #GCFLAG=-D_ATS_NGC #GCFLAG=-D_ATS_GCBDW #GCFLAG=-D_ATS_GCATS # CFLAGS= LDFLAGS= # ## What