Re: Copying/Pasting in Cygwin

2009-04-22 Thread Andy Koppe
Xterm supports an OSC sequence for accessing the clipboard/selection. I don't know whether vim or emacs have support for this though. From http://invisible-island.net/xterm/ctlseqs/ctlseqs.html: OSC P s ; P t BEL ... P s = 5 2 → Manipulate Selection Data. These controls may be disabled using the a

Re: Copying/Pasting in Cygwin

2009-04-22 Thread Fergus
Are you using X? If you are, then you could try including -clipboard as an option for XWin: e.g. run XWin -clipboard -nolisten local -multiwindow 2>nul & (or however you usually start X up). This will put text selected for copy-ing into the Windows clipboard. If you are not using X, then I am s

Copying/Pasting in Cygwin

2009-04-21 Thread Brandon Olivares
Hi, When I'm in an editor such as Vim or emacs, or even when I do something that should copy/cut such as C-k, it will paste it back into Cygwin, but it isn't put on the actual Windows clipboard to paste outside of Cygwin. Same goes for copying outside and wanting to paste within. Is there some wa