[
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: | Berke Durak <berke.durak@e...> |
| Subject: | Re: [Caml-list] Emacs mode for revised syntax |
David Teller a écrit : > I've started patching Tuareg for the revised syntax. It's not very clean > as I don't speak elisp natively, but it's starting to work. I'll try and > post that in the beginning of January. Hello, Just an idea: If you're using ocamlbuild, you'll usually tag preprocessed or revised files with something such as camlp4o or camlp4r. You can display this information with ocamlbuild -show-tags file.ml Hence, Emacs (or whatever) could call ocamlbuild to see if the file is ought to be in revised syntax or not. -- Berke DURAK