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: momentary-string-display Date: Wed, 03 Jan 2007 16:11:01 -0500 Message-ID: References: <20070102.145456.91281212.Takaaki.Ota@am.sony.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167858739 31699 80.91.229.12 (3 Jan 2007 21:12:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2007 21:12:19 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 03 22:12:17 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 1H2DPA-0005d9-0O for ged-emacs-devel@m.gmane.org; Wed, 03 Jan 2007 22:12:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2DP9-0006Er-86 for ged-emacs-devel@m.gmane.org; Wed, 03 Jan 2007 16:12:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2DON-0005wE-Pc for emacs-devel@gnu.org; Wed, 03 Jan 2007 16:11:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2DOM-0005vY-Oh for emacs-devel@gnu.org; Wed, 03 Jan 2007 16:11:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2DOM-0005vN-Dq for emacs-devel@gnu.org; Wed, 03 Jan 2007 16:11:22 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2DOM-0001K3-6J for emacs-devel@gnu.org; Wed, 03 Jan 2007 16:11:22 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H2DO1-0003DZ-1i; Wed, 03 Jan 2007 16:11:01 -0500 Original-To: Tak Ota In-reply-to: <20070102.145456.91281212.Takaaki.Ota@am.sony.com> (message from Tak Ota on Tue, 02 Jan 2007 14:54:56 -0800 (PST)) 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:64708 Archived-At: > I see two uses of momentary-string-display in table.el which perhaps > should be replaced by calls to display-warning. > Takaaki-san, do you think that is a good idea? I compared the behavior of the two functions and I prefer momentary-string-display. However, I don't object replacing it with display-warning. Would you please do that, for the two uses in table.el?