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

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

Re: Copy/Paste from console emacs client


From: Francis Moreau
Subject: Re: Copy/Paste from console emacs client
Date: Tue, 5 Jan 2010 09:50:02 -0800 (PST)
User-agent: G2/1.0

On Jan 4, 2:16 pm, Richard Riley <rileyrg...@gmail.com> wrote:
> OK, to follow up from my own post:
>
> The problem was simply this - I had included xclip.el. However it does
> this:
>
>  (add-hook 'terminal-init-xterm-hook 'turn-on-xclip)
>
> This was not triggered in my version of urxvt. I dont know the details
> as to why. So, and thanks to dim in #emacs, I went back and call the
> the interprogram function set up
>
> (turn-on-xclip)
>
> et voila. Working just fine. I guess I should go and add this to the
> hundreds of threads on the subject out there ;) So trivial after all
> that.
>
> Hope this helps someone else,
>

Almost, but the 'funny' thing is that xclip is not working inside
emacs:

doing this in a terminal works:

$ echo -n foo | xclip

But doing this inside emacs after making a selection:

M-| xclip -i

make xclip to never exit.

Did you have a similar problem ?

Thanks


reply via email to

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