From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Saving when the coding system can't code all buffer characters Date: Mon, 25 Dec 2006 21:25:44 -0500 Message-ID: References: <458B0D75.9010204@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167100123 24905 80.91.229.10 (26 Dec 2006 02:28:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Dec 2006 02:28:43 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 26 03:28:42 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gz23V-0007Hi-Id for ged-emacs-devel@m.gmane.org; Tue, 26 Dec 2006 03:28:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gz23V-0007J4-2o for ged-emacs-devel@m.gmane.org; Mon, 25 Dec 2006 21:28:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gz20p-000471-Er for emacs-devel@gnu.org; Mon, 25 Dec 2006 21:25:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gz20o-000456-Fp for emacs-devel@gnu.org; Mon, 25 Dec 2006 21:25:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gz20n-00044g-Nt for emacs-devel@gnu.org; Mon, 25 Dec 2006 21:25:53 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gz20n-0008CD-Hh for emacs-devel@gnu.org; Mon, 25 Dec 2006 21:25:53 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Gz20e-0003eV-DX; Mon, 25 Dec 2006 21:25:44 -0500 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Mon, 25 Dec 2006 15:00:34 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64284 Archived-At: Then, is it ok that, after C-g, point is moved to the first problematic character and the contents of *Warning* buffer is a little bit changed to show what to do? No, C-g should JUST QUIT. I suggested people make it show all the relevant information _at the outset_. Would you like to try implementing that, please?