>>>> "Stephen" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
Stephen> The following form may be of use:
Stephen> (insert (make-char 'latin-iso8859-15 #xA4))
~
Works for me, thanks for the ~, Stephen!
(global-set-key [EuroSign]
(lambda () (interactive)
(insert (make-char 'latin-iso8859-15 #xA4))))
works too, after adding a missing ) to your example.
Sorry it took me so long to respond,
Adrian
Stephen> That should give you a Euro sign (eg in *scratch*) out of
Stephen> the box in xemacs -vanilla.
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/