You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making emacs-quickrun, it's great.
I use it to eval current ruby buffer. only problem is that it scrolls the output out of sight. so if buffer just consists of: "puts 'hello'" and I quickrun it, I need to scroll up in the quickrun buffer to see the output because the buffer scrolls it out of sight.
2 other questions:
Can I have it not move my cursor into the quickrun buffer?
Can quickrun buffer be vertical to the right of my edit buffer?
The text was updated successfully, but these errors were encountered:
I use it to eval current ruby buffer. only problem is that it scrolls the output out of sight. so if buffer just consists of: "puts 'hello'" and I quickrun it, I need to scroll up in the quickrun buffer to see the output because the buffer scrolls it out of sight.
I consider about this thing. I think you can avoid this by using quickrun-after-run-hook
as below.
Thanks! Your snippet worked great. and I am now using quickrun with popwin.
One thing: still it puts my cursor in the quickrun buffer. I can close with ctrl-G but, I have an idea: since keystroke to bring up quickrun (i bind to ctrl-enter) doesn't have any use inside the quickrun buffer, it would be nice if it could toggle the window closed if hit inside quickrun buffer. I'm not sure how to set that up though.
Thanks for making emacs-quickrun, it's great.
I use it to eval current ruby buffer. only problem is that it scrolls the output out of sight. so if buffer just consists of: "puts 'hello'" and I quickrun it, I need to scroll up in the quickrun buffer to see the output because the buffer scrolls it out of sight.
2 other questions:
Can I have it not move my cursor into the quickrun buffer?
Can quickrun buffer be vertical to the right of my edit buffer?
The text was updated successfully, but these errors were encountered: