psysh icon indicating copy to clipboard operation
psysh copied to clipboard

Activate auto-completion for non-GNU Readlines

Open zonuexe opened this issue 3 years ago • 6 comments

The current AutoCompleter enables readline_completion_function() directly, but this completion mechanism can be provided in addition to the native readline() function. So is the UserlandReadline, which is based on Hoa, for example.

deleted

The current AutoCompleter enables readline_completion_function() directly, but this completion mechanism can be provided in addition to the native readline() function. So is the UserlandReadline, which is based on Hoa, for example.

The nodejs-repl.el suggested by @takeokunn seems to do exactly that.

zonuexe avatar Jul 11 '22 17:07 zonuexe

I'm sorry, I accidentally posted a message for this issue and am resending it.

zonuexe avatar Jul 11 '22 17:07 zonuexe

My next goal is to communicate with each other for input completion with Emacs REPL, which requires proper separation of AutoCompleter.

refs https://github.com/emacs-php/psysh.el/issues/9

zonuexe avatar Jul 11 '22 17:07 zonuexe