On Tue, Nov 30, 2010 at 17:19, Gaspaio <ggasp...@gmail.com> wrote:
> Has any of you  manage to remove de MacUser-friendly custom bindings included 
> in the emacs.app version available with Port ?

If this means an Emacs version that has the variables
ns-*-modifier for Cocoa then you can use these, if not then maybe
the variables mac-*-modifier.

With Mac OS X I use Cocoa Emacs and this

(when (eq system-type 'darwin)
  ;; * modifier keys
  ;;   - key `command': mapped to Emacs Meta
  (setq ns-command-modifier 'meta)
  ;;   - key `option': ignored by Emacs to let the OS do AltGr
  (setq ns-option-modifier 'none))

Michael

_______________________________________________
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