From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@gmx.net (=?iso-8859-1?q?Kai_Gro=DFjohann?=) Newsgroups: gmane.emacs.help Subject: Re: problem with editing/decoding utf-8 text Date: Fri, 30 May 2003 15:24:29 +0200 Organization: University of Duisburg, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <84smqw4lf6.fsf@lucy.is.informatik.uni-duisburg.de> References: <3ED37785.CA5A9AD5@innomed.hu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054301227 5872 80.91.224.249 (30 May 2003 13:27:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 May 2003 13:27:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri May 30 15:27:06 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19LjuT-0001WY-00 for ; Fri, 30 May 2003 15:27:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ljtp-0004va-KO for gnu-help-gnu-emacs@m.gmane.org; Fri, 30 May 2003 09:26:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!lucy.is.informatik.uni-duisburg.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: lucy.is.informatik.uni-duisburg.de (134.91.35.216) Original-X-Trace: fu-berlin.de 1054301094 7006489 134.91.35.216 (16 [73968]) Mail-Copies-To: never User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:/4ly9uGUYdsMx4QPFbItyqOgbbc= Original-Xref: shelby.stanford.edu gnu.emacs.help:113884 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:10378 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10378 Fery writes: >> You said that Emacs corrupted your files in some cases. Could you >> please tell the exact steps to reproduce this with the file you sent? > > $ emacs test > > - type 'a' and then backspace > - ^X^S > - ^G > - ^X^C > - n > - yes > > After that, 'test' is disappeared, and '#test#' contains a different > file compared to the old test. The autosave files (#test# is an autosave file) are saved in the emacs-mule encoding, because we're sure that this encoding can represent all characters that Emacs can represent. Using any other encoding (including UTF-8) may possibly lead to information loss. At least, it might have to ask the user, and you surely don't want auto-saving to ask the user. -- This line is not blank.