help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: font or face problem in emacs


From: Peter Dyballa
Subject: Re: font or face problem in emacs
Date: Fri, 30 Jun 2006 10:41:09 +0200


Am 30.06.2006 um 00:37 schrieb H.S.:

Yup, you are right. I just discovered another post in this newsgroup. This seems to have worked:
M-x prefer-coding-system RET utf-8 RET

You can set in .emacs for example:

     (setq default-buffer-file-coding-system 'utf-8-unix)
     (set-default-coding-systems             'utf-8)
     (prefer-coding-system                   'utf-8)
     (modify-coding-system-alist 'process "\\*shell\\*\\'" 'utf-8)

and exceptions like these:

        (setq file-coding-system-alist
          (append
            '(("\\.tex\\'" iso-latin-9-unix . iso-latin-9-unix))
        ;    '(("\\.el\\'"  iso-latin-9-unix . iso-latin-9-unix))
            file-coding-system-alist))

In GNU Emacsen 21 and 22 the UTF-8 support is not perfect yet.

--
Greetings

  Pete

"Let's face it; we don't want a free market economy either."
        James Farley, president, Coca-Cola Export Corp., 1959






reply via email to

[Prev in Thread] Current Thread [Next in Thread]