I\'m using emacsformacosx.com and would like to stop the Meta_R (right meta, or right option key) on my Apple keyboard from being an Emacs meta key.
The rea
I found a solution for my macbook pro with french keyboard.
Considering that I hardly ever use the Fn key here what i did:
; ALT is considered as ALT and not interpreted as META
(setq-default mac-option-modifier nil)
; Fn is considered as META and not interpreted as Fn
(setq-default mac-function-modifier 'meta)
So I can fool around with as many backslash as I want in emacs!
\\[GREAT!!!]\\