emacsclient - Why does Emacs Server say "Buffer still has clients" when its only open on one client? -
i have emacs daemon running 1 client opened file. understand concept behind c-k showing "buffer still has clients", why happen when buffer open on 1 client (i have 1 client open)?
does emacs daemon consider emacs server copy of buffer client copy?
the client connection isn't closed c-k
, it's closed c-x #
. in effect, when hit c-k
telling emacs kill buffer without closing connection. 'open client' 1 you're looking at.
Comments
Post a Comment