Re: Please test (and comment on) Euro support (ISO 8859/15)
Adrian Aichner <[email protected]> 14 Apr 2003 12:27:10 +0200
| Newsgroups | gmane.emacs.xemacs.mule,gmane.emacs.xemacs.beta |
|---|---|
| Organization | The XEmacs Project |
| Message-ID | <[email protected]> |
>>>>> "Stephen" == Stephen J Turnbull <[email protected]> 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:[email protected] http://www.xemacs.org/