Browse thread
[Caml-list] Re: Vim 6.0 OCaml indent file
-
Michael Leary
-
Markus Mottl
-
Alan Schmitt
- Markus Mottl
-
Alan Schmitt
-
Markus Mottl
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Markus Mottl <markus@m...> |
| Subject: | Re: [Caml-list] Re: Vim 6.0 OCaml indent file |
On Thu, 23 Aug 2001, Alan Schmitt wrote: > You wouldn't have an error format for ocamlc lying around, by any > chance? Ok, I haven't yet completed the stuff and the link will change in the future, but in the meanwhile you can take a look at this page: http://www.ai.univie.ac.at/~markus/home/home008.html There I give some practical hints for OCaml-development, including configuration of Vim for this purpose. The latter part is already fairly complete, and you can find links to my Vim-configuration files. To answer your request directly, my filetype handling for OCaml including the error format looks like this: " OCaml au! BufNewFile,BufRead *.ml,*.mli,*.mll,*.mly set hidden autowrite efm=%+AFile\ \"%f\"\\,\ line\ %l\\,\ characters\ %c-%*\\d:,%Z%m makeprg=make\ -I\ ~/archive/Makefiles\ dc Regards, Markus Mottl -- Markus Mottl markus@oefai.at Austrian Research Institute for Artificial Intelligence http://www.oefai.at/~markus ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr