From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: slanning@theworld.com Newsgroups: gmane.emacs.help Subject: Re: language environment depending on file Date: Tue, 19 Oct 2004 16:58:14 +0000 (UTC) Organization: The World Public Access UNIX, Brookline, MA Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098205367 15549 80.91.229.6 (19 Oct 2004 17:02:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Oct 2004 17:02:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 19 19:02:42 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJxNf-0007y5-00 for ; Tue, 19 Oct 2004 19:02:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJxV1-0006kX-0U for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Oct 2004 13:10:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!unlnews.unl.edu!newsreader.wustl.edu!news.mv.net!nntp.TheWorld.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: shell01.theworld.com Original-X-Trace: pcls4.std.com 1098205094 30522 192.74.137.71 (19 Oct 2004 16:58:14 GMT) Original-X-Complaints-To: abuse@TheWorld.com Original-NNTP-Posting-Date: Tue, 19 Oct 2004 16:58:14 +0000 (UTC) User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (IRIX64/6.5 (IP27)) Original-Xref: shelby.stanford.edu gnu.emacs.help:125956 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21330 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21330 Oliver Scholz wrote: > I might be wrong, but there seems to be some confusion here. I believe > what the OP really wants is not change the language environment, but > simply the character encoding for .mc files: > > (modify-coding-system-alist 'file "\\.mc\\'" 'utf-8) Yes, perfect. Thanks.