From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: Using utf-8 and only utf-8 Date: Tue, 26 Aug 2008 12:57:55 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1219750463 30920 80.91.229.12 (26 Aug 2008 11:34:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Aug 2008 11:34:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?utf-8?B?TWF1csOtwq1jaW8=?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 26 13:35:16 2008 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.50) id 1KXwpP-0007LY-2O for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Aug 2008 13:35:15 +0200 Original-Received: from localhost ([127.0.0.1]:39723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXwoQ-0005I2-Un for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Aug 2008 07:34:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXwFP-0005S9-Hx for help-gnu-emacs@gnu.org; Tue, 26 Aug 2008 06:58:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXwFL-0005Rd-8p for help-gnu-emacs@gnu.org; Tue, 26 Aug 2008 06:58:00 -0400 Original-Received: from [199.232.76.173] (port=56490 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXwFJ-0005RK-3U for help-gnu-emacs@gnu.org; Tue, 26 Aug 2008 06:57:57 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:57112) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXwFI-0003v3-Jh for help-gnu-emacs@gnu.org; Tue, 26 Aug 2008 06:57:56 -0400 Original-Received: from arwen.uni-trier.de (arwen.uni-trier.de [136.199.55.242]) by dd18200.kasserver.com (Postfix) with ESMTP id AA95418073163; Tue, 26 Aug 2008 12:57:58 +0200 (CEST) In-Reply-To: (=?utf-8?Q?=22Maur=C3=AD=22's?= message of "Mon\, 25 Aug 2008 23\:38\:14 -0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:56997 Archived-At: Maur=C3=AD=C2=ADcio wrote: > Is it possible to set something > in .emacs so that emacs will > always, no matter what, save any > file in utf-8 (even those that > were not utf-8 when they were > open)? Yes, edit `file-coding-system-alist'. But I'd leave some of the exceptions (e.g. ".elc") in there. regards, Nikolaj Schumacher