emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#21508: closed (24.5; "#" key in italian keyboard o


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21508: closed (24.5; "#" key in italian keyboard on Mac OS X doesn't work)
Date: Sun, 03 Jan 2016 14:37:01 +0000

Your message dated Sun, 3 Jan 2016 15:35:54 +0100
with message-id <address@hidden>
and subject line Re: 24.5; "#" key in italian keyboard on Mac OS X doesn't work
has caused the debbugs.gnu.org bug report #21508,
regarding 24.5; "#" key in italian keyboard on Mac OS X doesn't work
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21508: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21508
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.5; "#" key in italian keyboard on Mac OS X doesn't work Date: Thu, 17 Sep 2015 16:03:04 +0200
"#" 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".


--- End Message ---
--- Begin Message --- Subject: Re: 24.5; "#" key in italian keyboard on Mac OS X doesn't work Date: Sun, 3 Jan 2016 15:35:54 +0100
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


--- End Message ---

reply via email to

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