Activate auto-completion for non-GNU Readlines
Opened this issue · 2 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.
I'm sorry, I accidentally posted a message for this issue and am resending it.
My next goal is to communicate with each other for input completion with Emacs REPL, which requires proper separation of AutoCompleter.
refs emacs-php/psysh.el#9