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: Problem report #13 FALSE Date: Thu, 11 May 2006 19:58:25 +0900 Message-ID: References: <200604111549.k3BFnQ2N015126@scanner2.ics.uci.edu> NNTP-Posting-Host: main.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 1147345167 22309 80.91.229.2 (11 May 2006 10:59:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 May 2006 10:59:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 11 12:59:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fe8t8-0002ms-Jn for ged-emacs-devel@m.gmane.org; Thu, 11 May 2006 12:59:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fe8t8-0004hM-7R for ged-emacs-devel@m.gmane.org; Thu, 11 May 2006 06:59:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fe8sx-0004hH-NP for emacs-devel@gnu.org; Thu, 11 May 2006 06:59:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fe8sw-0004h4-GJ for emacs-devel@gnu.org; Thu, 11 May 2006 06:59:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fe8sw-0004h0-9V for emacs-devel@gnu.org; Thu, 11 May 2006 06:59:10 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fe8uQ-0000lX-FN for emacs-devel@gnu.org; Thu, 11 May 2006 07:00:42 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k4BAx7Pu005318; Thu, 11 May 2006 19:59:07 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k4BAx7Ti017378; Thu, 11 May 2006 19:59:07 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Fe8sD-0008CD-00; Thu, 11 May 2006 19:58:25 +0900 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Thu, 11 May 2006 11:30:34 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (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:54255 Archived-At: In article , Andreas Schwab writes: > That would be stupid, since it would be a major obfucation. But that's > not the point of the report, the derefence is supposed to happen in > encode_coding. But, it seems that the derefence happens only where coding->cmp_data is not NULL or coding->composing is not COMPOSITION_DISABLED. And if coding->composing is not COMPOSITION_DISABLED, we surely allocate coding->cmp_data. --- Kenichi Handa handa@m17n.org