Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate auto-completion for non-GNU Readlines #732

Open
zonuexe opened this issue Jul 11, 2022 · 2 comments
Open

Activate auto-completion for non-GNU Readlines #732

zonuexe opened this issue Jul 11, 2022 · 2 comments

Comments

@zonuexe
Copy link
Contributor

zonuexe commented Jul 11, 2022

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
Copy link
Contributor Author

zonuexe commented Jul 11, 2022

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

@zonuexe
Copy link
Contributor Author

zonuexe commented Jul 11, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant