[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GNU Emacs 21.4.1 and euro symbol



Pál Csányi wrote:
Hello!

I try to set up my Debian Etch system so I can to write the euro symbol in the
GNU Emacs version 21.4.1.

I red the documentation here:
http://www.debian.org/doc/manuals/debian-euro-support/ch-applications.en.html

but can't find the solution for my problem.

I have a Hungaryan keyboard and I can to write the euro symbol in
OpenOffice Writer, but can't in rxvt (xterm) nor in Emacs.

What is the solution for this problem?

Any advices will be appreciated!

Hi

for my Emacs, to be able to write in Czech language a had to set .emacs :

(custom-set-variables
'(current-language-environment "czech")
'(default-input-method "czech")
)

(set-language-environment "czech")
(set-input-method "czech-qwerty")
(prefer-coding-system 'utf-8)


and this are my locale:

LANG=cs_CZ.UTF-8
LC_CTYPE="cs_CZ.UTF-8"
LC_NUMERIC="cs_CZ.UTF-8"
LC_TIME="cs_CZ.UTF-8"
LC_COLLATE="cs_CZ.UTF-8"
LC_MONETARY="cs_CZ.UTF-8"
LC_MESSAGES=en_GB.UTF-8
LC_PAPER="cs_CZ.UTF-8"
LC_NAME="cs_CZ.UTF-8"
LC_ADDRESS="cs_CZ.UTF-8"
LC_TELEPHONE="cs_CZ.UTF-8"
LC_MEASUREMENT="cs_CZ.UTF-8"
LC_IDENTIFICATION="cs_CZ.UTF-8"


try it for your language, good luck

PS: i only have a problem when copying czech text to emacs. But i rather export text to file.txt and then open directly in emacs :o)



Reply to: