all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Francis Moreau <francis.moro@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Copy/Paste from console emacs client
Date: Tue, 5 Jan 2010 09:50:02 -0800 (PST)	[thread overview]
Message-ID: <9e0f767d-1141-48df-8104-c401c057a4ed@22g2000yqr.googlegroups.com> (raw)
In-Reply-To: mailman.703.1262611220.18930.help-gnu-emacs@gnu.org

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


      parent reply	other threads:[~2010-01-05 17:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-04  4:43 Copy/Paste from console emacs client Richard Riley
2010-01-04 12:45 ` Richard Riley
2010-01-04 13:03   ` Leo
2010-01-04 13:16   ` Richard Riley
2010-01-04 15:49     ` Leo
     [not found]   ` <mailman.703.1262611220.18930.help-gnu-emacs@gnu.org>
2010-01-05 17:50     ` Francis Moreau [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9e0f767d-1141-48df-8104-c401c057a4ed@22g2000yqr.googlegroups.com \
    --to=francis.moro@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.