Hi there,
I often work with emacs server and to kill a buffer which was initiated
by emacs-client I would have to use C-x # in order to avoid messages I
have to answer.
Wouldn't it be a good idea? to have:
(defun vimpulse-kill-current-buffer ()
"Kill the current buffer."
(interactive)
(if server-buffer-clients
(server-edit)
(kill-buffer nil)))
Then :bd works fine in any case.
--
Manfred
_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list