Winterland
Proper copypaste with emacs
For Emacs 23, to get proper copy paste (ctrl+C/ctrl+V) and to use X’s clipboard to interact with other applications, add the following to your .emacs:
(cua-mode t)
(setq x-select-enable-clipboard t)
Update 2017: How things change… cua mode is not what god(tm) intended.