When I cut (kill) text in Emacs 22.1.1 (in its own window on X, in KDE, on Kubuntu), I can't paste (yank) it in any other application.
Insert the following into your .emacs file:
.emacs
(setq x-select-enable-clipboard t)