tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
171 stars 35 forks source link

Prefix history #96

Closed cstjean closed 4 years ago

cstjean commented 4 years ago

In the normal Julia REPL, if I type foo then press the up arrow, it shows me the last command I typed that started with foo (eg. foo(1,2,3)), whereas in julia-repl, it just shows me the previous command (eg. bar()). I like the former behaviour, and I'm surprised that it's gone, because if I M-x term and run julia, then it works fine. Do you know how to get it back? Is that configurable somehow?

cstjean commented 4 years ago

Ahhh, nevermind, it seems I was using M-p instead of up-arrow, which ergoemacs bound to something else, but both up-arrow and C-p work. I shouldn't post issues at 6AM. Sorry for the noise

tpapp commented 4 years ago

No worries, I am happy that this was resolved.