> From: Uday S Reddy <u.s.re...@cs.bham.ac.uk> > Date: Sat, 05 Mar 2011 20:06:56 +0000 > > Hi all, how can I yank the text in the "primary selection" on Win32? > The Emacs manual seems to suggest that the normal yank should work. But > it doesn't: > > (x-get-selection 'PRIMARY) > "https://www.google.com/" > (yank) > Windows Mousenil
There's no primary selection on Windows. Emacs tries to emulate it, but only within the same Emacs session. It cannot do anything across Emacs sessions, or between Emacs and other applications. For that, you only have the clipboard.