From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yair F Newsgroups: gmane.emacs.devel Subject: How is a composition being done? Date: Mon, 9 Aug 2010 21:29:45 +0300 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1281378601 4065 80.91.229.12 (9 Aug 2010 18:30:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2010 18:30:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 09 20:29:57 2010 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.69) (envelope-from ) id 1OiX6i-0003Nd-JH for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 20:29:56 +0200 Original-Received: from localhost ([127.0.0.1]:40537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiX6h-00049h-Eu for ged-emacs-devel@m.gmane.org; Mon, 09 Aug 2010 14:29:55 -0400 Original-Received: from [140.186.70.92] (port=60494 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiX6a-00048E-21 for emacs-devel@gnu.org; Mon, 09 Aug 2010 14:29:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiX6Z-0006ox-28 for emacs-devel@gnu.org; Mon, 09 Aug 2010 14:29:47 -0400 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:59576) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiX6Y-0006of-QH for emacs-devel@gnu.org; Mon, 09 Aug 2010 14:29:46 -0400 Original-Received: by wwi14 with SMTP id 14so12071634wwi.30 for ; Mon, 09 Aug 2010 11:29:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=okOxAeih7tLHmjOzZ5RMzwzaK64GK8oglg8K1kxRU2Q=; b=XdIqrnP73uIGMjOQSoQno7ODq+Nn+9e95UKqcjbhhYqIiadAyGFuVTvfWPOoot98vL IBJVqMj9wShJt4g2NbXg63C0OPFIEAR6qmh0q13QaDwIy3GQHldO4UZvHc1jX0HTztfD 8+kxQLJVS1SCVdyjQ/XAp3uRbA/SRxyRaVp7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=D7utSfZPwvSfuXUmGTZNbgSwhauX2Kxtl1SG6N8n247FEFoA9S6FC2XodwCAG7fu4O eAcIBHjVwyWfR1kXf32n+V3MSerDm0P1WhZa20KGwB1A7bR1/Oiw1Ck6lD7mHRskgqN4 JqCz2NYnZgOCKydPMlVge/SeFHPubhiZJ1V5o= Original-Received: by 10.216.93.16 with SMTP id k16mr14251957wef.78.1281378585752; Mon, 09 Aug 2010 11:29:45 -0700 (PDT) Original-Received: by 10.216.179.18 with HTTP; Mon, 9 Aug 2010 11:29:45 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/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:128503 Archived-At: Hello, Trying to figure how to write composition expressions. Is the composition done forwards, that is when encountering a base character further marks are searched forward to check if they can be composed? Or is the composition is done backwards, that is when a composable mark is encountered Emacs searches backwards to find a base character it can compose to?