ocaml / merlin

Context sensitive completion for OCaml in Vim and Emacs
https://ocaml.github.io/merlin/
MIT License
1.59k stars 233 forks source link

Merlin on Windows #66

Closed trefis closed 11 years ago

trefis commented 11 years ago

See: https://sympa.inria.fr/sympa/arc/caml-list/2013-08/msg00088.html

Two problems here :

  1. the use of Sys.signal in the backend (I'm guessing that is related to the support of the polling mode for jenga and OMake)
  2. Python library are... well, disappointing. On that subject, it would be nice if we could test emacs on windows as well, and see how it goes. (I have an idea of some people who might be using it, I'll try to contact them)
let-def commented 11 years ago

Waiting for pull request from David Allsopp, fixing windows specific behavior.