Jump to end of buffer when switch from compilation#87
Jump to end of buffer when switch from compilation#87mkaschenko wants to merge 3 commits intononsequitur:masterfrom
Conversation
|
While it works as expected when I think the reason for that is: rspec-mode/rspec-compile calls compile/compile which calls |
Try If that doesn't work, replacing |
| (inf-ruby-mode) | ||
| (make-local-variable 'inf-ruby-orig-compilation-mode) | ||
| (setq inf-ruby-orig-compilation-mode mode) | ||
| (set (make-local-variable 'inf-ruby-orig-compilation-mode) mode) |
There was a problem hiding this comment.
Let's do the same for inf-ruby-orig-process-filter too, then?
|
@mkaschenko Please notify when it's ready to be merged. Looking at the current diff, it doesn't seem to address the problem you mentioned. |
|
It's not finished yet. I will notify.
|
pezra/rspec-mode#143 (comment)