Package: rxvt-unicode Version: 4.7-3 I use Eclipse (http://www.eclipse.org) version 3.1M4, which has support for the usual X way of cutting and pasting. That is, after selecting text in an Eclipse editor (using click and drag, not double click), this text is put into XA_PRIMARY, according to the output of
% xclip -o -selection primary After selecting text in Eclipse, I try to paste the text into a newly created urxvt terminal, and it fails. Pasting the text works in other terminals (like xterm, gnome-terminal, konsole). Manually setting the primary selection using, for example: % echo -n "hello" | xclip -i -selection primary and pasting into the terminal works correctly. Previous versions of Eclipse don't work because those versions didn't set the primary selection correctly. Andrew. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]