julia-repl icon indicating copy to clipboard operation
julia-repl copied to clipboard

Deleting characters not working while in a readline() enviroment

Open MasonProtter opened this issue 6 years ago • 6 comments

  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.

MasonProtter avatar May 20 '18 23:05 MasonProtter

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

tpapp avatar Jul 06 '18 13:07 tpapp

I also cannot replicate this one on master fwiw.

non-Jedi avatar Jul 06 '18 16:07 non-Jedi

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

MasonProtter avatar Jul 07 '18 17:07 MasonProtter

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.

MasonProtter avatar Jul 10 '18 16:07 MasonProtter

Which Emacs is this precisely?

tpapp avatar Jul 11 '18 06:07 tpapp

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

MasonProtter avatar Jul 11 '18 17:07 MasonProtter