From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: composed characters question and suggestions for quail-cyrillic-* Date: Wed, 09 Jul 2008 13:48:55 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <868wwa7v1k.fsf@lifelogs.com> References: <86lk19mmua.fsf@lifelogs.com> <485298A4.30000@gnu.org> <867ict8awn.fsf@lifelogs.com> <87zlouswvk.fsf@jurta.org> <86skulfo7j.fsf@lifelogs.com> <87fxql8j7y.fsf@jurta.org> <86y74ccrp4.fsf@lifelogs.com> <87od583s2a.fsf@jurta.org> <86wsjv6o6i.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1215629127 29866 80.91.229.12 (9 Jul 2008 18:45:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jul 2008 18:45:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 09 20:46:13 2008 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.50) id 1KGefm-0006q7-Vj for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 20:45:51 +0200 Original-Received: from localhost ([127.0.0.1]:49510 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGeeu-0003xa-Lx for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 14:44:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGeer-0003xV-Eh for emacs-devel@gnu.org; Wed, 09 Jul 2008 14:44:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGeeo-0003x5-Rs for emacs-devel@gnu.org; Wed, 09 Jul 2008 14:44:53 -0400 Original-Received: from [199.232.76.173] (port=59058 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGeeo-0003x2-M5 for emacs-devel@gnu.org; Wed, 09 Jul 2008 14:44:50 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:45028 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KGeen-0003gM-Bd for emacs-devel@gnu.org; Wed, 09 Jul 2008 14:44:50 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KGeef-0004Ad-J1 for emacs-devel@gnu.org; Wed, 09 Jul 2008 18:44:41 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jul 2008 18:44:41 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jul 2008 18:44:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 85 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:3pVvYwhO6uNsVB2b51ov0G5cFM4= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:100493 Archived-At: On Wed, 09 Jul 2008 11:02:29 -0500 Ted Zlatanov wrote: TZ> On Wed, 09 Jul 2008 01:54:35 +0300 Juri Linkov wrote: >>> I can do >>> >>> (insert (compose-chars ?а ?̀)) >>> >>> but if I try the resulting character in quail-define-rules, it's not a >>> valid character read sequence, being two characters. I also can't >>> specify the `compose-chars' function call or a string there. How do I >>> specify a combined character in the quail rules? JL> Maybe something like this should work ("a`" "а̀") ("a'" "а́"). TZ> It doesn't, according to the docs and it's the first thing I tried :) JL> I think we should use ` and ' as the postfix character, like JL> latin-postfix vs latin-prefix. TZ> OK, I changed things accordingly and will commit to CVS when the problem TZ> above with doing combining characters in Quail is resolved. This is the only thing stopping me. I adjusted the accents and added some more special characters; here's the special characters with some comments. ("/c" ?©) ("/tm" ?®) ;; I couldn't find a TM glyph in Unicode ("/rub" ?R) ;; see http://en.wikipedia.org/wiki/Russian_ruble, new glyph may be under development ("/kop" ?к) ;; not sure ("/lev" ?л) ("/sto" ?с) ("/e" ?€) ("/ce" ?¢) ;; is this the right glyph for Euro cents? I think so. ;; fractions (non-combined) ("/78" ?⅞) ("/58" ?⅝) ("/38" ?⅜) ("/18" ?⅛) ("/56" ?⅚) ("/16" ?⅙) ("/45" ?⅘) ("/35" ?⅗) ("/25" ?⅖) ("/15" ?⅕) ("/23" ?⅔) ("/13" ?⅓) ("/34" ?¾) ("/12" ?½) ("/14" ?¼) ;; we'll have combined fractions later I guess ;; Roman numerals, commonly used for months ("/I" ?Ⅰ) ("/II" ?Ⅱ) ("/III" ?Ⅲ) ("/IV" ?Ⅳ) ("/V" ?Ⅴ) ("/VI" ?Ⅵ) ("/VII" ?Ⅶ) ("/VIII" ?Ⅷ) ("/IX" ?Ⅸ) ("/X" ?Ⅹ) ("/XI" ?Ⅺ) ("/XII" ?Ⅻ) ("/-" ?–) ("/--" ?—) ("/." ?•) ("/.." ?…) ("/``" ?”) ("/`" ?’) ("/,," ?„) ("/''" ?“) ("/," ?‚) ("/'" ?‘) ("/&" ?§) ("/ab" ?§) ; _аб_зац ("/pa" ?§) ; _pa_ragraph ("/#" ?№) ("/no" ?№) ; _но_мер ("<<" ?«) (">>" ?»)