From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Saving when the coding system can't code all buffer characters Date: Thu, 28 Dec 2006 11:09:51 +0900 Message-ID: References: <458B0D75.9010204@student.lu.se> <4591E1AB.6080703@gmail.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1167272009 9353 80.91.229.10 (28 Dec 2006 02:13:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2006 02:13:29 +0000 (UTC) Cc: lennart.borgman@gmail.com, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 28 03:13:28 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 1Gzklp-0005gt-33 for ged-emacs-devel@m.gmane.org; Thu, 28 Dec 2006 03:13:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gzklo-0004Ho-DL for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 21:13:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gzklb-0004Ff-1K for emacs-devel@gnu.org; Wed, 27 Dec 2006 21:13:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzklZ-0004Dt-3Y for emacs-devel@gnu.org; Wed, 27 Dec 2006 21:13:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzklY-0004Dq-UN for emacs-devel@gnu.org; Wed, 27 Dec 2006 21:13:08 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GzklW-0006DC-Vg; Wed, 27 Dec 2006 21:13:07 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id kBS29q7e003358; Thu, 28 Dec 2006 11:09:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id kBS29pNg023195; Thu, 28 Dec 2006 11:09:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id kBS29pgn011927; Thu, 28 Dec 2006 11:09:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1GzkiN-0006tt-3C; Thu, 28 Dec 2006 11:09:51 +0900 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Wed, 27 Dec 2006 15:27:32 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.92 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:64385 Archived-At: In article , Eli Zaretskii writes: > I fixed the wording some more. Thank you. > I really like how this works now; my only minor gripe is that clicking > on the problematic characters causes one to get out of the minibuffer > without deactivating it, so C-g will not gonna do what a naive user > expects, unless she returns to the minibuffer first. I agree. So, it is better to guide a user to type C-g before clicking. How about moving "Click a character ..." under "or cancel ..." as this? Select one of the safe coding systems listed below, or cancel the writing with C-g and fix the problematic characters (click a problematic character above to jump to the place it appears, where `C-u C-x =' will give information about it), or specify any other coding system (and risk losing the problematic characters). --- Kenichi Handa handa@m17n.org