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
I usually only care about the results of calling cider-refresh if there was a problem. If there were no problems I would much rather just get a message in the mini-buffer. Right now the behavior of the *cider-refresh-log* buffer is to pop-up in the other-window, which is annoying because I was already using that buffer for something else I care about. I would therefore propose the following changes to the behavior of running cider-refresh:
If there were no problems, log everything as usual but don't pop-up the log-buffer. Display a short message in the mini-buffer letting the user know that the reload was successful.
If the reload failed, display the log-buffer in the current-window. This way the user can see what failed, and get rid of the buffer by pressing q without having to change windows.
The text was updated successfully, but these errors were encountered:
I usually only care about the results of calling
cider-refresh
if there was a problem. If there were no problems I would much rather just get a message in the mini-buffer. Right now the behavior of the*cider-refresh-log*
buffer is to pop-up in the other-window, which is annoying because I was already using that buffer for something else I care about. I would therefore propose the following changes to the behavior of runningcider-refresh
:q
without having to change windows.The text was updated successfully, but these errors were encountered: