История изменений
Исправление grazor, (текущая версия) :
https://www.gnu.org/software/emacs/manual/html_node/emacs/Invoking-emacsclien...
Finishing with a server buffer also kills the buffer, unless it already existed in the Emacs session before the server was asked to create it. However, if you set server-kill-new-buffers to nil, then a different criterion is used: finishing with a server buffer kills it if the file name matches the regular expression server-temp-file-regexp. This is set up to distinguish certain temporary files.
То есть:
(setq server-kill-new-buffers nil)
Исходная версия grazor, :
ftp://ftp.gnu.org/old-gnu/Manuals/emacs/html_node/emacs_456.html
Finishing with a server buffer also kills the buffer, unless it already existed in the Emacs session before the server asked to create it. However, if you set server-kill-new-buffers to nil, then a different criterion is used: finishing with a server buffer kills it if the file name matches the regular expression server-temp-file-regexp. This is set up to distinguish certain «temporary» files.
То есть:
(setq server-kill-new-buffers nil)