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
When I hit C-c C-c, the buffer is killed even if the browser tab which started the edit is already gone.
I lost my work many times this way.
It appears that there is a 5yo pr #66 which addresses the problem.
My current "solution" is to set nokill to t in edit-server-done.
The text was updated successfully, but these errors were encountered:
When I hit
C-c C-c
, the buffer is killed even if the browser tab which started the edit is already gone.I lost my work many times this way.
It appears that there is a 5yo pr #66 which addresses the problem.
My current "solution" is to set
nokill
tot
inedit-server-done
.The text was updated successfully, but these errors were encountered: