bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kill-compilation without having to switch buffers first


From: Dan Jacobson
Subject: kill-compilation without having to switch buffers first
Date: Mon, 02 Feb 2004 09:43:33 +0800
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

;So no longer have to switch to compilation buffer before killing!:
(add-hook 'makefile-mode-hook
          (function
           (lambda ()
             (define-key makefile-mode-map "\C-c\C-k" 'kill-compilation))))
Maybe make this a default binding.
No need to first load compile-mode, as the user will only hit the key
after his first compilation.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]