syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

Can't use compose key on OSX with spacemacs #8095

Closed nolith closed 7 years ago

nolith commented 7 years ago

Description :octocat:

Can't use compose key on OSX with spacemacs

OSX keyboard uses composition based on alt key.

Here are just a couple of examples that works on every input in the OS except on spacemacs.

alt + ` e => è alt + e e => é alt + ` a => à

Reproduction guide :beetle:

Expected behaviour: :heart: :smile: This should start a compose mode, now pressing a key should compose it with the `

alt + ` e should write è

System Info :computer:

d12frosted commented 7 years ago

Hey,

This is behaviour is expected. If you wish another behaviour, you have to configure meta key. Also note that this is a duplicate of following topics:

Also you could just use osx layer that exposes similar configuration.

Another solution might be using input-method (where you can define all special characters). I use input-method to type in non-latin languages.

In the end it's up to you how to configure it, because what works to one person might not work for the other.

P. S. Closing this issue as it's a) as expected and b) is a duplicate.