nonsequitur / inf-ruby

219 stars 68 forks source link

Irb prompt repeats #166

Closed parszab closed 1 year ago

parszab commented 1 year ago

I'm having issues in doom-emacs, the irb prompt gets repeated on vanilla ruby setup. See attached screenshot.

irb_prompt

dgutov commented 1 year ago

What's your OS?

dgutov commented 1 year ago

Although the question might be when is repeats. Is it when you send code to the REPL from a Ruby buffer?

johnhamelink commented 1 year ago

Hi there,

I also have this problem on Linux:

https://github.com/nonsequitur/inf-ruby/assets/101739/e0b9f909-c0fa-4834-9e4c-35ae0c4e95cb

dgutov commented 1 year ago

@johnhamelink Sorry I didn't respond earlier. The behavior on the video looks quite broken and unlike when the first reporter complained about (oddness starts before you try calling send-region).

Do you still have that problem? Could you give more details about your environment? Have you tried reproducing it with a more "bare" Emacs?

dgutov commented 1 year ago

Looking into it more, the problem on the video seems to be the same as #137, and the fix it to upgrade to IRB 1.3.0+.

And the complaint in the first message is AFAICT a duplicate of #49, which got fixed today. So I'm going to close this.

johnhamelink commented 1 year ago

Looking into it more, the problem on the video seems to be the same as #137, and the fix it to upgrade to IRB 1.3.0+.

This makes sense, when I experienced this issue it was with a legacy project I was working on.