all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* EURO-Symbol in GNU Emacs
@ 2006-06-15 10:25 juergen melzer
  0 siblings, 0 replies; 5+ messages in thread
From: juergen melzer @ 2006-06-15 10:25 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 1219 bytes --]

Hi there,

I am really stuck getting the EURO-Symbol shown and written in Emacs.

My Emacs-version is: GNU Emac 21.3.1 (i386-mingw-nt5.1.2600) on a MS Windows XP (SP2) system (bad habbit, I know ;-) )

For displaying the symbol, I first tried using the ms-latn-ex.el package by this commands .emacs:
a) (autoload 'ms-latn-ex "latin-extra") and 
b) (set-face-font 'default '"latin-extra")

My second try was to use the following (also in .emacs):
(set-w32-system-coding-system 'iso-8859-15)

Both approaches ran without errors when emacs starts.
Even so, what I am shown in emacs is: \200 for the EURO-Symbol inserted by an regular text-editor.

Secondly I tryd something to write the EURO-Symbol by following function:
(defun insert-euro ()
  "insert the euro sign"
  (interactive "*")
  (insert (string (make-char 'latin-iso8859-15 164))))

It actually shows me an EURO-Symbol, but a regular text-editor is showing me the following: Ž¤

Please help me, I really spend hours an that problem and did'nt fix anything.

Thanks so much in advance,


Juergen Melzer




 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[-- Attachment #1.2: Type: text/html, Size: 1351 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-06-16  8:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2909.1150378833.9609.help-gnu-emacs@gnu.org>
2006-06-15 14:05 ` EURO-Symbol in GNU Emacs Mathias Dahl
2006-06-15 21:58 ` RjjdBae
2006-06-16  8:50   ` Peter Dyballa
2006-06-16  3:06 ` B. T. Raven
2006-06-15 10:25 juergen melzer

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.