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: strange error Date: Sun, 14 Nov 2010 11:13:26 +0100 Message-ID: <1F14347F-93B9-4E15-BC15-94B622367059@Web.DE> References: <4CDDFEE5.10306@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1289729713 9794 80.91.229.12 (14 Nov 2010 10:15:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2010 10:15:13 +0000 (UTC) Cc: emacs-help To: Rajinder Yadav Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 14 11:15:09 2010 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.69) (envelope-from ) id 1PHZc4-0000La-IB for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Nov 2010 11:15:08 +0100 Original-Received: from localhost ([127.0.0.1]:33430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHZc3-0002SF-V2 for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Nov 2010 05:15:07 -0500 Original-Received: from [140.186.70.92] (port=34715 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHZbg-0002S6-2Y for help-gnu-emacs@gnu.org; Sun, 14 Nov 2010 05:14:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHZbf-0005OG-5r for help-gnu-emacs@gnu.org; Sun, 14 Nov 2010 05:14:44 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:32851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHZbe-0005NR-Vx for help-gnu-emacs@gnu.org; Sun, 14 Nov 2010 05:14:43 -0500 Original-Received: from smtp03.web.de ( [172.20.0.65]) by fmmailgate01.web.de (Postfix) with ESMTP id 92898178CED1F; Sun, 14 Nov 2010 11:13:28 +0100 (CET) Original-Received: from [91.35.210.253] (helo=[192.168.1.2]) by smtp03.web.de with asmtp (WEB.DE 4.110 #24) id 1PHZaS-0001PZ-00; Sun, 14 Nov 2010 11:13:28 +0100 In-Reply-To: <4CDDFEE5.10306@gmail.com> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+R65laWelWGhDlz6mXdPV2SN5LLLf/+SgzlTcs iz7mww9czYCINFf/pOtHE01SVE7jDncuPA3fBUALbGf6qcBxh0 mm5+XAhuftv1hnpjLi9g== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:75380 Archived-At: Am 13.11.2010 um 03:58 schrieb Rajinder Yadav: > Is there a way to force emacs to save in utf-8 ? The Options -> Mule -> Set Coding Systems menu has entries. You could launch GNU Emacs in an UTF-8 environment (LANG and LC_CTYPE =20= set to some UTF-8 locale). You could use in your init file: (prefer-coding-system 'utf-8) -- Greetings Pete Make it simple, as simple as possible but no simpler. =96 Albert Einstein