[uim-commit] r2564 - trunk/scm

ekato at freedesktop.org ekato at freedesktop.org
Tue Dec 13 05:58:53 PST 2005


Author: ekato
Date: 2005-12-13 05:58:44 -0800 (Tue, 13 Dec 2005)
New Revision: 2564

Modified:
   trunk/scm/skk.scm
Log:
* scm/skk.scm (skk-proc-state-kanji) : Reset dcomp with
  skk-special-midashi-key?


Modified: trunk/scm/skk.scm
===================================================================
--- trunk/scm/skk.scm	2005-12-13 13:00:49 UTC (rev 2563)
+++ trunk/scm/skk.scm	2005-12-13 13:58:44 UTC (rev 2564)
@@ -1416,6 +1416,8 @@
 	   (begin
 	     (skk-append-residual-kana sc)
 	     (skk-append-string sc '(">" ">" ">"))
+	     (if skk-dcomp-activate?
+		 (skk-context-set-dcomp-word! sc ""))
 	     (skk-begin-conversion sc)
 	     #f)
 	   #t)



More information about the uim-commit mailing list