Posts Tagged ‘emacs’

OCaml completion, reloaded

Hi,
Few days ago, I posted about completion for OCaml programers within Emacs, the best editor ever (Ok, ok, “one of the best”), using YASnippets and tuareg-mode. Remember, it was here.
After some discussions with Laurent Le Brun, I post here with a new version of this work.
Indeed, Laurent liked this work and has worked on [...]


OCaml ‘completion’ within Emacs with YASnippet and tuareg-mode

Hi,
Some days ago, I found YASnippet.
I then started using it and extending it.
As I currently develop mainly with OCaml (with tuareg-mode on Emacs), and that TABbing is much better (for me) than tuareg’s shortcut keys, I’ve created some snippets for tuareg-mode.
You can find them here : http://mestan.fr/ocaml/emacs/yasnippet-tuareg-mode.tar.gz
To install my snippets, assuming yasnippet is already [...]