-
-
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
inf-ruby buffer doesn't get response #51
Comments
Works for me. Are you using the plain Maybe try removing everything from your |
@dgutov I checked out Emacs debug manual, https://www.gnu.org/software/emacs/manual/html_node/eintr/Debugging.html#Debugging I tried some of them, (because I can't understand all of them) So can you show more details about how to debug my issue? |
Not much. I don't have any specific ideas about what might be going wrong on your system. So you can try to walk through the execution of Note that you still haven't responded to the rest of my previous message. |
I have not set |
And what is plain irb ? (with out custom configuration on irb?). Yes. I have not set any special on irb. |
Okay. What's your OS and version of Emacs? |
Ubuntu 14.04 (x86_64), Emacs version: 24.3.50.1 |
I came across a similar problem. Now, I start |
@MgaMPKAy Interesting. What's your Ruby version? |
Actually, I add |
Right, append option |
@MgaMPKAy thanks |
@stardiviner @MgaMPKAy How do your prompts look, without that option? Does Continuation prompts, which |
Yes, |
Great. I see no reasons not to include this flag, then. |
@dgutov I got this problem again on console-rails. |
Have you tried putting
into your |
@dgutov Thanks, it's solved. |
Doesn't it work with
Ok, I will. Of course, if someone would actually find out the cause of the problem you're having, they might offer a better solution. |
@dgutov No, not work with |
I see.
Not as FAQ, but it's in the README now. |
When I open inf-ruby buffer and switch to it with
[C-c C-s]
.input
puts "hi"
.The process doesn't give response with anything.
Is there a way to debug this?
I tried with
emacs -Q
andemacs -q
.And load inf-ruby.
repeat upper same steps, still no response.
The text was updated successfully, but these errors were encountered: