all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: Anders Bolt-Evensen <a-bolt@online.no>
Cc: 5206@debbugs.gnu.org
Subject: bug#5206: OPTION key combinations using international keyboards in the NEXTSTEP versions of Emacs don't work
Date: Tue, 05 Apr 2016 21:50:37 +0100	[thread overview]
Message-ID: <m28u0rlqzm.fsf@idiocy.org> (raw)
In-Reply-To: <88AF87D3-853F-44C6-9737-E654DD4C54F1@online.no> (Anders Bolt-Evensen's message of "Sun, 13 Dec 2009 11:18:38 +0100")

Anders Bolt-Evensen <a-bolt@online.no> writes:

> Hey!
>
> I've been working on Emacs for some time now, and recently I started using the Mac OS X user interface instead of the X windowing system.
> But there is one problem: I'm using a Norwegian keyboard, and to use characters like |, [, ], {, } and a few other characters I need to use either the OPTION or SHIFT+OPTION keys. In the NEXTSTEP version of Emacs the OPTION key is defined as the meta key.
>
> OPTION+7 = |
> OPTION+8 = [
> OPTION+9 = ]
> SHIFT+OPTION+7 = \
> SHIFT+OPTION+8 = {
> SHIFT+OPTION+9 = }
>
> When I press the OPTION+7 keys, the vertical bar should appear as seen
> in the list above, but insted nothing happens until I press an other
> key, in this case I used the A key, and "aaaaaaa" appears. When I
> press the SHIFT+OPTION+7 keys, the word "system" appears. This problem
> only applies to the NEXTSTEP version - the terminal and X window
> versions work as they should.

Hi, one way round this is to unset the right-option key in Emacs so
left-option works as meta and right-option will behave as "normal":

(setq ns-right-alternate-modifier (quote none))

If you don't like that, there are all sorts of other ways you could
rebind keys.

Emacs has behaved this way for a long time so I get the feeling it's
unlikely the default behaviour is going to be changed. I don't know what
a good alternate default would be as not having a meta key makes Emacs
kind of hard to use and I don't consider the escape key a decent
alternative. Does anyone else have an opinion? Is this a non-bug?
-- 
Alan Third





      parent reply	other threads:[~2016-04-05 20:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-13 10:18 bug#5206: OPTION key combinations using international keyboards in the NEXTSTEP versions of Emacs don't work Anders Bolt-Evensen
2009-12-14  8:02 ` Jan Djärv
2016-04-05 20:50 ` Alan Third [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=m28u0rlqzm.fsf@idiocy.org \
    --to=alan@idiocy.org \
    --cc=5206@debbugs.gnu.org \
    --cc=a-bolt@online.no \
    /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.