all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: displaying the Eurosign at all
Date: Mon, 07 Mar 2005 09:58:57 -0500	[thread overview]
Message-ID: <87is43cy2s.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: mailman.2882.1110206200.32256.help-gnu-emacs@gnu.org

> Klaus Berndl wrote:
> ...
>> (global-set-key (kbd "\200") 'insert-euro)

To bind a command to the euro key, I'd recommend something like:

  (global-set-key "€" 'insert-euro)

Also instead of `insert-euro' I'd just use:

  (global-set-key "€" 'self-insert-command)

But since "€" is already bound to self-insert-command by default, I'd
recommend you don't change anything at all.

BTW 128 (aka \200) is not the latin-9 encoding of the euro sign (it's 164,
aka \244), AFAIK, so the problem is most likely that you haven't correctly
described the coding-system used by your keyboard, which doesn't seem to be
latin-9.


        Stefan

  parent reply	other threads:[~2005-03-07 14:58 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1034025217.28906.help-gnu-emacs@gnu.org>
2002-10-07 22:45 ` displaying the Eurosign at all Stefan Monnier <foo@acm.com>
     [not found] ` <m3u1jx2v40.fsf@kuntu.zangpo.org>
2002-10-08  9:36   ` Klaus Berndl
2005-03-07 13:49     ` Josef Dalcolmo
     [not found]     ` <mailman.2882.1110206200.32256.help-gnu-emacs@gnu.org>
2005-03-07 14:58       ` Stefan Monnier [this message]
2005-03-07 15:44         ` Josef Dalcolmo
     [not found]         ` <mailman.2905.1110213034.32256.help-gnu-emacs@gnu.org>
2005-03-07 16:34           ` Pascal Bourguignon
2005-03-09  4:59           ` Stefan Monnier
2005-03-09  8:34             ` Peter Dyballa
     [not found]             ` <mailman.3091.1110358306.32256.help-gnu-emacs@gnu.org>
2005-03-09 10:27               ` Oliver Scholz
2005-03-09 15:11               ` Josef Dalcolmo
2005-03-09 15:23                 ` Oliver Scholz
2005-03-09 15:27                 ` Stefan Monnier
2005-03-07 15:28       ` Pascal Bourguignon
2002-10-07 23:10 Raimund.Kohl
2002-10-07 21:52 ` ken
2002-10-07 23:48 ` Raimund.Kohl
     [not found] <mailman.1034027410.506.help-gnu-emacs@gnu.org>
2002-10-08  4:35 ` Miles Bader

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=87is43cy2s.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    /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.