Why does :q kill my emacs?

guivho guivho at gmail.com
Wed Jan 26 13:47:16 CET 2011


Hi Felix,

> To me, :q should be bind to C-x C-c with emacsclient...

Well, I do not have strong feelings about it. I have a two keystrokes
mapping that calls my guivo-save-server-edit:

(defun guivho-save-server-edit ()
  "Save the buffer and perform a 'server-edit'."
  (interactive)
  (save-buffer)
  (server-edit))

I'm quite happy to keep using that mapping iso :wq

Guivho



More information about the implementations-list mailing list