vimpulse suggestion

Manfred Lotz manfred.lotz at yahoo.de
Sun Jan 2 19:47:03 CET 2011


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



More information about the implementations-list mailing list