GNU bug report logs - #5667
23.1.93; cursor movement in Korean text is slow with xfonts-baekmuk

Previous Next

Package: emacs;

Reported by: Jae-hyeon Park <jae-hyeon.park <at> desy.de>

Date: Mon, 1 Mar 2010 22:16:02 UTC

Severity: normal

Tags: patch

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 5667 <at> debbugs.gnu.org (full text, mbox):

From: Jae-hyeon Park <jae-hyeon.park <at> desy.de>
To: 5667 <at> debbugs.gnu.org
Subject: Re: 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
[Message part 1 (text/plain, inline)]
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.diff (text/x-diff, inline)]
--- 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)

This bug report was last modified 13 years and 70 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.