grenchman icon indicating copy to clipboard operation
grenchman copied to clipboard

Implement completion in Repl module

Open technomancy opened this issue 12 years ago • 2 comments

According to the readline docs, we need to set the rl_completion_entry_function variable to a function pointer, but the ctypes docs don't really cover how that works.

technomancy avatar Sep 20 '13 20:09 technomancy

This is blocked on the release of ctypes 0.2.

technomancy avatar Oct 02 '13 01:10 technomancy

ctypes 0.2 is released (OPAM actually already ships 0.3)

Leonidas-from-XIV avatar Jan 29 '15 20:01 Leonidas-from-XIV