[uim-commit] r2268 - trunk/scm

ekato at freedesktop.org ekato at freedesktop.org
Sun Nov 27 21:29:48 PST 2005


Author: ekato
Date: 2005-11-27 21:29:45 -0800 (Sun, 27 Nov 2005)
New Revision: 2268

Modified:
   trunk/scm/skk.scm
Log:
* scm/skk.scm (skk-back-to-kanji-state) : Don't reset dcomp-word.


Modified: trunk/scm/skk.scm
===================================================================
--- trunk/scm/skk.scm	2005-11-28 02:58:55 UTC (rev 2267)
+++ trunk/scm/skk.scm	2005-11-28 05:29:45 UTC (rev 2268)
@@ -1723,8 +1723,9 @@
 				       (skk-context-head sc))))
     (skk-context-set-okuri! sc '())
     (skk-context-set-appendix! sc '())
-    (if skk-dcomp-activate?
-	(skk-context-set-dcomp-word! sc ""))
+    ;; don't clear dcomp (not compatible with ddskk's behavior)
+    ;;(if skk-dcomp-activate?
+    ;;	(skk-context-set-dcomp-word! sc ""))
     (skk-context-set-nr-candidates! sc 0)))
 
 (define skk-back-to-converting-state



More information about the uim-commit mailing list