help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to copy from a Java app running under x11 into a GNU Emacs buff


From: Terrence Brannon
Subject: Re: How to copy from a Java app running under x11 into a GNU Emacs buffer?
Date: Wed, 08 Dec 2010 15:09:00 -0000
User-agent: G2/1.0

same answer applies:

I've been gifted with the answer:

Thanks to erstazi in #vbox on irc.freenode.net, I have an answer based
on http://www.emacswiki.org/emacs/CopyAndPaste

you simply have to do this:


    (if (eq window-system 'x) (setq x-select-enable-clipboard t))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]