Christophe Troestler
Christophe Troestler
@dbuenzli I have pushed [a commit to Tuareg](https://github.com/ocaml/tuareg/commit/23c253cc46ae939198db74d33656fd3d7ebac125) that offers to switch to the corresponding `.ml`/`.mli` file outside `_build` if it exists or make the buffer read-only if no corresponding...
We have. IMHO, it probably would be a good idea. Someone will have to step in an do it though — I do not have the time for that.
It is related to “autocomplete” (part of caml-mode and bound to `C-c TAB` in Tuareg). It should not be triggered unless you explicitly ask for it. For autocompletion, you should...
The `.mll` mode needs to be completely rewritten — it was never really developed anyway. I seldom have time to work on it lately unfortunately.
I changed the subject because the current version of Tuareg does not freeze — but does not yet support a mll mode.
I don't use `caml-mode` so cannot really compare. (IMHO, the two should be merged — I cannot do it due to lack of time.)
> I'm guessing we can probably remove this usage of caml-types now that pretty much everyone's using Merlin or OCaml-LSP. That's certainly something to discuss (I tend to be somewhat...
The current (git) version of Tuareg is not activated for `.mly` files. I plan to have a special (dual) mode for such files but I've had not time to investigate...
Try melpa or install the Git version (opam pin...).
Release in progress: https://github.com/ocaml/opam-repository/pull/12627