J S wrote: > Are there any other ways to do copying and pasting in XFree86 other than > using XWinclip?
If you only want to cut-and-paste only within X11 (not transferring the text to windows) the you don't need xwinclip. If you want to transfer the text to windows but can't use xwinclip, you can start an xterm from cygwin and do $ cat >/dev/clipboard an then paste the text to the xterm. End it with Ctrl-D (^D) on a new line the other way is $ cat </dev/clipboard and then select the text. Or you can write the text directly to /dev/clipboard Maybe you'll have to change the lineendings. Then use $ recode ../CRLF >/dev/clipboard or $ recode /CRLF.. </dev/clipboard NP: Terminal Choice - i don�t believe -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723
