From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pascal Bourguignon Newsgroups: gmane.emacs.help Subject: Re: Correct Display of UTF-8-coded Compilation Warnings/Errors inside compilation-mode Date: Tue, 22 May 2007 03:34:39 +0200 Organization: Informatimago Message-ID: <87tzu5y72o.fsf@thalassa.lan.informatimago.com> References: <1179789955.603466.290620@b40g2000prd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1179798034 14743 80.91.229.12 (22 May 2007 01:40:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 May 2007 01:40:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 22 03:40:32 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HqJMV-0006iO-Vx for geh-help-gnu-emacs@m.gmane.org; Tue, 22 May 2007 03:40:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqJMV-0005S5-KV for geh-help-gnu-emacs@m.gmane.org; Mon, 21 May 2007 21:40:31 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-X-Trace: individual.net bIUldJ0rENjYqTavtnkXNArRN0srU7RuvuBN7qLErK97hWqrNU Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA oElEQVR4nK3OsRHCMAwF0O8YQufUNIQRGIAja9CxSA55AxZgFO4coMgYrEDDQZWPIlNAjwq9 033pbOBPtbXuB6PKNBn5gZkhGa86Z4x2wE67O+06WxGD/HCOGR0deY3f9Ijwwt7rNGNf6Oac l/GuZTF1wFGKiYYHKSFAkjIo1b6sCYS1sVmFhhhahKQssRjRT90ITWUk6vvK3RsPGs+M1RuR mV+hO/VvFAAAAABJRU5ErkJggg== X-Accept-Language: fr, es, en X-Disabled: X-No-Archive: no User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.0.99 (gnu/linux) Cancel-Lock: sha1:ZWFjNGYxZGExMjRlYTc0YmJlYTYyNzUyYWMxMWRiMjQ5YzQ4MGY2Mw== Original-Xref: shelby.stanford.edu gnu.emacs.help:148642 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44232 Archived-At: Nordlöw writes: > I am using the locale sv_SE.UTF-8 so GCC speaks my mother-tongue to > me, which is very nice. > > How do I make compilation-mode read and respect this locale when I > compile from within emacs, inside compilation-mode? My installation > (latest CVS version of Emacs) interprets it iso-latin-1. Put: (set-default-coding-systems 'utf-8) in ~/.emacs Or: (add-hook 'compilation-mode-hook (lambda () (set-process-coding-system 'utf-8))) if you want to use utf-8 only for compiling, but I doubt it... > I guess we should use the result of (getenv "LANG") to somehow setup > the buffer-file-coding system. That could help, but the situations are oftem more complex, you may want to use different coding systems with different files or processes... -- __Pascal Bourguignon__ http://www.informatimago.com/ NOTE: The most fundamental particles in this product are held together by a "gluing" force about which little is currently known and whose adhesive power can therefore not be permanently guaranteed.