Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to kill instance #2

Open
deliciouslytyped opened this issue Jan 28, 2024 · 1 comment
Open

Allow user to kill instance #2

deliciouslytyped opened this issue Jan 28, 2024 · 1 comment

Comments

@deliciouslytyped
Copy link

deliciouslytyped commented Jan 28, 2024

I keep breaking my instance in various ways, is there any way to force a restart of a given instance?
(Once by minimizing the emacs window, another time by somehow hanging emacs.)

This is very cool by the way, thanks. :)
I might finally learn emacs.

@iblech
Copy link
Owner

iblech commented Jan 29, 2024

I agree that waiting for the idle timeout is not very nice when you want to play with Agda :-)

By switching to a second virtual desktop by Alt+2 and then pressing Alt+Shift+Enter, a terminal should pop up where you can kill the running emacs instance (for instance with killall emacs or killall -9 emacs in severe cases). This should then cause an immediate reset of the session.

I'll add it to my to do list to implement some better solution (do you have a suggestion for the user interface?) or at least document this one, but that might take a while.

I am happy that the Agdapad is useful to you :-)

iblech added a commit that referenced this issue Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants