From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: Re: unencodable-char-position [Re: Several serious problems] Date: 30 Aug 2002 08:53:44 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <1030690427.466.21.camel@eagle> References: <200207221711.g6MHBZo02496@aztec.santafe.edu> <200207231335.WAA25692@etlken.m17n.org> <200207240325.g6O3PdX04898@aztec.santafe.edu> <200207240437.NAA26632@etlken.m17n.org> <200207250312.g6P3C9J06653@aztec.santafe.edu> <200208110159.KAA23419@etlken.m17n.org> <200208190504.OAA14119@etlken.m17n.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1030690432 10097 127.0.0.1 (30 Aug 2002 06:53:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 30 Aug 2002 06:53:52 +0000 (UTC) Cc: Kenichi Handa , rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17kffA-0002cU-00 for ; Fri, 30 Aug 2002 08:53:48 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17kgBo-0004Q9-00 for ; Fri, 30 Aug 2002 09:27:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kfgY-0002Qn-00; Fri, 30 Aug 2002 02:55:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17kfec-00029K-00 for emacs-devel@gnu.org; Fri, 30 Aug 2002 02:53:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17kfea-00028y-00 for emacs-devel@gnu.org; Fri, 30 Aug 2002 02:53:13 -0400 Original-Received: from [194.73.242.6] (helo=wmpmta04-app.mail-store.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kfeY-00028C-00; Fri, 30 Aug 2002 02:53:10 -0400 Original-Received: from localhost.localdomain ([213.182.137.77]) by wmpmta04-app.mail-store.com with ESMTP id <20020830065305.TOUS11322.wmpmta04-app.mail-store.com@localhost.localdomain>; Fri, 30 Aug 2002 07:53:05 +0100 Original-To: Dave Love In-Reply-To: X-Mailer: Ximian Evolution 1.0.7 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7154 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7154 On Fri, 2002-08-30 at 00:52, Dave Love wrote: > Kenichi Handa writes: > > > > By the way, aborting in select-safe-coding-system can have bad effects > > > when you're using VC. As far as I remember, it actually loses your > > > edits in some circumstance. I haven't had time to look at the > > > problem. > > > > I noticed that too. But, I also don't have time to fix it > > for the moment. I've never read the code of vc. > > Is someone going to fix this? (I have worked on VC, but ...) I will look into it. Can someone give me a more detailed description of the circumstances when the problem arises? Sequence of commands?