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: File Encoding Issue on Windows Date: Wed, 13 Mar 2013 15:48:12 +0100 Message-ID: References: <78255fce-3fce-4fa3-b594-d8a639493675@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1363186115 18949 80.91.229.3 (13 Mar 2013 14:48:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Mar 2013 14:48:35 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Tech Stuff To: Phoenix Gris Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 13 15:48:58 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UFmzC-0006K2-42 for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Mar 2013 15:48:58 +0100 Original-Received: from localhost ([::1]:57626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFmyp-0002q0-Pu for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Mar 2013 10:48:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFmyb-0002nn-37 for help-gnu-emacs@gnu.org; Wed, 13 Mar 2013 10:48:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFmyV-0006vQ-3Z for help-gnu-emacs@gnu.org; Wed, 13 Mar 2013 10:48:21 -0400 Original-Received: from mout.web.de ([212.227.15.3]:60656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFmyU-0006uq-Qp for help-gnu-emacs@gnu.org; Wed, 13 Mar 2013 10:48:15 -0400 Original-Received: from sumac.fritz.box ([95.223.148.182]) by smtp.web.de (mrweb003) with ESMTPA (Nemesis) id 0Mf0qf-1U57kT24t7-00PH5L; Wed, 13 Mar 2013 15:48:12 +0100 In-Reply-To: <78255fce-3fce-4fa3-b594-d8a639493675@googlegroups.com> X-Mailer: Apple Mail (2.1085) X-Provags-ID: V02:K0:mm5QLFlT+4fQyG2pFi+B3mbiK99qUVUnoxWgc1OxAdx rsEtva2erl2X5eMWduq0BFwPDlcFUctfDZ4FBYJEHECeriAXU6 rWdg7LPNZQbXLkzTWJeA1ucVTZDCn1cWynYHTqEayK/8015Wei 7xuU/poFxs20Oqiyuq1DmwW3QKWxRWoZr2d52I+Jf+EMek3iay fpxpeI6dxokTIK/088wiw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89508 Archived-At: Am 13.03.2013 um 13:33 schrieb Phoenix Gris: > Is there something that could be put in .emacs files so the encoding = is utf-8 for everything, NO MATTER WHAT??? (prefer-coding-system 'utf-8) might already work, but GNU Emacs is quite clever and tries to learn = from the environment in which it runs. The values of environment = variables like LANG or LC_CTYPE or LC_ALL could override the ELisp = setting. -- Greetings Pete If you're not confused, you're not paying attention.