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 reporting this. I don't know what's happening here; you might need to consult the Emacs or Elisp manuals about exactly what delete-frame-functions does and when they are called. It might also be a bug in Emacs, so you might want to ask about this on the emacs-devel mailing list.
I use emacs with daemon mode,
and interactive emacs with emacsclient.
And, i add a hook like this, for try to save bookmark when i close current frame.
Above code seem like work, when i want to close current frame, it prompt me to save bookmark.
after i input name, we assume
test2
, then pressing enter, frame get closed, but, emacs server get broken, like this:emacsclient: connect: Connection refused
(in normal sitution, i can always create a new frame when connect to server immediately)
In fact,
test2
never saved correctly in this case, so, how to archive this correctly?The text was updated successfully, but these errors were encountered: