From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Shift-arrow and M-arrow bindings in OSX port of Emacs 23 Date: Wed, 1 Dec 2010 07:37:40 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=37775 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNgK2-0005ms-Ti for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 01:37:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNgJy-0005Cg-Gw for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 01:37:46 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:57354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNgJy-0005CE-C5 for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 01:37:42 -0500 Received: by iwn42 with SMTP id 42so2350700iwn.0 for ; Tue, 30 Nov 2010 22:37:41 -0800 (PST) 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: Gaspaio Cc: emacs-orgmode@gnu.org On Tue, Nov 30, 2010 at 17:19, Gaspaio wrote: > Has any of you =A0manage to remove de MacUser-friendly custom bindings in= cluded 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