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: Thu, 13 May 2010 23:08:40 +0300 Message-ID: References: <83mxwlw2c0.fsf@gnu.org> <83iq6tq096.fsf@gnu.org> <83eihhow2j.fsf@gnu.org> <83aas3pvve.fsf@gnu.org> <838w7npodg.fsf@gnu.org> 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 1273781332 14718 80.91.229.12 (13 May 2010 20:08:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 May 2010 20:08:52 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 13 22:08:51 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 1OCeiA-0007X4-Rg for ged-emacs-devel@m.gmane.org; Thu, 13 May 2010 22:08:51 +0200 Original-Received: from localhost ([127.0.0.1]:33413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCeiA-0001Ne-Bi for ged-emacs-devel@m.gmane.org; Thu, 13 May 2010 16:08:50 -0400 Original-Received: from [140.186.70.92] (port=59584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCei4-0001NZ-Nn for emacs-devel@gnu.org; Thu, 13 May 2010 16:08:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCei3-0000IK-9O for emacs-devel@gnu.org; Thu, 13 May 2010 16:08:44 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:39730) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCei3-0000IB-2A; Thu, 13 May 2010 16:08:43 -0400 Original-Received: by wwc33 with SMTP id 33so85376wwc.0 for ; Thu, 13 May 2010 13:08:41 -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=6HkVR+/xwc6+0c0gwAJrmqP2q+iQwwQkUa+CA0ZlVYY=; b=rmHey2fS5pCIlAsDFVToiWQZLoMHEzFx8ofaUQCD7EH32t160FfTNRTwfFqjt//FPj iHjh9yG535cWZNkN7x+a8RFXnAgFh1tf2DKDAUE/JO1IY0qGTsm0YXrFcDxp+B9SZMEb Jez81lPdPIMdsjFwzHNtOfhP5t0Unb6DLLDXY= 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=D45LU+TY8RzmLcR/oJkdTR5VVCEWIDou/qkpn0bL398A87Kb7RkgJlcw6uJMQB1uLF 2RQCT1N/nPFwC9xKRUV4Q2fuF2uRh5VZufZ3E57e0wFB5wZ+KGHAe30FvDtXNAKP1JFY QLW9qaI1QF2YEUotyi+05U72xnLx+agwt9GhY= Original-Received: by 10.216.85.79 with SMTP id t57mr257133wee.132.1273781320956; Thu, 13 May 2010 13:08:40 -0700 (PDT) Original-Received: by 10.216.177.137 with HTTP; Thu, 13 May 2010 13:08:40 -0700 (PDT) In-Reply-To: <838w7npodg.fsf@gnu.org> 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:124749 Archived-At: On Thu, May 13, 2010 at 10:56 PM, Eli Zaretskii wrote: =C2=A0If not, then there is no > composition; rather, the diacriticals are displayed with a proper > offset so that they _appear_ to be composed with the base character > (shin, in this case). > You are right. However this is somewhat counter-intuitive and makes editing difficult. Leaving bidi Consider this example: d=CC=8A=CC=82 (d+ring above+circumflex) The user wou= ld like to remove the ring component. How can it be done? Also When a composition occurs what-cursor-position give Unicode information only fot the base characters and not for other composed components.