[uim-commit] r2569 - branches/1.0/scm

ekato at freedesktop.org ekato at freedesktop.org
Wed Dec 14 02:10:49 PST 2005


Author: ekato
Date: 2005-12-14 02:09:37 -0800 (Wed, 14 Dec 2005)
New Revision: 2569

Modified:
   branches/1.0/scm/skk.scm
Log:
* scm/skk.scm (skk-commit-with-conv-completion) : Port r2568 from
  trunk.


Modified: branches/1.0/scm/skk.scm
===================================================================
--- branches/1.0/scm/skk.scm	2005-12-14 10:07:29 UTC (rev 2568)
+++ branches/1.0/scm/skk.scm	2005-12-14 10:09:37 UTC (rev 2569)
@@ -1197,7 +1197,8 @@
 	  (let ((dcomp (skk-lib-get-dcomp-word
 			(skk-make-string
 			 (skk-context-head sc)
-			 (skk-context-kana-mode sc)))))
+			 (skk-context-kana-mode sc))
+			skk-use-numeric-conversion?)))
 	    (if (not (string=? dcomp ""))
 		(begin
 		  (skk-string-list-to-context-head



More information about the uim-commit mailing list