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: Tue, 09 Jan 2007 16:23:57 +0900 Message-ID: References: <6f1c06d176.6d1766f1c0@net.lu.se> <868xh0szi3.fsf@lola.quinscape.zz> <458C068F.5070508@student.lu.se> NNTP-Posting-Host: lo.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 1168327470 17670 80.91.229.12 (9 Jan 2007 07:24:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Jan 2007 07:24:30 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, eliz@gnu.org, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 09 08:24:27 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H4BLK-0008WT-VL for ged-emacs-devel@m.gmane.org; Tue, 09 Jan 2007 08:24:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4BLK-0003j3-Dd for ged-emacs-devel@m.gmane.org; Tue, 09 Jan 2007 02:24:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H4BL5-0003hd-37 for emacs-devel@gnu.org; Tue, 09 Jan 2007 02:24:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H4BL3-0003gl-MR for emacs-devel@gnu.org; Tue, 09 Jan 2007 02:24:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H4BL3-0003gb-HM for emacs-devel@gnu.org; Tue, 09 Jan 2007 02:24:05 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H4BL0-0004j7-MU; Tue, 09 Jan 2007 02:24:03 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l097NxhU011378; Tue, 9 Jan 2007 16:23:59 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l097Nw90012177; Tue, 9 Jan 2007 16:23:58 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id l097NvDf002917; Tue, 9 Jan 2007 16:23:57 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1H4BKv-0007wo-Eo; Tue, 09 Jan 2007 16:23:57 +0900 Original-To: Sascha Wilde In-reply-to: (message from Sascha Wilde on Sun, 31 Dec 2006 15:36:24 +0100) 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:65044 Archived-At: In article , Sascha Wilde writes: > > Probably. Anyway I did not think of using C-x o here. I had no idea it > > worked from the minibuffer. > As this seems to be the only information missing from the *warning* > buffer for pure tty use (or mousephobics like me), maybe we should > simply add a note on C-x o to the text? > Here is my first try on this: Sorry for the late response and thank you for a good suggestion. I've just installed this slightly modified version. diff -u -r1.307 -r1.308 --- mule-cmds.el 30 Dec 2006 06:27:30 -0000 1.307 +++ mule-cmds.el 9 Jan 2007 07:22:11 -0000 1.308 @@ -788,10 +788,10 @@ (car coding))))) (setq i (1+ i)))) (insert "\n")) - (insert "\ + (insert (substitute-command-keys "\ -Click on a character to jump to the place it appears,\n" - (substitute-command-keys "\ +Click on a character (or switch to this window by `\\[other-window]'\n\ +and select the characters by RET) to jump to the place it appears,\n\ where `\\[universal-argument] \\[what-cursor-position]' will give information about it.\n")))) (insert (substitute-command-keys "\nSelect \ one of the safe coding systems listed below,\n\ --- Kenichi Handa handa@m17n.org