Emacs copy-paste problem
Solved the Emacs copy-patse problem on Linux by adding the following two lines to my .emacs file:
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)
Thanks to Uche Ogbuji!