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: Wed, 27 Dec 2006 20:06:44 +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 1167217649 24048 80.91.229.10 (27 Dec 2006 11:07:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 11:07:29 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 27 12:07:25 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 1GzWcz-0002Zm-8V for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 12:07:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzWcy-00044s-NG for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 06:07:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzWck-00043U-0t for emacs-devel@gnu.org; Wed, 27 Dec 2006 06:07:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzWch-00042J-M4 for emacs-devel@gnu.org; Wed, 27 Dec 2006 06:07:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzWch-00042C-F6 for emacs-devel@gnu.org; Wed, 27 Dec 2006 06:07:03 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GzWcZ-00072p-HK; Wed, 27 Dec 2006 06:06:56 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id kBRB6lIx007679; Wed, 27 Dec 2006 20:06:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id kBRB6lii012007; Wed, 27 Dec 2006 20:06:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id kBRB6iu3028237; Wed, 27 Dec 2006 20:06:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1GzWcO-0004Po-Gp; Wed, 27 Dec 2006 20:06:44 +0900 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Wed, 27 Dec 2006 10:28:13 +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:64331 Archived-At: In article , Eli Zaretskii writes: > > From: Kenichi Handa > > Date: Wed, 27 Dec 2006 10:39:39 +0900 > > Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org > > > > > I suggested people make it show all the relevant information _at the > > > outset_. Would you like to try implementing that, please? > > > > Even if we put all the relevant information in *Warning* > > buffer, as the window height is limited, a user have to > > switch to *Warning* buffer and scroll up/down to see all of > > them. > We could make SPC scroll *Warning*, as we do with *Help* buffers. But, then, SPC can't be used for completion of coding system names. --- Kenichi Handa handa@m17n.org