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: RFC: status icon support Date: Mon, 14 Jan 2008 12:26:55 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1200331716 32013 80.91.229.12 (14 Jan 2008 17:28:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jan 2008 17:28:36 +0000 (UTC) Cc: tromey@redhat.com, emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 14 18:28:58 2008 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 1JET7K-00072w-AO for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 18:28:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JET6w-0000Hc-0K for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 12:28:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JET5O-0006Zi-6H for emacs-devel@gnu.org; Mon, 14 Jan 2008 12:26:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JET5M-0006X0-FB for emacs-devel@gnu.org; Mon, 14 Jan 2008 12:26:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JET5M-0006Wp-BI for emacs-devel@gnu.org; Mon, 14 Jan 2008 12:26:56 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JET5M-0003IC-1q for emacs-devel@gnu.org; Mon, 14 Jan 2008 12:26:56 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JET5L-0003Z9-Dk; Mon, 14 Jan 2008 12:26:55 -0500 In-reply-to: (message from YAMAMOTO Mitsuharu on Mon, 14 Jan 2008 12:47:14 +0900) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86901 Archived-At: The introduction of a new Lisp data type for this purpose looks rather unusual compared with what other kinds of existing objects do. We should not create a new data type for status icons unless there is a compelling reason for it -- that is to say, not making the data type would imply serious problems or ugliness. What is the motive for this data type? Is it so as to handle X events for the icon?