[erlang-questions] Ctrl+R bug in erl?

Gerhard Lazu gerhard@REDACTED
Fri Apr 26 18:56:06 CEST 2019


OTP v21.3.5 on macOS Mojave 10.14.4 works as expected for me:

Erlang/OTP 21 [erts-10.3.4] [source] [64-bit] [smp:20:20] [ds:20:20:10]
[async-threads:1] [hipe] [dtrace]

Eshell V10.3.4  (abort with ^G)
1> 42+42.
84
(search)`': 42+42.
2> 42+42.
84

Have you tried a different machine?

On Fri, Apr 26, 2019 at 5:50 PM Roger Lipscombe <roger@REDACTED>
wrote:

> Steps to reproduce (in OTP-21.0):
>
> 1. Run 'erl'.
> 2. Evaluate an expression, so there's something in the history.
> 3. Press Ctrl+R to bring up reverse search.
> 4. At the (search) prompt, press Backspace.
> 5. Weirdness ensues.
>
> Erlang/OTP 21 [erts-10.0] [source] [64-bit] [smp:12:12] [ds:12:12:10]
> [async-threads:1] [hipe]
>
> Eshell V10.0  (abort with ^G)
> 1> 42 + 42.
> 84
> (search)`': 42 + 42.42 + 42.42 + 42.42 + 42.42 + 42.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190426/ec2dc0ea/attachment.htm>


More information about the erlang-questions mailing list