[uim-commit] r1331 - branches/r5rs/scm

kzk at freedesktop.org kzk at freedesktop.org
Fri Aug 26 03:18:40 PDT 2005


Author: kzk
Date: 2005-08-26 03:18:37 -0700 (Fri, 26 Aug 2005)
New Revision: 1331

Modified:
   branches/r5rs/scm/im-custom.scm
Log:
* scm/im-custom.scm
  - remove obsolete comment
  - restore (define-key switch-im-key? '()), because it works now


Modified: branches/r5rs/scm/im-custom.scm
===================================================================
--- branches/r5rs/scm/im-custom.scm	2005-08-26 10:14:24 UTC (rev 1330)
+++ branches/r5rs/scm/im-custom.scm	2005-08-26 10:18:37 UTC (rev 1331)
@@ -269,9 +269,7 @@
 ;;		 (lambda ()
 ;;		   enable-im-switch))
 
-; TODO : fixme! Kazuki Ohta <mover at hct.zaq.ne.jp>
-;
-;(define-key switch-im-key? '())
+(define-key switch-im-key? '())
 
 (define-custom 'uim-color 'uim-color-uim
   '(global visual-preference)
@@ -281,11 +279,6 @@
   (_ "Preedit color")
   (_ "long description will be here."))
 
-;
-; TODO : fixme! Kazuki Ohta <mover at hct.zaq.ne.jp>
-; This code becomes an error for some reason.
-; May be SigScheme's bug.
-;
 ; referred by some bridges
 (define-custom 'candidate-window-position 'caret
   '(global visual-preference)



More information about the uim-commit mailing list