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: Fri, 14 May 2010 13:45:41 +0300 Message-ID: References: <83mxwlw2c0.fsf@gnu.org> <83iq6tq096.fsf@gnu.org> <83eihhow2j.fsf@gnu.org> <83aas3pvve.fsf@gnu.org> <838w7npodg.fsf@gnu.org> <8739xvi51a.fsf@catnip.gol.com> 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 1273833956 2102 80.91.229.12 (14 May 2010 10:45:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 May 2010 10:45:56 +0000 (UTC) Cc: Eli Zaretskii , handa@m17n.org, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 14 12:45:54 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 1OCsOv-0003Gm-T4 for ged-emacs-devel@m.gmane.org; Fri, 14 May 2010 12:45:54 +0200 Original-Received: from localhost ([127.0.0.1]:58544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCsOv-0005LB-9D for ged-emacs-devel@m.gmane.org; Fri, 14 May 2010 06:45:53 -0400 Original-Received: from [140.186.70.92] (port=39960 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCsOp-0005Kw-D9 for emacs-devel@gnu.org; Fri, 14 May 2010 06:45:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCsOo-0004sx-Bt for emacs-devel@gnu.org; Fri, 14 May 2010 06:45:47 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:32794) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCsOl-0004s8-Ns; Fri, 14 May 2010 06:45:43 -0400 Original-Received: by wwa36 with SMTP id 36so390121wwa.0 for ; Fri, 14 May 2010 03:45: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=PSDCyM6dAtAINVOadHzTj5g9fG7/DWKfQzp6DGLtUV0=; b=bMybqhW3TeTrpe/9O4GWoF52H49X4uSZh3J/wgN416nVDW+OBMDBDuH88eAIxREUjH +j6kw5FPsyjbZo8SZsyg9zp9lkzlphpyRCUz4QK1mc9WViRzJZe9aDNPyz1MDrIeGBrA 9TNDrphzmtniC1IA/1pIFhlk2EH3+5GziDwRI= 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=PiC9S/TZdmTwIOkc/xgsuLoSdTdDTH1pU5tyaX4bGYwqTrUWVcwHzEGA3G3a9jCtkL MShMHBubwrr/AFgsXRlsdoZQLu7w1DhCDbEVf31hfrrJj1rP3M5BjatUAd/4KAFeN+GD WVsmKUrKWDr00AtNx/dsn+3g2d8CUNAM9OWqA= Original-Received: by 10.216.85.143 with SMTP id u15mr704502wee.205.1273833941519; Fri, 14 May 2010 03:45:41 -0700 (PDT) Original-Received: by 10.216.177.137 with HTTP; Fri, 14 May 2010 03:45:41 -0700 (PDT) In-Reply-To: <8739xvi51a.fsf@catnip.gol.com> 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:124764 Archived-At: On Fri, May 14, 2010 at 5:35 AM, Miles Bader wrote: > Yair F writes: >> Consider this example: d=CC=8A=CC=82 (d+ring above+circumflex) The user = would >> like to remove the ring component. How can it be done? > > _Editing_ commands (e.g., DEL) work on the individual components, even > for composed characters -- so if you put d=CC=8A=CC=82 in a buffer, posit= ion the > cursor after it, and hit DEL, it will remove just the last accent, > leaving "d=CC=8A". =C2=A0This duality works pretty well I think, and seem= s > intuitive. > I still fail to understand how to directly access end edit individual compo= nens. In the example above how can the ring component can be directly edited without editing the circumflex? A base character composed with 3 marks is not that infrequent.