3 December 2009
To disable the annoying Ctrl+z key combination on emacs, add the following to your emacs file.
; A first attempt to make “control z” work as undo. (global-set-key [(control z)] nil)