From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: devanagari diacritics Date: Wed, 23 Oct 2013 13:22:34 +0100 Message-ID: <5267BF8A.4050109@harpegolden.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1382530973 3471 80.91.229.3 (23 Oct 2013 12:22:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2013 12:22:53 +0000 (UTC) Cc: emacs-devel To: Rustom Mody Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 23 14:22:57 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VYxSi-00070b-J1 for ged-emacs-devel@m.gmane.org; Wed, 23 Oct 2013 14:22:56 +0200 Original-Received: from localhost ([::1]:49138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYxSi-0003jC-6F for ged-emacs-devel@m.gmane.org; Wed, 23 Oct 2013 08:22:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYxSY-0003im-2h for emacs-devel@gnu.org; Wed, 23 Oct 2013 08:22:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYxSQ-0000bD-Om for emacs-devel@gnu.org; Wed, 23 Oct 2013 08:22:46 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:52286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYxSQ-0000b7-Jz for emacs-devel@gnu.org; Wed, 23 Oct 2013 08:22:38 -0400 Original-Received: from [87.198.55.19] (87-198-55-19.ptr.magnet.ie [87.198.55.19]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA 4" (verified OK)) by harpegolden.net (Postfix) with ESMTPSA id 95C423C04C; Wed, 23 Oct 2013 12:22:36 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130922 Icedove/17.0.9 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 65.99.215.13 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164480 Archived-At: On 23/10/13 04:12, Rustom Mody wrote: > There is one thing I dont know how to do -- how do you make an rule > that expands to more than one character. For example we may want "c" > to expand to "ch" apl-kb.el actually already included things expanding into more than one=20 character in the apl-kb-postfix variant, as it's how the way e.g. x/ ->=20 =E2=8A=83 but x// -> x/ (Aaand I just spotted a typo/bug in the version I sent, "?//" should go=20 to "?/" obviously) Which was just lifted from latin-post.el which works the same way. > no much idea what all these nil/t's are They are described in relevant docstring after all, just hit C-h f quail-define-package