Le Thu 10/01/2002, Stephen J. Turnbull disait
I've just added initial support for the Euro (and a half-dozen
other
characters) by adding
the latin-iso8859-15 charset (ISO Latin-9)
the iso-8859-15 coding system (ISO 8859/15 and ISO IRV 203)
the latin-9 language environment
to 21.5 CVS (check out the bleeding edge with update -A).
Yes, I'm inclined to apply to 21.4, but I'd like it to be more
complete and somewhat tested first. ;-)
I need advice on
(1) what, if anything, to do about the XK_EuroSign keysym for X
(I know you can
(global-set-key [EuroSign]
(lambda () (interactive)
(insert (make-char 'latin-iso8859-15 #xA4)))
but does there need to be a default binding? Is that the right
one? Should it be activated by the language environment? etc)
I'm downloading it in order to test. maybe there should be a way in
text mode, depending on the language environment if entering the
iso-8859-15 character.
Or did I miss it was already the case ,
--
Erwan