all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Enno Fennema <e.fennema@tiscali.nl>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Coding system in compilation buffer
Date: Mon, 26 Nov 2007 14:03:26 +0100	[thread overview]
Message-ID: <0E74B3EB-8856-4969-BB42-37AE880B668B@Web.DE> (raw)
In-Reply-To: <474A93A0.60308@tiscali.nl>


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	other threads:[~2007-11-26 13:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-26  9:36 Coding system in compilation buffer Enno Fennema
2007-11-26 13:03 ` Peter Dyballa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-12-04 20:32 Enno Fennema
2007-12-05 18:12 ` Eli Zaretskii
2007-12-06 22:06   ` Enno Fennema

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0E74B3EB-8856-4969-BB42-37AE880B668B@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=e.fennema@tiscali.nl \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.