From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erwin Panen Subject: Re: EmacsForMacOSX - copy & paste in orgmode Date: Wed, 18 Aug 2010 14:35:02 +0200 Message-ID: <4C6BD376.8040006@fastmail.fm> References: <4C6BAF6E.2030105@fastmail.fm> Reply-To: erwinpanen@fastmail.fm Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49881 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlhrI-0003E7-QP for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 08:35:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlhrH-0001Mt-C3 for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 08:35:08 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:42772) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlhrH-0001Mb-9X for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 08:35:07 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Puneeth Cc: emacs-orgmode@gnu.org, Juan Hi Puneeth, Thanks for your help; This does indeed seem to enable copy/paste. Unfortunately Ctrl / Option - c/v/x do not work. Probably this has to do with my keybindings (I'm not very good at these :-) ). I have this in my .emacs: ----------------------------- ;; command-` to switch frames (global-set-key [?\M-`] 'other-frame) ; # This sets the key binding (setq mac-option-key-is-meta nil) (setq mac-command-key-is-meta t) (setq mac-command-modifier 'meta) (setq mac-option-modifier nil) ------------------------------------ Erwin On 18/08/10 12:43, Puneeth wrote: > Hi Erwin, > > On Wed, Aug 18, 2010 at 3:31 PM, Erwin Panen wrote: >> Hi Juan, >> >> I hope you don't mind me mailing you directly. I copied orgmode list in cc. >> >> Do you have a way to copy / paste between say Firefox and Emacs / orgmode? > I don't use MacOSX. But, I have the following elisp code in my > dot-emacs (Linux). > > (setq x-select-enable-clipboard t) > > I think this should work for you too. I'm not sure, though. > > HTH, > Puneeth