[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Copy/Paste from console emacs client
From: |
Leo |
Subject: |
Re: Copy/Paste from console emacs client |
Date: |
Mon, 04 Jan 2010 13:03:40 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
On 2010-01-04 12:45 +0000, Richard Riley wrote:
> This thread (not Ubuntu specific) discusses the issues quite well :
>
>
> http://ubuntuforums.org/showthread.php?t=539888
>
>
> The first, probably naive, solution that comes to mind is for emacs to
> use xclip or equiv even IF the frame is not an X frame IF it detects X is
> running. I guess that might mean linking to x libraries or something
> and thus make it impossible? Reading the millions of queries about the
> same thing makes me think I'm being too hopeful and just need to bite
> the bullet and use the horrible mouse selection technique.
I had the question and wrote a small package for interfacing xclip which
made copying in terminal just like in X. I no longer use it since moving
to OSX and using GUI exclusively. But the code is here:
http://article.gmane.org/gmane.emacs.sources/2812/match=xclip
Best,
Leo