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: Re: Composing Hebrew diacriticals Date: Tue, 13 Jul 2010 00:10:04 +0300 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1278969103 8728 80.91.229.12 (12 Jul 2010 21:11:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Jul 2010 21:11:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 12 23:11:42 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 1OYQHt-00086Q-Fd for ged-emacs-devel@m.gmane.org; Mon, 12 Jul 2010 23:11:41 +0200 Original-Received: from localhost ([127.0.0.1]:46727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYQHs-0004Eo-S4 for ged-emacs-devel@m.gmane.org; Mon, 12 Jul 2010 17:11:40 -0400 Original-Received: from [140.186.70.92] (port=34657 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYQGN-0003jx-Ue for emacs-devel@gnu.org; Mon, 12 Jul 2010 17:10:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYQGM-0002ZK-Lr for emacs-devel@gnu.org; Mon, 12 Jul 2010 17:10:07 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:63444) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYQGM-0002Z2-Hi for emacs-devel@gnu.org; Mon, 12 Jul 2010 17:10:06 -0400 Original-Received: by wyj26 with SMTP id 26so4238952wyj.0 for ; Mon, 12 Jul 2010 14:10:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=KRFTAibGilqPgggniJ//pbvLb7E30/L7pkhqR+3ojVs=; b=fzyy2JhHc2hxvRaQv0KHDuCHI488d4YLP7vq1lThEON6Pcj1jkUnYwAkCs1z1+oJaz G/aRXDXAB8XALGiVjeE5LxUcqA6LFXFNPDESNSlyuQ4WVxgmNAXfVNybsSG3rsgd9q+Z 7WguPO3UDB0SIX29gp/+RdumpPxox+wQJF2/o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ZWBFpP37yXf+0LkzVAk5orG1xAHoP67INp7Map8/aoxzzBQD6bGQKPCaunYmNk1u2d UI/IosD2LSUMzwilCKzNFpNEenknei4RL6/RN1TGhgTDUigQzYukgtqLoEfyOhdkI/Pj v8BWnPUc6/YSq9g37KqPyGD9eoZnV8PqQpi7g= Original-Received: by 10.227.147.198 with SMTP id m6mr13219685wbv.48.1278969004864; Mon, 12 Jul 2010 14:10:04 -0700 (PDT) Original-Received: by 10.216.166.7 with HTTP; Mon, 12 Jul 2010 14:10:04 -0700 (PDT) In-Reply-To: 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:127124 Archived-At: On Mon, Jul 12, 2010 at 11:17 AM, Kenichi Handa wrote: > I've just comitted the code to do that. =A0I tested with the > Arial font and it seems that the most of points you listed > are solved now except for this: Now it's much much better, Thank you! Here are some more improvements needed: The placement of Holam (05B9) point seems to be top-center. It should be top-left instead. Specifically for Lamed (0CDC) base letter it should be to the left of the top vertical leg. Some fonts have presentation-form for that at E804. Sheva (05B0) and Qamats (05B8) points should be shifted above baseline to approximatly center-center position when composed with Final Kaf (05DA). Again some fonts pre-compose it at E802 and E803 respectively. Currently I'm trying to hunt-down a problem when sometimes when transient-mode is active some characters suddenly stop composing. Once I get a recepie, I'll let you know. Thanks Again to you end Eli, Yair