-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
emacs 26.3: inf-ruby hangs with downward-triangle prompt #130
Comments
Like mentioned in the comments in the other issue, |
It did, thank you! The prompt appears now, and one can interact with the REPL. There's a small annoyance in that after the It's much better than before though, thanks! |
Yup! And I have no idea what to do with that one. If anybody has a suggestion, or can liaison with irb developer(s), that would be welcome. |
In the meantime, I'll push a patch that should take care of the hanging problem. Please feel free to create a new issue for the "extra enter" one. |
I am running
emacs 26.3
onArch linux
, and have installedruby 2.7.0p0
andirb 1.2.1
from that distro's repos. Runningirb
in a terminal works fine.I have
inf-ruby
installed fromMELPA
.In
emacs
,run-ruby
opens a buffer but the prompt is not the usualRather, it's a single triangle pointing down. Entering arbitrary commands simply moves me to the next line producing no output.
If I try to exit with
C-x C-c
I get a warning that a process is running, started with the expected commandThis looks in order, and that command runs fine in a terminal. It's also identical to what I see on systems where
inf-ruby
does work.Edit:
I think this is along the lines of #128: the same triangle prompt is mentioned there.
Neither the
--legacy
option nor--inf-ruby-mode
forirb
help.The text was updated successfully, but these errors were encountered: