all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Anders Lindgren <andlind@gmail.com>
To: 21508-done@debbugs.gnu.org, Giulio Marcon <giulio.marcon.vi@gmail.com>
Subject: bug#21508: 24.5; "#" key in italian keyboard on Mac OS X doesn't work
Date: Sun, 3 Jan 2016 15:35:54 +0100	[thread overview]
Message-ID: <CABr8ebb4bTPZfVTsUYn5bjWMNcH6C89Eoy==Aj4T4dqmx3CCLg@mail.gmail.com> (raw)
In-Reply-To: <0D185374-D500-4C0F-9395-3AC5CBF1D694@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 872 bytes --]

Hi!

Unfortunately, the default keyboard layout of Emacs binds CMD to "Super"
and ALT to "Meta". While this work when using an American keyboard, it is
not good for us european users.

Fortunately, it's relative easy to configure this yourself.

One common layout is to bind CMD to "Meta" and ALT to "compose":

    (setq ns-command-modifier 'meta)
    (setq ns-alternate-modifier nil)

Another layout is to keep the left ALT key as Meta and bind the right ALT
to "compose":

    (setq ns-right-alternate-modifier nil)

I have tried to convince the Emacs people to change the defaults, but a lot
of people objected, so it was impossible to agree upon a solution. See
https://lists.gnu.org/archive/html/emacs-devel/2015-12/msg01575.html for
details. (The thread goes into 2016-01 as well, but the web interface only
shows the messages in December.)

    -- Anders Lindgren

[-- Attachment #2: Type: text/html, Size: 1264 bytes --]

      reply	other threads:[~2016-01-03 14:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17 14:03 bug#21508: 24.5; "#" key in italian keyboard on Mac OS X doesn't work Giulio Marcon
2016-01-03 14:35 ` Anders Lindgren [this message]

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='CABr8ebb4bTPZfVTsUYn5bjWMNcH6C89Eoy==Aj4T4dqmx3CCLg@mail.gmail.com' \
    --to=andlind@gmail.com \
    --cc=21508-done@debbugs.gnu.org \
    --cc=giulio.marcon.vi@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.