From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shakthi Kannan Newsgroups: gmane.emacs.help Subject: =?UTF-8?B?UmU6IEluc2VydGluZyDgr4cgYW5kIOCuleCvjeCutyB3aXRob3V0IHRoZSBkb3R0ZWQgYw==?= =?UTF-8?B?aXJjbGU=?= Date: Tue, 10 Nov 2015 09:37:53 +0530 Message-ID: References: <83k2prm1th.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1447128494 20504 80.91.229.3 (10 Nov 2015 04:08:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2015 04:08:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 10 05:08:09 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Zw0E3-0005sH-Fm for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Nov 2015 05:08:07 +0100 Original-Received: from localhost ([::1]:57347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw0E3-0000ct-0k for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Nov 2015 23:08:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw0Ds-0000co-9p for help-gnu-emacs@gnu.org; Mon, 09 Nov 2015 23:07:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zw0Dr-0006hU-Co for help-gnu-emacs@gnu.org; Mon, 09 Nov 2015 23:07:56 -0500 Original-Received: from mail-ob0-x231.google.com ([2607:f8b0:4003:c01::231]:36833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw0Dp-0006hH-Mf; Mon, 09 Nov 2015 23:07:53 -0500 Original-Received: by obdgf3 with SMTP id gf3so155806094obd.3; Mon, 09 Nov 2015 20:07:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=81PdcOLB+57GapaoyGTV5gWx8a6M2jTMSR9CUxqv9os=; b=h0KwXjQ9th/pR2pGCBNAckLNJD/WzqPmmDJdqyl5kj27V4gqH8qaMlf50cWaEIJpLy MB8UOCQRIjoiLHF/AEIUwwsnKNTsa73TkjXi+giOexXN1SCIotT6eDGBmDDL3VCOTtjJ 8/yt8z/lU+HBvdwJEWS2hpn2ticlAyNhZnvjeNETAQfqAUAfpamgtjV2DcH7r5iwqRkE SdysCgFz3jY2BzqqCJtgG6htTpZfv5ukQRlGyuM9tPaXQM/gDkttNbItdTUogjXg8RA1 vOOBh91048DYGjd6MXiSWX8R3hdSenqwqIY0u6ecreQY02XoNV8xQ06XxQURfb1/njC0 o2mw== X-Received: by 10.60.65.6 with SMTP id t6mr718004oes.47.1447128473194; Mon, 09 Nov 2015 20:07:53 -0800 (PST) Original-Received: by 10.202.83.200 with HTTP; Mon, 9 Nov 2015 20:07:53 -0800 (PST) In-Reply-To: <83k2prm1th.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108018 Archived-At: Hi Eli, --- On Tue, Nov 10, 2015 at 12:34 AM, Eli Zaretskii wrote: | In lisp/language/indian.el, search for "tamil-composable-pattern". \-- I see the mapping of characters now. --- | Sorry, I don't understand the question. You want this new glyph to be | available for a codepoint that is different from U+0BC7? \-- Yes. I guess I just have to add the unicode to the table in tamil-composable-pattern as part of the consonants. Sorry, for not being clear, the context is as follows: In GNU Emacs, I am able to enter =E0=AE=B8=E0=AF=8D + =E0=AE=B0=E0=AF=80 in= a file. But, if I open the same file in Gedit or in the browser (Chromium), it gets rendered or composed correctly as =E0=AE=B8=E0=AF=8D=E0=AE=B0=E0=AF=80. I don't see thi= s character in the Ubuntu Monospace font that I use in Gedit and the browser. Should I create a new glyph for =E0=AE=B8=E0=AF=8D=E0=AE=B0=E0=AF=80 in the= font, and add its unicode number to the table in tamil-composable-pattern, or, can this composition be made possible in GNU Emacs? Thanks for your prompt replies, SK --=20 Shakthi Kannan http://www.shakthimaan.com