all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21508: 24.5; "#" key in italian keyboard on Mac OS X doesn't work
@ 2015-09-17 14:03 Giulio Marcon
  2016-01-03 14:35 ` Anders Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Giulio Marcon @ 2015-09-17 14:03 UTC (permalink / raw)
  To: 21508

"#" key in italian keyboard on Mac OS X doesn't work, becouse the
 keyboard doesn't have alt gr.The Error is "M-à is undefined".




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#21508: 24.5; "#" key in italian keyboard on Mac OS X doesn't work
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Anders Lindgren @ 2016-01-03 14:35 UTC (permalink / raw)
  To: 21508-done, Giulio Marcon

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-03 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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.