From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kritzberg Newsgroups: gmane.emacs.help Subject: Re: paste from local emacs to ssh remote term emacs Date: 11 Jun 2003 14:39:26 -0600 Organization: University of Colorado, Boulder Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <1a61f7e5.0306090839.7c03db47@posting.google.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1055364449 11809 80.91.224.249 (11 Jun 2003 20:47:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2003 20:47:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 11 22:47:27 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 19QCVD-00034H-00 for ; Wed, 11 Jun 2003 22:47:27 +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 19QCTP-0002hF-8h for gnu-help-gnu-emacs@m.gmane.org; Wed, 11 Jun 2003 16:45:35 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newshub.sdsu.edu!news-hog.berkeley.edu!ucberkeley!news.colorado.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: atct44-54-dhcp.resnet.colorado.edu Original-X-Trace: peabody.colorado.edu 1055363960 24950 128.138.44.54 (11 Jun 2003 20:39:20 GMT) Original-X-Complaints-To: abuse@colorado.edu Original-NNTP-Posting-Date: 11 Jun 2003 20:39:20 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:114374 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:10868 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10868 robert.thorpe@antenova.com (Rob Thorpe) writes: > 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). Thanks Robert.