From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: gnu/emacs 2.4 in and out of X Date: Tue, 29 Aug 2006 11:03:15 +0200 Message-ID: References: <1156813964.346874.293340@74g2000cwt.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156842325 2769 80.91.229.2 (29 Aug 2006 09:05:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Aug 2006 09:05:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 29 11:05:20 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GHzWk-0001Rk-KJ for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Aug 2006 11:04:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHzWk-0003iy-2O for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Aug 2006 05:04:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GHzWR-0003hR-5d for help-gnu-emacs@gnu.org; Tue, 29 Aug 2006 05:04:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GHzWP-0003gH-Mq for help-gnu-emacs@gnu.org; Tue, 29 Aug 2006 05:04:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHzWP-0003ft-Gg for help-gnu-emacs@gnu.org; Tue, 29 Aug 2006 05:04:37 -0400 Original-Received: from [217.72.192.227] (helo=fmmailgate02.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GHzfY-00078p-2P for help-gnu-emacs@gnu.org; Tue, 29 Aug 2006 05:14:04 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id D557618E0A94; Tue, 29 Aug 2006 11:03:18 +0200 (CEST) Original-Received: from [84.245.175.93] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.107 #114) id 1GHzV8-0005DC-00; Tue, 29 Aug 2006 11:03:18 +0200 In-Reply-To: <1156813964.346874.293340@74g2000cwt.googlegroups.com> X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: "dsoliver@earthlink.net" X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de 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:37028 Archived-At: Am 29.08.2006 um 03:12 schrieb dsoliver@earthlink.net: > Esperanto Post-fix You could try to use in those file a header line like -*- mode: text; coding: iso-8859-3; -*- or use a set of buffer-local variable settings like these at the end of the file %%% Local Variables: %%% mode: text %%% coding: iso-8859-3 %%% End: The menus Options -> Mule -> Set Coding Systems could allow exceptions from UTF-8. There are variables you could set: default-buffer-file-coding-system file-coding-system-alist The latter could make files with a particular extension be iso-8859-3 by default. -- Greetings Pete In a world without walls and fences, who needs gates and windows?