You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The current AutoCompleter enables
readline_completion_function()
directly, but this completion mechanism can be provided in addition to the nativereadline()
function. So is theUserlandReadline
, which is based on Hoa, for example.deletedThe current AutoCompleter enables
readline_completion_function()
directly, but this completion mechanism can be provided in addition to the nativereadline()
function. So is theUserlandReadline
, which is based on Hoa, for example.The
nodejs-repl.el
suggested by @takeokunn seems to do exactly that.The text was updated successfully, but these errors were encountered: