I was sure this question had already been asked, but I couldn't find it on this SE.
I would like to paste text from Chrome's view page source, on Cinnamon on Linux Mint, into an Emacs window.
The menu has paste options, but they do not seem to be sensitive to material on the system's paste buffer.
How can I access the system's paste buffer?
"+p
, same as in Vim."*p
for the primary selection (mouse highlight without an explicit copy command). – Gilles 'SO- stop being evil' Mar 17 '24 at 21:40select-active-regions
,select-enable-clipboard
andselect-enable-primary
? Have you consulted the Emacs manual, nodes Primary Selection and Clipboard? – Drew Mar 18 '24 at 02:46