From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: composition bug Date: Tue, 9 Sep 2008 09:40:52 +0200 Message-ID: References: <87hc8rn3ws.fsf@cyd.mit.edu> <87r67u3k52.fsf@elegiac.orebokech.com> <87iqt53mk7.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220946080 29572 80.91.229.12 (9 Sep 2008 07:41:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2008 07:41:20 +0000 (UTC) Cc: cyd@stupidchicken.com, Romain Francoise , emacs-devel@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 09 09:42:06 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 1KcxrQ-00019J-2d for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2008 09:42:04 +0200 Original-Received: from localhost ([127.0.0.1]:50585 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcxqP-0007ae-WA for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2008 03:41:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcxqK-0007Xz-5y for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:40:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcxqI-0007Ws-DY for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:40:55 -0400 Original-Received: from [199.232.76.173] (port=40944 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcxqI-0007Wo-5f for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:40:54 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.240]:5433) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcxqH-0000Zz-RJ for emacs-devel@gnu.org; Tue, 09 Sep 2008 03:40:53 -0400 Original-Received: by an-out-0708.google.com with SMTP id c38so326958ana.84 for ; Tue, 09 Sep 2008 00:40:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=2Lj9J8MSKcNTJmfc2geLh3PI4oOBv/YtB9aKAo16IVo=; b=msXAbg31Fb8V5Q/PqW2x3EwqAdlAgbBJzagVXRFIB8JQVLr9m1KxU9h5nM6Ashn7/9 7TO3MwYiLHFcoguu9tKZTWTSCvLAVwRT8ZGrDC2d8ypv2f6OL4Fg77Dm1dLo/WN+duar XSH1Ciw878vWslJqsD8wxMxNIQXKYH/y/09Hc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=hpzVE8b713n8sDvln0tucHxeDrGU//I4eApnOThAbQDMBwEcMOU+rNC2UqV+4ovGz7 Nz0hu4o74ZZE0snqdNSAwOCn6UwUyVhvYlPPZkeNwlX8hDdoe2d3ZfcG0FVIIMW1ACvx DIvR0l35L0IniIk1l6z885inlar8BVgdGO/Kc= Original-Received: by 10.100.7.1 with SMTP id 1mr16834388ang.55.1220946052884; Tue, 09 Sep 2008 00:40:52 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Tue, 9 Sep 2008 00:40:52 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:103723 Archived-At: > Ah, perhaps that is. I'll try without libotf too. Bug #874 is also related to composition. Are you able to reproduce it? Juanma