From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Groll Newsgroups: gmane.emacs.help Subject: Re: kill ring and system clipboard Date: Tue, 30 Mar 2010 09:23:15 +0200 Message-ID: <20100330072315.GF5377@groll.co.za> References: <0CCB4B9C-D03D-4E28-93A8-897AC1911DC7@3tier.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-Trace: dough.gmane.org 1269933855 5344 80.91.229.12 (30 Mar 2010 07:24:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 30 Mar 2010 07:24:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 30 09:24:11 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.69) (envelope-from ) id 1NwVo0-0006Y2-F5 for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Mar 2010 09:24:08 +0200 Original-Received: from localhost ([127.0.0.1]:42265 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwVnz-00082T-66 for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Mar 2010 03:24:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwVnW-00080w-ED for help-gnu-emacs@gnu.org; Tue, 30 Mar 2010 03:23:38 -0400 Original-Received: from [140.186.70.92] (port=37314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwVnU-00080M-Ny for help-gnu-emacs@gnu.org; Tue, 30 Mar 2010 03:23:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwVnP-0004tp-C6 for help-gnu-emacs@gnu.org; Tue, 30 Mar 2010 03:23:35 -0400 Original-Received: from mail.groll.co.za ([166.84.7.40]:33674) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwVnJ-0004tI-VG for help-gnu-emacs@gnu.org; Tue, 30 Mar 2010 03:23:26 -0400 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id C5CE75FDEB; Tue, 30 Mar 2010 09:23:15 +0200 (SAST) Content-Disposition: inline In-Reply-To: <0CCB4B9C-D03D-4E28-93A8-897AC1911DC7@3tier.com> User-Agent: Mutt/1.5.18 (Linux mail 2.6.28-xen3-U-64 x86_64) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) 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:72542 Archived-At: On Mon, Mar 29, 2010 at 03:09:16PM -0700, Mark Stoelinga wrote: >Hello, > >I know there are many posts on this topic on various forums, and lots of advice, but I've read and tried all of it with no success. > >Basically, I want my emacs kill-ring contents to be available in my system clipboard on my mac, but I can't get it to work. > >My setup: > >I have a MacBook laptop, running Snow Leopard (OSX 10.6.2). I use a mac terminal to ssh into a Linux cluster that is running Gnu Linux (not sure of the version). I'm also running the XQuartz X11 emulator on my MacBook. When in the terminal, loogged into the Linux cluster, I run "emacs" (which is Gnus Emacs version 21.3.1). This successfully opens emacs in an X11 window (via XQuartz) on my mac desktop. This all works splendidly. And I generally can get anything from any mac application or other X application INTO my Emacs kill ring through either a mac copy (Command-v) or a X11 middle-mouse copy. > >My problem: > >However, what I have never been able to do is get the emacs kill ring contents to go into my mac system clipboard. The closest I've managed to come is issuing the emacs command "META-X set-variable RET x-select-enable-clipboard RET t". This seems to sync up the kill ring contents with the system clipboard, BUT now I can no longer put anything new into the kill ring from within emacs. If I kill a line, the line gets deleted but whatever was in the kill ring before remains in it. I've also tried, instead, using the emacs command "clipboard-kill-ring-save", but this does not have the desired effect of forcing the kill ring contents into the system clipboard. The mac system clipboard is uneffected. > It sounds to me like the problem is basically that emacs is not running on your local workstation, but on another machine. While what you want may be possible, why not just run Emacs on your local machine and open the files you need to open using tramp? Cheers, Jonathan