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: Sat, 23 Dec 2006 21:09:07 +0900 Message-ID: References: <458B0D75.9010204@student.lu.se> 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 1166875679 14152 80.91.229.10 (23 Dec 2006 12:07:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Dec 2006 12:07:59 +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 Sat Dec 23 13:07:57 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 1Gy5fJ-00042V-UC for ged-emacs-devel@m.gmane.org; Sat, 23 Dec 2006 13:07:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gy5fJ-00039w-4s for ged-emacs-devel@m.gmane.org; Sat, 23 Dec 2006 07:07:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gy5f4-00039F-3F for emacs-devel@gnu.org; Sat, 23 Dec 2006 07:07:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gy5f2-000392-Vp for emacs-devel@gnu.org; Sat, 23 Dec 2006 07:07:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gy5f2-00038z-Sy for emacs-devel@gnu.org; Sat, 23 Dec 2006 07:07:32 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gy5f1-0005KD-5D; Sat, 23 Dec 2006 07:07:31 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id kBNC7QhP003634; Sat, 23 Dec 2006 21:07:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id kBNC7QJ8010048; Sat, 23 Dec 2006 21:07:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id kBNC7Pm5011469; Sat, 23 Dec 2006 21:07:25 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1Gy5gZ-000421-SF; Sat, 23 Dec 2006 21:09:07 +0900 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Fri, 22 Dec 2006 16:03:19 -0500) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.91 (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:64159 Archived-At: In article , Richard Stallman writes: > Handa-san, would you please join in this? > The first problematic character is at point in the displayed buffer, > and C-u C-x = will give information about it. > At the prompt "Select coding system (default mule-utf-8):" this just > gives information about the minibuffer. > That is true. So you have to switch windows in order to use the command > C-u C-x = to get that information. > And when using C-g to quit the > problematic character disappears from screen. > Of course, that is what C-g is supposed to do. But, *Warning* buffer is still there, and thus you can click a character by mouse shown under the line: "However, each of them encountered these problematic characters:" to jump to that character. > I see two things we could do: > * Change the message to say that you need to switch to that window > before you give the command. > * Make up some simpler command, and make it work without switching > windows. What command could it be? It has to be typable on a tty. How about typing C-g prints: Jump to the first problematic character? (y or n) and when 'y' is typed, move point to that character? --- Kenichi Handa handa@m17n.org