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

ekato at freedesktop.org ekato at freedesktop.org
Fri Dec 16 02:23:37 PST 2005


Author: ekato
Date: 2005-12-16 02:23:12 -0800 (Fri, 16 Dec 2005)
New Revision: 2612

Modified:
   branches/1.0/scm/skk.scm
Log:
* scm/skk.scm (skk-append-string-list-to-context-head) : Port r2611
  from trunk.


Modified: branches/1.0/scm/skk.scm
===================================================================
--- branches/1.0/scm/skk.scm	2005-12-16 10:16:29 UTC (rev 2611)
+++ branches/1.0/scm/skk.scm	2005-12-16 10:23:12 UTC (rev 2612)
@@ -1773,11 +1773,9 @@
 	    (append-list-to-context-head
 	      sc
 	      (if (or
-		  (skk-context-latin-conv sc)
-		  ;; handle Setsubi-ji
-		  (and
-		   (null? (cdr sl))
-		   (string=? ">" (car sl)))
+		   (skk-context-latin-conv sc)
+		   ;; handle Setsubi-ji and Settou-ji
+		   (string=? ">" (car sl))
 		   (and
 		    skk-use-numeric-conversion?
 		    (string=? "#" (car sl))))



More information about the uim-commit mailing list