all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Enno Fennema <e.fennema@tiscali.nl>
To: bug-gnu-emacs@gnu.org
Subject: Coding system in compilation buffer
Date: Tue, 04 Dec 2007 21:32:21 +0100	[thread overview]
Message-ID: <4755B955.5080809@tiscali.nl> (raw)

I am using GNU Emacs 22.1.1 part of SuSE Linux 10.3 x86_64.
When doing a compile gcc writes its messages/warnings using utf-8 which 
does not help readability when the buffers assumes latin-1.

According to the documentation compilation-process-setup-function is 
called with compilation-buffer bound. I think that variable is actually 
called outbuf in compile.el That would be a documentation bug, however 
minor; the rest is a question.

I tried emacs initialization with:
 >>
(defun compile-utf ()
   "Set compilation buffer for UTF-8"
   ( save-current-buffer
     (set-buffer outbuf)
     (set-buffer-process-coding-system "utf-8" "utf-8")))

(setq compilation-process-setup-function 'compile-utf)
<<

That doesn't work either complaining that there is no process yet.

I don't want to set a global utf-8 preference as normally I prefer
latin-1, which works fine for a West-European (for years I worked with 
ASCII only).

Does the above idea make sense, if so how do I make it work, or is there 
an alternative better approach?

Regards,
Enno Fennema




             reply	other threads:[~2007-12-04 20:32 UTC|newest]

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

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=4755B955.5080809@tiscali.nl \
    --to=e.fennema@tiscali.nl \
    --cc=bug-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.