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

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

Re: Coding system in compilation buffer


From: Peter Dyballa
Subject: Re: Coding system in compilation buffer
Date: Mon, 26 Nov 2007 14:03:26 +0100


Am 26.11.2007 um 10:36 schrieb Enno Fennema:

If the above, then how should I get it to work properly.


For me it works to have environment variables LANG and LC_CTYPE set some UTF-8 value, not setting a language environment in my user init file, but having

        (prefer-coding-system 'utf-8)

Well, on Mac OS X ...

Check also by launching GNU Emacs with -Q, i.e. no customisation neither from your system not from you. Last resort might be the variable process-coding-system-alist. It *might* be successfully manipulated with

        (modify-coding-system-alist 'process "\\*compilation\\*\\'"   'utf-8)


--
Greetings

  Pete

"engineer: a mechanism for converting caffeine into designs"






reply via email to

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