From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David Strozzi" Newsgroups: gmane.emacs.help Subject: pasting from mac OS X clipboard Date: Sun, 3 Jun 2007 08:55:54 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180886174 24806 80.91.229.12 (3 Jun 2007 15:56:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jun 2007 15:56:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 03 17:56:13 2007 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 1HusRA-0002II-V8 for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jun 2007 17:56:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HusRA-0004zM-2a for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Jun 2007 11:56:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HusQw-0004z3-BL for help-gnu-emacs@gnu.org; Sun, 03 Jun 2007 11:55:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HusQu-0004yH-MY for help-gnu-emacs@gnu.org; Sun, 03 Jun 2007 11:55:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HusQu-0004y8-GB for help-gnu-emacs@gnu.org; Sun, 03 Jun 2007 11:55:56 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HusQu-0005V1-3l for help-gnu-emacs@gnu.org; Sun, 03 Jun 2007 11:55:56 -0400 Original-Received: by py-out-1112.google.com with SMTP id f31so2215589pyh for ; Sun, 03 Jun 2007 08:55:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=f9pQTzbhtvDej75nCUNmyPR6+MwLszDCM+Iv5f2lDLoUrn3IL04VFvV5HJItspRZg5BmXSdmJOrhTklMCBNzZ2dzGoP9VHtcWzzKT+wwKzBUtMxthQAfqd/oPByOOu9/lblBfYojUlBtynah76CadSzrdTCo4ODhPbPEDsc+HWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lsMt9LY1XybSwghpj8r+BN84kGAGKmFQW1DJ8qnU3CNF8Eqzka/nh0xgDNKNBCB2krT+EOC7HfE+jhMBlLz3F9kNxKSNRrgBFbZJyMyHLOTBPvsamgFPKdNFzFD8ahnd8m5kGC4vZEAz406I/WC/zIWf076RvzFWD9iHqQgbXkw= Original-Received: by 10.114.73.1 with SMTP id v1mr3956070waa.1180886154374; Sun, 03 Jun 2007 08:55:54 -0700 (PDT) Original-Received: by 10.141.163.13 with HTTP; Sun, 3 Jun 2007 08:55:54 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:44639 Archived-At: Hi, I know this topic has come up before, but I'm unable to use that info to fix it on my machine. I have system 10.3.9 on ppc, running the nightly build from 2007-04-23 (on travel, cnxn too slow to get current easily). I use the default setting of option key for meta, and control for control. I can copy in aquamacs w/ command-C, and then paste into other macOS apps. However, the other way won't work. Whatever's in the macOS clipboard, command-v and control-y both just look at the aquamacs kill ring. My .emacs contains (setq x-select-enable-clipboard t). I saw a mention of the vars interprogram-paste-function and interprogram-cut-function. Both vars are set to nil. I don't know if I need to change them, or what values I should change them to. Thanks for your help, David PS - I get the list digested, so if you cc me in a reply that is appreciated.