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

Deleting characters not working while in a readline() enviroment #28

Open
MasonProtter opened this issue May 20, 2018 · 6 comments
Open

Comments

@MasonProtter
Copy link

MasonProtter commented May 20, 2018

  1. Emacs version 26.1

  2. Julia version 0.6.1

  3. julia-repl version (MELPA) Package-Version: 20171116.46
    Version: 0.0.1

  4. self-contained steps to replicate the issue:

julia> readline()

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.

@tpapp
Copy link
Owner

tpapp commented Jul 6, 2018

Can't replicate on master or dev (but not sure what fixed it). Please try a more recent version.

@non-Jedi
Copy link

non-Jedi commented Jul 6, 2018

I also cannot replicate this one on master fwiw.

@MasonProtter
Copy link
Author

I just cloned the master and tried again, still does not work for me. I'm using emacs mac if that is relevant.

@MasonProtter
Copy link
Author

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 readline() I get the same issue so I guess this is not a julia-repl issue. Interestingly, I don't experience the same issue using python's repl.

@tpapp
Copy link
Owner

tpapp commented Jul 11, 2018

Which Emacs is this precisely?

@MasonProtter
Copy link
Author

GNU Emacs 26.1 (build 1, x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21)
of 2018-04-15

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

3 participants