help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make a Cocoa package of emacs


From: Harald Hanche-Olsen
Subject: Re: Make a Cocoa package of emacs
Date: Thu, 27 Nov 2008 20:33:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix)

+ Rémy Hubscher <hubscher.remy@gmail.com>:

> Arg, in this new version, I am in trouble !!
>
> I don't know how to access the alternate key since alt is now map
> correctly.
>
> When I press alt-( I get () instead of {
>
> Do you know how I can access my Apple FR strange keys ?

  (setq mac-option-modifier 'none)
  (setq mac-command-modifier 'meta)

The first line solves your immediate problem, the second ensures you
still have a meta key.

-- 
* Harald Hanche-Olsen     <URL:http://www.math.ntnu.no/~hanche/>
- It is undesirable to believe a proposition
  when there is no ground whatsoever for supposing it is true.
  -- Bertrand Russell


reply via email to

[Prev in Thread] Current Thread [Next in Thread]