[uim-commit] r442 - trunk/scm

ekato at freedesktop.org ekato at freedesktop.org
Mon Jan 31 16:47:19 PST 2005


Author: ekato
Date: 2005-01-31 16:47:16 -0800 (Mon, 31 Jan 2005)
New Revision: 442

Modified:
   trunk/scm/skk-custom.scm
Log:
* scm/skk-custom.scm : Add an activity-hook for showing annotation
  in preedit area.


Modified: trunk/scm/skk-custom.scm
===================================================================
--- trunk/scm/skk-custom.scm	2005-01-31 20:57:27 UTC (rev 441)
+++ trunk/scm/skk-custom.scm	2005-02-01 00:47:16 UTC (rev 442)
@@ -136,6 +136,10 @@
   (_ "Show annotation in preedit area")
   (_ "long description will be here."))
 
+(custom-add-hook 'skk-show-annotation-in-preedit?
+		 'custom-activity-hooks
+		 (lambda ()
+		   skk-show-annotation?))
 
 (define-custom 'skk-dic-file-name (string-append (sys-datadir)
 						 "/skk/SKK-JISYO.L")



More information about the Uim-commit mailing list