From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: robert.thorpe@antenova.com (Rob Thorpe) Newsgroups: gmane.emacs.help Subject: Re: paste from local emacs to ssh remote term emacs Date: 9 Jun 2003 09:39:32 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1a61f7e5.0306090839.7c03db47@posting.google.com> References: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1055176794 20177 80.91.224.249 (9 Jun 2003 16:39:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2003 16:39:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 09 18:39:52 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19PPfT-0005A1-00 for ; Mon, 09 Jun 2003 18:38:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19PPhC-00063g-AX for gnu-help-gnu-emacs@m.gmane.org; Mon, 09 Jun 2003 12:40:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 212.135.40.163 Original-X-Trace: posting.google.com 1055176773 19106 127.0.0.1 (9 Jun 2003 16:39:33 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 9 Jun 2003 16:39:33 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:114314 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10808 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10808 David Kritzberg wrote in message news:... > When I try to copy text from a local emacs session (C-w) to a remote > emacs session running in a gnome-term (over ssh), I find that there is > nothing 'on the clipboard'. I've never really gotten the hang of the > 'kill ring' but I can copy and paste in the opposite direction, and I > can copy from galeon/mozilla into a remote emacs running the same > way. Can anyone suggest to me what I might be doing wrong? Thanks Firstly M-x customize the variable x-select-enable-clipboard to t Then things will go into the X clipboard. If you do a middle-button paste it should paste into the remote Emacs (due to the way X works, not Emacs).