-
Notifications
You must be signed in to change notification settings - Fork 35
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
Deleting characters not working while in a readline() enviroment #28
Comments
Can't replicate on |
I also cannot replicate this one on master fwiw. |
I just cloned the master and tried again, still does not work for me. I'm using emacs mac if that is relevant. |
I just checked and if I open a term window (or anti-term or multi-term) and open julia within that term session and try |
Which Emacs is this precisely? |
GNU Emacs 26.1 (build 1, x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21) |
Emacs version 26.1
Julia version 0.6.1
julia-repl version (MELPA) Package-Version: 20171116.46
Version: 0.0.1
self-contained steps to replicate the issue:
then type some characters, mess up and try to delete them with the backspace key. This causes "^?" to be inserted into the string instead of deleting a character.
The text was updated successfully, but these errors were encountered: