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: Memory leak due to bidi? Date: Wed, 03 Aug 2011 13:29:09 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1312345770 30046 80.91.229.12 (3 Aug 2011 04:29:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 04:29:30 +0000 (UTC) Cc: eliz@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: James Cloos Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 03 06:29:26 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QoT5A-0006ml-1M for ged-emacs-devel@m.gmane.org; Wed, 03 Aug 2011 06:29:24 +0200 Original-Received: from localhost ([::1]:59871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoT59-0003vq-Ct for ged-emacs-devel@m.gmane.org; Wed, 03 Aug 2011 00:29:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoT57-0003vj-Fb for emacs-devel@gnu.org; Wed, 03 Aug 2011 00:29:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoT56-0004qK-I7 for emacs-devel@gnu.org; Wed, 03 Aug 2011 00:29:21 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:35303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoT53-0004lj-Kb; Wed, 03 Aug 2011 00:29:18 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id p734TBNb015900; Wed, 3 Aug 2011 13:29:12 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id p734TBkn018476; Wed, 3 Aug 2011 13:29:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id p734T98H019311; Wed, 3 Aug 2011 13:29:10 +0900 (JST) env-from (handa@m17n.org) In-Reply-To: (message from James Cloos on Tue, 02 Aug 2011 16:49:44 -0400) X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 150.29.246.133 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142778 Archived-At: In article , James Cloos writes: >>>>>> "SM" == Stefan Monnier writes: SM> BTW, this problem is new: I've been running with bidi-display- SM> reordering set to t for more than a year now and the problem only SM> appeared in the last couple of weeks. > I can confirm that. > My build from 2011/06/07 did not have this bug. > My build from 2011/07/23 does. Could you check the versions before and after my changes for char-table handling? 2011-07-07 Kenichi Handa * character.h (unicode_category_t): New enum type. * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types. (Qchar_code_property_table): New variable. [...] --- Kenichi Handa handa@m17n.org