emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] EmacsForMacOSX - copy & paste in orgmode


From: Erwin Panen
Subject: Re: [Orgmode] EmacsForMacOSX - copy & paste in orgmode
Date: Wed, 18 Aug 2010 14:35:02 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2

 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<address@hidden>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]