[Gllug] Emacs Euro

Richard Lewis richardlewis at fastmail.co.uk
Fri Apr 15 12:23:17 UTC 2011


At Thu, 14 Apr 2011 18:36:58 +0100,
Mick Farmer wrote:
> 
> Dear GLLUGers,
> 
> At work I run Red Hat EL.  On a terminal, the euro symbol
> can be input as AltGr-4.
> 
> Does anyone know how to input it using Emacs?
> 
> I'm running Emacs 21.3.19.EL.4.

Well in Emacs 23 at least you can use C-x 8 RET and then type the name
(or hex value) of the symbol you want. The command this runs is
ucs-insert from mule-cmds.el.

You could also add a global keybinding:

(global-set-key (kbd "...") "€")

But if you wanted this to be Alt Gr+4 you'd have to work out to
capture that in your console.

Best,
Richard
-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Richard Lewis
ISMS, Computing
Goldsmiths, University of London
Tel: +44 (0)20 7078 5134
Skype: richardjlewis
JID: ironchicken at jabber.earth.li
http://www.richardlewis.me.uk/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Sent from my [insert device/mail client here]
--
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug


More information about the GLLUG mailing list