Author: iratqq
Date: Sat Nov 8 17:43:53 2008
New Revision: 5618
Modified:
trunk/scm/social-ime-custom.scm
Log:
* scm/social-ime-custom.scm (social-ime-publicity):
Remove. publicity mode is not supported.
from id:nokuno (Social IME developper). thanks.
Modified: trunk/scm/social-ime-custom.scm
==============================================================================
--- trunk/scm/social-ime-custom.scm (original)
+++ trunk/scm/social-ime-custom.scm Sat Nov 8 17:43:53 2008
@@ -313,21 +313,6 @@
(N_ "Social-IME user name")
(N_ "long description will be here."))
-(define-custom 'social-ime-publicity 'private
- '(social-ime-advanced social-ime-server)
- (list 'choice
- (list 'private (N_ "Private") (N_ "Private"))
- (list 'public (N_ "Public")
- (N_ "If publicity mode is public and commit words are over
10 characters, ime server posts these words twitter.com too")))
- (N_ "Social-IME publicity mode.")
- (N_ "long description will be here."))
-
-(custom-add-hook 'social-ime-publicity
- 'custom-activity-hooks
- (lambda ()
- ;; XXX
- #f))
-
(define-custom 'social-ime-use-with-vi? #f
'(social-ime-advanced special-op)
'(boolean)