From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mail@swathanthran.in (Shyam | =?utf-8?B?4LS24LWN4LSv4LS+4LSCIOC0lQ==?= =?utf-8?B?4LS+4LSw4LSo4LS+4LSf4LWN4LSf4LWN?= | Karanattu) Newsgroups: gmane.emacs.devel Subject: Rendering Fix progresses, Now Input-Method (Was:Re: Making the malayalam rendering proper) Date: Sun, 19 Oct 2008 23:44:23 +0530 Message-ID: <87ej2ctpts.fsf@swathanthran.in> References: <57f75d610805270350p41018624v59022a20f6c84f40@mail.gmail.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: ger.gmane.org 1224500782 9876 80.91.229.12 (20 Oct 2008 11:06:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2008 11:06:22 +0000 (UTC) To: "emacs-devel" ,"Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 20 13:07:19 2008 connect(): Connection refused 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 1Krcoc-000566-VC for ged-emacs-devel@m.gmane.org; Sun, 19 Oct 2008 20:15:47 +0200 Original-Received: from localhost ([127.0.0.1]:54764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrcnX-0007Q9-Df for ged-emacs-devel@m.gmane.org; Sun, 19 Oct 2008 14:14:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrcnS-0007PW-02 for emacs-devel@gnu.org; Sun, 19 Oct 2008 14:14:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrcnR-0007PI-8R for emacs-devel@gnu.org; Sun, 19 Oct 2008 14:14:33 -0400 Original-Received: from [199.232.76.173] (port=54098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrcnR-0007PF-3m for emacs-devel@gnu.org; Sun, 19 Oct 2008 14:14:33 -0400 Original-Received: from node31.myserverhosts.com ([76.74.159.91]:54692) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KrcnQ-00082D-FG for emacs-devel@gnu.org; Sun, 19 Oct 2008 14:14:33 -0400 Original-Received: from [117.196.143.150] (helo=sarika.sarika) by node31.myserverhosts.com with esmtpa (Exim 4.69) (envelope-from ) id 1KrcnM-0006rn-92; Sun, 19 Oct 2008 18:14:29 +0000 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - node31.myserverhosts.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - swathanthran.in X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6? (barebone, rare!) 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:104650 Archived-At: Hi sir, Its A REALLY GREAT PLEASURE! to read this blog from suresh ji http://suruma.freeflux.net/blog/archive/2008/10/15/emacs-malayalam.html= =20 which says about the malayalam rendering in emacs became perfect! GREAT THANKS for the work! I have tried the same and it seems working perfect so far. Now comes the next wish ;-) to make the malayalam-inscript input method perfect. It cant enter zwj and zwnj at the moment. I could correct it with a simple (quail-defrule "]" "=E2=80=8D") and (quail-defr= ule "\\" "=E2=80=8C") . But i dont know how to specify that in leim/quail/indian.el to include it to the default setting. Also the input method contradicts with the xkb input layout, as it swaps the place of two characters. i.e emacs' malayalam-inscript layout has z for =E0=B5=87 and= s for =E0=B5=86 and Z for =E0=B4=8F and S for =E0=B4=8E while its z:=E0= =B5=86 s:=E0=B5=87 Z:=E0=B4=8E S:=E0=B4=8F for xkb layout which i cleared by creating another inscript-ml-keytable by copying inscript-dev-keytable in the leim/quail/indian.el and swapping t= he place of (?Z ?z) and (?S ?s)=20 Its a great joy to get the emacs' own input method than xkb's as the control characters work without changing the input method. Otherwise, I have to change the input method to do every C-a or C-e ;-)=20 Moreover I got emacs crashing for various key combinations which happens for both type of input methods(xkb's and emacs'). (gdb) run Starting program: /home/shyam/emacs/src/emacs=20 [Thread debugging using libthread_db enabled] [New Thread 0xb7062720 (LWP 17362)] =20=20 Program received signal SIGABRT, Aborted. [Switching to Thread 0xb7062720 (LWP 17362)] 0xb7efa410 in __kernel_vsyscall () (gdb)=20 =20 Thats the message i get as i try to display all the characters by passing finger over my qwerty keyboard (ACER aspire 5570z laptop) one after= the other, starting from the one having `/~ (=E0=B5=8A/=E0=B4=92) and works fine till =3D/+(=E0= =B5=83/=E0=B4=8B) but the next character q/Q(=E0=B5=8C/=E0=B4=94) makes it break. with the message FATAL E= rror:(6) Aborted but just entering =3D/+ and q/Q didn't caused crashing. I could also find some similar keysequence causing the emacs to crash. btw ldd /usr/local/bin/emacs-23.0.60 gives me the following linux-gate.so.1 =3D> (0xb7f74000) libgtk-x11-2.0.so.0 =3D> /usr/lib/libgtk-x11-2.0.so.0 (0xb7beb000) libgdk-x11-2.0.so.0 =3D> /usr/lib/libgdk-x11-2.0.so.0 (0xb7b67000) libatk-1.0.so.0 =3D> /usr/lib/libatk-1.0.so.0 (0xb7b4c000) libgdk_pixbuf-2.0.so.0 =3D> /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7b34000) libm.so.6 =3D> /lib/tls/i686/cmov/libm.so.6 (0xb7b0f000) libpangocairo-1.0.so.0 =3D> /usr/lib/libpangocairo-1.0.so.0 (0xb7b06000) libpango-1.0.so.0 =3D> /usr/lib/libpango-1.0.so.0 (0xb7ac9000) libcairo.so.2 =3D> /usr/lib/libcairo.so.2 (0xb7a67000) libgobject-2.0.so.0 =3D> /usr/lib/libgobject-2.0.so.0 (0xb7a2a000) libgmodule-2.0.so.0 =3D> /usr/lib/libgmodule-2.0.so.0 (0xb7a26000) libdl.so.2 =3D> /lib/tls/i686/cmov/libdl.so.2 (0xb7a22000) libglib-2.0.so.0 =3D> /usr/lib/libglib-2.0.so.0 (0xb7971000) libpthread.so.0 =3D> /lib/tls/i686/cmov/libpthread.so.0 (0xb7959000) libSM.so.6 =3D> /usr/lib/libSM.so.6 (0xb7950000) libICE.so.6 =3D> /usr/lib/libICE.so.6 (0xb7938000) libtiff.so.4 =3D> /usr/lib/libtiff.so.4 (0xb78e5000) libjpeg.so.62 =3D> /usr/lib/libjpeg.so.62 (0xb78c5000) libpng12.so.0 =3D> /usr/lib/libpng12.so.0 (0xb78a2000) libz.so.1 =3D> /usr/lib/libz.so.1 (0xb788d000) libgif.so.4 =3D> /usr/lib/libgif.so.4 (0xb7885000) libXpm.so.4 =3D> /usr/lib/libXpm.so.4 (0xb7874000) libX11.so.6 =3D> /usr/lib/libX11.so.6 (0xb778d000) libXft.so.2 =3D> /usr/lib/libXft.so.2 (0xb777b000) libfontconfig.so.1 =3D> /usr/lib/libfontconfig.so.1 (0xb7751000) librsvg-2.so.2 =3D> /usr/lib/librsvg-2.so.2 (0xb7720000) libdbus-1.so.3 =3D> /usr/lib/libdbus-1.so.3 (0xb76ea000) libgpm.so.1 =3D> /usr/lib/libgpm.so.1 (0xb76e3000) libotf.so.0 =3D> /usr/local/lib/libotf.so.0 (0xb76d2000) libfreetype.so.6 =3D> /usr/lib/libfreetype.so.6 (0xb7665000) libm17n-flt.so.0 =3D> /usr/local/lib/libm17n-flt.so.0 (0xb765c000) libm17n-core.so.0 =3D> /usr/local/lib/libm17n-core.so.0 (0xb7639000) libc.so.6 =3D> /lib/tls/i686/cmov/libc.so.6 (0xb74ea000) libXcomposite.so.1 =3D> /usr/lib/libXcomposite.so.1 (0xb74e6000) libXdamage.so.1 =3D> /usr/lib/libXdamage.so.1 (0xb74e3000) libXfixes.so.3 =3D> /usr/lib/libXfixes.so.3 (0xb74de000) libXext.so.6 =3D> /usr/lib/libXext.so.6 (0xb74d0000) libXrender.so.1 =3D> /usr/lib/libXrender.so.1 (0xb74c8000) libXinerama.so.1 =3D> /usr/lib/libXinerama.so.1 (0xb74c4000) libXi.so.6 =3D> /usr/lib/libXi.so.6 (0xb74bc000) libXrandr.so.2 =3D> /usr/lib/libXrandr.so.2 (0xb74b6000) libXcursor.so.1 =3D> /usr/lib/libXcursor.so.1 (0xb74ad000) /lib/ld-linux.so.2 (0xb7f75000) libpangoft2-1.0.so.0 =3D> /usr/lib/libpangoft2-1.0.so.0 (0xb7486000) libpixman-1.so.0 =3D> /usr/lib/libpixman-1.so.0 (0xb745c000) libstdc++.so.6 =3D> /usr/lib/libstdc++.so.6 (0xb7369000) libgcc_s.so.1 =3D> /lib/libgcc_s.so.1 (0xb735e000) libselinux.so.1 =3D> /lib/libselinux.so.1 (0xb7345000) libpcre.so.3 =3D> /usr/lib/libpcre.so.3 (0xb731e000) libxcb-xlib.so.0 =3D> /usr/lib/libxcb-xlib.so.0 (0xb731b000) libxcb.so.1 =3D> /usr/lib/libxcb.so.1 (0xb7303000) libexpat.so.1 =3D> /usr/lib/libexpat.so.1 (0xb72e2000) libgsf-1.so.114 =3D> /usr/lib/libgsf-1.so.114 (0xb72ae000) libcroco-0.6.so.3 =3D> /usr/lib/libcroco-0.6.so.3 (0xb7279000) libxml2.so.2 =3D> /usr/lib/libxml2.so.2 (0xb7159000) libgio-2.0.so.0 =3D> /usr/lib/libgio-2.0.so.0 (0xb70f8000) libXau.so.6 =3D> /usr/lib/libXau.so.6 (0xb70f5000) libXdmcp.so.6 =3D> /usr/lib/libXdmcp.so.6 (0xb70f0000) libbz2.so.1.0 =3D> /lib/libbz2.so.1.0 (0xb70df000) Sorry for the long post. Thanks a lott for the great works! Shyam K