all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David <de_bb@arcor.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Mac OS X (cocoa editon) azerty [ { problem
Date: Fri, 30 Jan 2009 10:39:04 +0100	[thread overview]
Message-ID: <kzr62l5e13.fsf@arcor.de> (raw)
In-Reply-To: 7be766ea-2442-4e60-9c98-b4ae12285147@y23g2000pre.googlegroups.com

Pieter Laeremans <pieter@laeremans.org> writes:
> I use an azerty keyboard but emacs doesn't handle the following
> symbols correctly
>
> { [  and \
>
> In a normal application for example I can input { by pushing (option
> alais alt 5),
> Emacs interprets this as M-5 instead of just inserting the right
> symbol.
>
> It is not clear to me how to turn this of.

One possibility: Go to Emacs->Preferences, set Alt/Opt-Key to "None" and
set Command Key to "Meta". This has the disadvantage that it interferes
with the MacOS-Shortcuts for the Command key.

Another possibility: rebind the keys in your .emacs, e.g.

(global-set-key (kbd "M-5") (lambda () (interactive) (insert "[")))

Don't know if that always works in all modes, though.

Best possibility: Adapt your keyboard layout for Mac OS X, e.g. using
Ukelele. Your hands will thank you for it later.

-David





  parent reply	other threads:[~2009-01-30  9:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-29 23:41 Mac OS X (cocoa editon) azerty [ { problem Pieter Laeremans
2009-01-30  0:18 ` Pascal J. Bourguignon
2009-01-30  9:39 ` David [this message]
     [not found] ` <mailman.6221.1233308367.26697.help-gnu-emacs@gnu.org>
2009-02-01 11:20   ` Pieter Laeremans

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=kzr62l5e13.fsf@arcor.de \
    --to=de_bb@arcor.de \
    --cc=help-gnu-emacs@gnu.org \
    /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.