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

Backspace deletes too much in erl (and iex) REPL #7776

Closed
patrickbucher opened this issue Oct 24, 2023 · 2 comments
Closed

Backspace deletes too much in erl (and iex) REPL #7776

patrickbucher opened this issue Oct 24, 2023 · 2 comments
Assignees
Labels
bug Issue is reported as a bug team:VM Assigned to OTP team VM

Comments

@patrickbucher
Copy link

Describe the bug

In both erl (and iex), when I press backspace, not only a single character is deleted, but an entire group of characters (e.g. a word).

To Reproduce

Enter some expression and press backspace.

Expected behavior

Only a single character to the left of the cursor should be deleted.

Affected versions

Erlang/OTP 26 [erts-14.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit:ns]

Eshell V14.1 (press Ctrl+G to abort, type help(). for help)

running on current Arch Linux

Additional context

Original question on StackOverflow, because I thought it was an Elixir issue.

@patrickbucher patrickbucher added the bug Issue is reported as a bug label Oct 24, 2023
@garazdawi
Copy link
Contributor

I think this is a duplicate of #7749

@garazdawi garazdawi added the team:VM Assigned to OTP team VM label Oct 24, 2023
@garazdawi
Copy link
Contributor

Fixed in #7749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug team:VM Assigned to OTP team VM
Projects
None yet
Development

No branches or pull requests

3 participants