From: Michael Brand <michael.ch.brand@gmail.com>
To: Gaspaio <ggaspaio@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Shift-arrow and M-arrow bindings in OSX port of Emacs 23
Date: Wed, 1 Dec 2010 07:37:40 +0100 [thread overview]
Message-ID: <AANLkTi=95m9e4Eqs4QHZ=5J+Tpbsw4tYCC6sQ_LpFMmm@mail.gmail.com> (raw)
In-Reply-To: <C874F07B-743F-46FC-9108-D4A2D0BEB106@gmail.com>
On Tue, Nov 30, 2010 at 17:19, Gaspaio <ggaspaio@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
next prev parent reply other threads:[~2010-12-01 6:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-30 16:19 Shift-arrow and M-arrow bindings in OSX port of Emacs 23 Gaspaio
2010-12-01 6:37 ` Michael Brand [this message]
2010-12-01 11:00 ` Gaspaio
2010-12-01 20:01 ` Michael Brand
2010-12-02 3:08 ` Jeff Horn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTi=95m9e4Eqs4QHZ=5J+Tpbsw4tYCC6sQ_LpFMmm@mail.gmail.com' \
--to=michael.ch.brand@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=ggaspaio@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.