maybe somebody can answer this out of the head how to switch
tuareg to old indentation behaviour:
with tuareg 1.46.1 (debian etch) I get
A(
blah (* indent 4 after constructor, paren*) )
and
if true
then begin
xxx; (* indent 4 after then begin *)
end (* end does not line up *)
where I am used to tuareg 1.44.3 (debian sarge)
A(
blah (* indent 2 after constructor, paren*) )
and
if true
then begin
xxx; (* indent 2 after then begin *)
end (* end does line up *)
Is there some old-style-switch that I simply can turn on?
Bye,
Hendrik
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
The best is simply to revert to version 1.45.x.
I promise I'll send an annoucement when the problems are resolved.
Albert
--
Albert Cohen http://www-rocq.inria.fr/~acohen
Oh well, fair enough!
Could one of the Debian Ocaml Maintainers take an appropriate
action? (It would be so bad if etch is shiped with a broken
tuareg-mode ;-)