Maxim Kashchenko

Results 8 comments of Maxim Kashchenko

While it works as expected when `inf-ruby-switch-from-compilation` is called interactively, it's a bit more tricky when `if-ruby-switch-from-compilation` is called within `inf-ruby-auto-enter`. The point is still in the beginning. I think...

It's not finished yet. I will notify. > On Aug 27, 2016, at 07:03, Dmitry Gutov [email protected] wrote: > > @mkaschenko Please notify when it's ready to be merged. Looking...

See the original issue for this problem https://github.com/Malabarba/aggressive-indent-mode/issues/137. The fix by @tsdh works perfectly. At the moment I'm keeping it within my `.emacs`. After the package is updated, it could...

Thank you. > On Oct 9, 2016, at 20:47, Curtis Summers [email protected] wrote: > > I think this is a good idea for the simple case of parameters directly defined...

With `inf-ruby-auto-enter` added, when I switch to `*rspec-compilation*` buffer my cursor is in the beginning of the buffer. So I still need to move to end of the buffer to...

One more thing: I'm currently using `byebug` gem on a project and `inf-ruby-auto-enter` is not working for it because `inf-ruby-breakpoint-pattern` doesn't handle that case. It shouldn't be difficult to make...

👍 I will submit them. > On Apr 20, 2016, at 16:58, Dmitry Gutov [email protected] wrote: > > It shouldn't be difficult to make it work. > > Indeed. Feel...