Re: [Orgmode] Shift-arrow and M-arrow bindings in OSX port of Emacs 23

2010-12-01 Thread Jeff Horn
Would this help?

http://stackoverflow.com/questions/3518846/shift-tab-produces-cryptic-error-in-emacs

On Wed, Dec 1, 2010 at 3:01 PM, Michael Brand
 wrote:
> On Wed, Dec 1, 2010 at 12:00, Gaspaio  wrote:
>> 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  ?
>
> Can you try what `C-h c S-up' tells in an Org buffer of an Emacs
> started without any config? A Cocoa Emacs 23.2 tells ` runs
> the command org-shiftup', both with shift-select-mode set to t or
> nil.
>
> 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
>



-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

http://www.failuretorefrain.com/jeff/

___
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


Re: [Orgmode] Shift-arrow and M-arrow bindings in OSX port of Emacs 23

2010-12-01 Thread Michael Brand
On Wed, Dec 1, 2010 at 12:00, Gaspaio  wrote:
> 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  ?

Can you try what `C-h c S-up' tells in an Org buffer of an Emacs
started without any config? A Cocoa Emacs 23.2 tells ` runs
the command org-shiftup', both with shift-select-mode set to t or
nil.

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


Re: [Orgmode] Shift-arrow and M-arrow bindings in OSX port of Emacs 23

2010-12-01 Thread Gaspaio
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, …
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 ?
> 
> 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


Re: [Orgmode] Shift-arrow and M-arrow bindings in OSX port of Emacs 23

2010-12-01 Thread Michael Brand
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 ?

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


[Orgmode] Shift-arrow and M-arrow bindings in OSX port of Emacs 23

2010-12-01 Thread Gaspaio
hello everybody,

Has any of you  manage to remove de MacUser-friendly custom bindings included 
in the emacs.app version available with Port ?

Bindings including S + arrow or M + arrow and bound to the end/beginning of 
line, region selection commands, etc, instead of the default mode-dependent 
bindings of emacs. 
As a result, I am unable to use most of the interesting commands in org-mode, 
orgtbl-mode, etc. Every time I use S-, i start selecting a region.
The variable 'org-support-shift-select' don't seem to do anything here.

Any ideas ? I'd like to reset all bindings to emacs default and then customize 
some of them myself.

G


___
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