From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Re: Copy/Paste from console emacs client Date: Tue, 5 Jan 2010 09:50:02 -0800 (PST) Organization: http://groups.google.com Message-ID: <9e0f767d-1141-48df-8104-c401c057a4ed@22g2000yqr.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262737250 17967 80.91.229.12 (6 Jan 2010 00:20:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2010 00:20:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 06 01:20:42 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NSJdc-0008TY-JM for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Jan 2010 01:20:37 +0100 Original-Received: from localhost ([127.0.0.1]:48644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSJdd-0002yJ-09 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Jan 2010 19:20:37 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!cgl.ucsf.edu!newsfeed.berkeley.edu!ucberkeley!news.svpal.org!xmission!news.glorb.com!news2.glorb.com!postnews.google.com!22g2000yqr.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: 93.2.234.121 Original-X-Trace: posting.google.com 1262713802 12288 127.0.0.1 (5 Jan 2010 17:50:02 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 5 Jan 2010 17:50:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 22g2000yqr.googlegroups.com; posting-host=93.2.234.121; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:175991 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71077 Archived-At: On Jan 4, 2:16=A0pm, Richard Riley wrote: > OK, to follow up from my own post: > > The problem was simply this - I had included xclip.el. However it does > this: > > =A0(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