From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Composing Hebrew diacriticals Date: Wed, 12 May 2010 20:43:00 +0300 Message-ID: <83eihhow2j.fsf@gnu.org> References: <83mxwlw2c0.fsf@gnu.org> <83eihojc1z.fsf@gnu.org> <83iq6tq096.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1273686337 24477 80.91.229.12 (12 May 2010 17:45:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 May 2010 17:45:37 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org To: Yair F Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 12 19:45:35 2010 connect(): No such file or directory 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 1OCFzz-00012l-5D for ged-emacs-devel@m.gmane.org; Wed, 12 May 2010 19:45:35 +0200 Original-Received: from localhost ([127.0.0.1]:35199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCFzy-0002O4-Fe for ged-emacs-devel@m.gmane.org; Wed, 12 May 2010 13:45:34 -0400 Original-Received: from [140.186.70.92] (port=47023 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCFzg-0002E9-0S for emacs-devel@gnu.org; Wed, 12 May 2010 13:45:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCFzT-0007BG-Q3 for emacs-devel@gnu.org; Wed, 12 May 2010 13:45:15 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:42764) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCFzP-00078h-2z for emacs-devel@gnu.org; Wed, 12 May 2010 13:45:01 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L2B00800IEJAN00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 12 May 2010 20:44:57 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.0.144]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2B002IXIMU8AJ0@a-mtaout20.012.net.il>; Wed, 12 May 2010 20:44:55 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:124727 Archived-At: > Date: Wed, 12 May 2010 18:11:16 +0300 > From: Yair F > Cc: handa@m17n.org, emacs-devel@gnu.org >=20 > On Wed, May 12, 2010 at 6:15 AM, Eli Zaretskii wrote= : > >> Date: Wed, 12 May 2010 00:40:59 +0300 > >> From: Yair F > >> Cc: eliz@gnu.org, emacs-devel@gnu.org > >> > >> Is there a way to get what-cursor-position show composition? > > > > Try "C-u C-x =3D". > > > This would only show the information for the character after the po= int > whether it's a based or composed mark. But it does not provide > information if composition occurred. Sorry, I don't understand what you mean. If "C-u C-x =3D" shows you something like this: =09 display: composed to form "=E0=BA=94=E0=BA=B5" (see below) Composed with the following character(s) "=E0=BA=B5" using this fon= t: uniscribe:-outline-DejaVu Sans Mono-normal-normal-normal-mono-13-= *-*-*-c-*-iso10646-1 by these glyphs: [0 1 3732 1091 8 1 7 12 3 nil] [0 1 3732 1117 0 0 8 12 3 [-8 1 0]] then you know that character at point was composed and that the composition did happen. What would you like to see instead?