Die Wed Sep 05 2012 08:59:20 GMT-0500 (Central Daylight Time) Enda
<
end...@yahoo.com> scripsit:
> Emacs - <S-insert> pastes from the internal clipboard, could <M-insert> paste from the external (the OS) clipboard?
>
> - Enda
>
I think that binding is a synonym for C-y. On w32 Emacs build anyway the
system clipboard is put on top of the kill-ring by issuing C-a (or
making a text selection in any win32 app) and then C-c. C-y in Emacs
will insert that selection at point.
Ed