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
All the time I'm using quickrun to run shellscript. Especially I like the feature runscript again. But recentlly a issue accured.
The following are the steps for repetion:
Use quickrun-shell in the shell buffer.
There will open a eshell window which shows me the eshellscript's output
Use C-c C-c to quit the eshellscript.
There will hint me that Press 'r' to run again, any other key to finish in the minibuffer.
Press r, to run agian, eshell output the run command, but it seems blocking here forever.
Just use C-c C-c to quit the eshellscript again.
Certainly the same hint appears again.
Press r, to run agian, the shellscript running restored.
So, why there have a block at the first time when executing quickrun-shell again ?
The bug can stably reproduce here.
NOTE: Recentlly I've upgraded emacs to 30,and installed by brew install emacs-plus@30.
The text was updated successfully, but these errors were encountered:
All the time I'm using quickrun to run shellscript. Especially I like the feature
runscript again
. But recentlly a issue accured.The following are the steps for repetion:
quickrun-shell
in the shell buffer.C-c C-c
to quit the eshellscript.C-c C-c
to quit the eshellscript again.So, why there have a block at the first time when executing
quickrun-shell
again ?The bug can stably reproduce here.
NOTE: Recentlly I've upgraded emacs to 30,and installed by
brew install emacs-plus@30
.The text was updated successfully, but these errors were encountered: