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<erwinpa...@fastmail.fm>  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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to