From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gaspaio Subject: Re: Shift-arrow and M-arrow bindings in OSX port of Emacs 23 Date: Wed, 1 Dec 2010 12:00:15 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=49113 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNkQ8-00051b-Io for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 06:00:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNkQ7-0001xk-66 for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 06:00:20 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:59178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNkQ7-0001xH-1h for emacs-orgmode@gnu.org; Wed, 01 Dec 2010 06:00:19 -0500 Received: by wwc33 with SMTP id 33so568301wwc.30 for ; Wed, 01 Dec 2010 03:00:17 -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: Michael Brand Cc: emacs-orgmode@gnu.org Well, the problem is not with the CMD or the Alt Keys on my MacBook = keyboard, but with the "Shift" key. I solved part of my problem by binding the Meta to CMD and leaving the = 'Fn' for the system, but how do i deal with shift ? I don't seem to have access to the commands org-shiftup, org-shiftdown, = =85 When i set 'shift-select-mode' to nil, i still don't have access to = these commands, and i think its because is being translated to = , etc. How can i stop this translation ? Or should I simply remap the = org-shiftup/down ... commands to something line ? I can't seem to find any doc online on this, but i doubt I'm the only = one affected ... Thanks. R On Dec 1, 2010, at 7:37 AM, Michael Brand wrote: > On Tue, Nov 30, 2010 at 17:19, Gaspaio wrote: >> Has any of you manage to remove de MacUser-friendly custom bindings = included in the emacs.app version available with Port ? >=20 > 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. >=20 > With Mac OS X I use Cocoa Emacs and this >=20 > (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)) >=20 > Michael