Revision: 7089 Author: ek.kato Date: Sun May 15 21:24:22 2011 Log: * Merge r7088 from trunk.
http://code.google.com/p/uim/source/detail?r=7089 Modified: /branches/1.7/scm/im-custom.scm ======================================= --- /branches/1.7/scm/im-custom.scm Thu Jan 6 18:09:56 2011 +++ /branches/1.7/scm/im-custom.scm Sun May 15 21:24:22 2011 @@ -728,6 +728,13 @@ (N_ "Custom filter connection setting") (N_ "long description will be here.")) +(custom-add-hook 'annotation-filter-server-setting? + 'custom-activity-hooks + (lambda () + (and enable-annotation? + (eq? annotation-agent 'filter)))) + + (define-custom 'annotation-filter-unix-domain-socket-path "/path/of/socket" '(annotation filter) '(pathname regular-file)
