bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5667: Acknowledgement (23.1.93; cursor movement in Korean text is sl


From: Jae-hyeon Park
Subject: bug#5667: Acknowledgement (23.1.93; cursor movement in Korean text is slow with xfonts-baekmuk)
Date: Sat, 27 Mar 2010 17:45:38 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

I found a workaround or a possible fix.  The slowdown goes away if I
add to font-encoding-alist an entry for the registry ksx1001.1998.  A
patch is attached.
--- emacs-23.1.94.orig/lisp/international/fontset.el    2010-03-11 
03:20:33.000000000 +0100
+++ emacs-23.1.94/lisp/international/fontset.el 2010-03-27 17:16:47.681744851 
+0100
@@ -59,6 +59,7 @@
        ("jisx0208" . japanese-jisx0208)
        ("jisx0201" . jisx0201)
        ("jisx0212" . japanese-jisx0212)
+       ("ksx1001" . korean-ksc5601)
        ("ksc5601.1987" . korean-ksc5601)
        ("cns11643.1992.*1" . chinese-cns11643-1)
        ("cns11643.1992.*2" . chinese-cns11643-2)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]