GNU bug report logs - #21508
24.5; "#" key in italian keyboard on Mac OS X doesn't work

Previous Next

Package: emacs;

Reported by: Giulio Marcon <giulio.marcon.vi <at> gmail.com>

Date: Thu, 17 Sep 2015 17:09:02 UTC

Severity: normal

Found in version 24.5

Done: Anders Lindgren <andlind <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21508 in the body.
You can then email your comments to 21508 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#21508; Package emacs. (Thu, 17 Sep 2015 17:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Giulio Marcon <giulio.marcon.vi <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 17 Sep 2015 17:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Giulio Marcon <giulio.marcon.vi <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
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".



Reply sent to Anders Lindgren <andlind <at> gmail.com>:
You have taken responsibility. (Sun, 03 Jan 2016 14:37:01 GMT) Full text and rfc822 format available.

Notification sent to Giulio Marcon <giulio.marcon.vi <at> gmail.com>:
bug acknowledged by developer. (Sun, 03 Jan 2016 14:37:02 GMT) Full text and rfc822 format available.

Message #10 received at 21508-done <at> debbugs.gnu.org (full text, mbox):

From: Anders Lindgren <andlind <at> gmail.com>
To: 21508-done <at> debbugs.gnu.org, Giulio Marcon <giulio.marcon.vi <at> gmail.com>
Subject: Re: 24.5; "#" key in italian keyboard on Mac OS X doesn't work
Date: Sun, 3 Jan 2016 15:35:54 +0100
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Feb 2016 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.