Khady / merlin-eldoc

Type and doc on hover for OCaml and Reason in emacs
GNU General Public License v3.0
43 stars 3 forks source link

Stop the auto display of info when an action is going on #3

Closed Khady closed 6 years ago

Khady commented 6 years ago

Given this code in a buffer:

let a = 1

let () =
  print_int a

Steps to reproduce:

What should happen instead:

When the buffer doesn't have the focus or an action is going on, the logic of this package should be put on pause.

Khady commented 6 years ago

Solved by no relaunching action when the point doesn't move