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: AUTO_COMPOSED_PROP_IDX unused? Date: Mon, 30 Nov 2009 10:13:18 +0900 Message-ID: References: <83hbsemx26.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259543628 10640 80.91.229.12 (30 Nov 2009 01:13:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Nov 2009 01:13:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 30 02:13:41 2009 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 1NEupf-0000mi-Rh for ged-emacs-devel@m.gmane.org; Mon, 30 Nov 2009 02:13:40 +0100 Original-Received: from localhost ([127.0.0.1]:43858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEupf-0006un-93 for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2009 20:13:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEupY-0006uX-R7 for emacs-devel@gnu.org; Sun, 29 Nov 2009 20:13:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEupT-0006tv-WD for emacs-devel@gnu.org; Sun, 29 Nov 2009 20:13:32 -0500 Original-Received: from [199.232.76.173] (port=36151 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEupT-0006ts-RD for emacs-devel@gnu.org; Sun, 29 Nov 2009 20:13:27 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:39235) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NEupQ-0006jL-Vn; Sun, 29 Nov 2009 20:13:25 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id nAU1DJ82010381; Mon, 30 Nov 2009 10:13:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id nAU1DJ3m002942; Mon, 30 Nov 2009 10:13:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id nAU1DI3i011499; Mon, 30 Nov 2009 10:13:18 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NEupK-0007JH-TA; Mon, 30 Nov 2009 10:13:18 +0900 In-Reply-To: <83hbsemx26.fsf@gnu.org> (message from Eli Zaretskii on Sat, 28 Nov 2009 18:30:25 +0200) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:117937 Archived-At: In article <83hbsemx26.fsf@gnu.org>, Eli Zaretskii writes: > In dispextern.h we have: > enum prop_idx > { > AUTO_COMPOSED_PROP_IDX, [...] > However, no one seems to use AUTO_COMPOSED_PROP_IDX. It looks like a > left-over from the previous implementation of automatic compositions, > which used text properties. Right. The current Emacs never put `auto-composed' property now. > OK to delete AUTO_COMPOSED_PROP_IDX from the enumeration? I think so. In article <87skbyii7j.fsf@stupidchicken.com>, Chong Yidong writes: > I'm not sure it's safe. If you want to do it, please wait till after > the 23.2 release. If deleting it causes a problem, it means that we have some bug that is currently hidden but will be revealed by unknown condition. It is better to find out such a bug if any. --- Kenichi Handa handa@m17n.org