-
-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hello @purcell
Thanks for this library. This is very useful!
I started to use it with OCamlFormat. You can find the proof of concept here. My end goal is to have an implementation that will be a drop-in replacement of the current Elisp integration of OCamlFormat. On my side, it looks good, except, there is a missing feature: the choice where to display error output.
The existing OCamlFormat integration comes with an option ocamlformat-show-errors:
Where to display ocamlformat error output. It can either be displayed in the compilation buffer, in the echo area, or not at all...
I wonder if there is a way to replicate that via reformatter.el. Would it make sense to add a new argument to reformatter-define to customize where to display the error output?