From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: michaelsbradleyjr@gmail.com Newsgroups: gmane.emacs.help Subject: emacsclient and Mac OS's clipboard Date: Wed, 25 Apr 2012 12:38:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <12623582.853.1335382697212.JavaMail.geo-discussion-forums@ynma1> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335382821 19615 80.91.229.3 (25 Apr 2012 19:40:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2012 19:40:21 +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 Apr 25 21:40:20 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SN84S-0005eB-SA for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Apr 2012 21:40:13 +0200 Original-Received: from localhost ([::1]:41006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SN84R-0003lW-SI for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Apr 2012 15:40:11 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 96.35.162.227 Original-X-Trace: posting.google.com 1335382697 32245 127.0.0.1 (25 Apr 2012 19:38:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 25 Apr 2012 19:38:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=96.35.162.227; posting-account=jJql8QoAAABH1C5gkmlLOe8whgL-4w-9 User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:192229 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84639 Archived-At: I'm running the latest pretest from the "Emacs For Mac OS X" website (Emacs= -pretest-24.0.95-universal-10.6.8.dmg) on Mac OS version 10.7. If I launch Emacs in a standalone fashion (i.e. double-click on Emacs.app),= the editor's kill ring and the OS's clipboard "communicate" with each othe= r such that I can copy/paste back and forth between Emacs and other applica= tions. However, if I launch Emacs in --daemon mode and then fire up `emacsclient -= c`, I find that the client's kill ring does not "communicate" with the OS's= clipboard, and it's seemingly impossible to copy/paste between Emacs and o= ther applications. A workaround is to use some intermediate text file, whic= h I have open in say Emacs and TextEdit, but obviously that's not a great s= olution. I'm hunting for a fix to this problem (if one exists) but am coming up shor= t with google searches, et al. Thanks for your help.