[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange error
From: |
Peter Dyballa |
Subject: |
Re: strange error |
Date: |
Sun, 14 Nov 2010 11:13:26 +0100 |
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
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.
– Albert Einstein