1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- (define tutcode-dic-filename "/usr/share/tc/mazegaki.dic")
- (define tutcode-personal-dic-filename "/usr/home/haelwenn/.mazegaki.dic")
- (define tutcode-rule-filename "/usr/share/uim/tutcode-rule.scm")
- (define tutcode-enable-mazegaki-learning? #t)
- (define tutcode-mazegaki-fixed-priority-count 0)
- (define tutcode-use-recursive-learning? #t)
- (define tutcode-use-with-vi? #f)
- (define tutcode-show-pending-rk? #f)
- (define tutcode-use-dvorak? #f)
- (define tutcode-use-kigou2-mode? #f)
- (define tutcode-enable-fallback-surrounding-text? #f)
- (define tutcode-keep-illegal-sequence? #f)
- (define tutcode-delete-leading-delimiter-on-postfix-kanji2seq? #f)
- (define tutcode-history-size 0)
- (define tutcode-mazegaki-yomi-max 10)
- (define tutcode-mazegaki-enable-inflection? #f)
- (define tutcode-mazegaki-suffix-max 4)
- (define tutcode-bushu-conversion-algorithm 'tc-2.1+ml1925)
- (define tutcode-use-interactive-bushu-conversion? #f)
- (define tutcode-bushu-index2-filename "/usr/share/tc/bushu.index2")
- (define tutcode-bushu-expand-filename "/usr/share/tc/bushu.expand")
- (define tutcode-bushu-help-filename "")
- (define tutcode-use-candidate-window? #t)
- (define tutcode-use-pseudo-table-style? #f)
- (define tutcode-candidate-window-table-layout 'qwerty-jis)
- (define tutcode-commit-candidate-by-label-key 'always)
- (define tutcode-candidate-op-count 5)
- (define tutcode-nr-candidate-max 10)
- (define tutcode-nr-candidate-max-for-kigou-mode 10)
- (define tutcode-nr-candidate-max-for-prediction 10)
- (define tutcode-nr-candidate-max-for-guide 10)
- (define tutcode-nr-candidate-max-for-history 10)
- (define tutcode-use-stroke-help-window? #f)
- (define tutcode-show-stroke-help-window-on-no-input? #t)
- (define tutcode-use-auto-help-window? #f)
- (define tutcode-auto-help-with-real-keys? #f)
- (define tutcode-candidate-window-use-delay? #f)
- (define tutcode-candidate-window-activate-delay-for-mazegaki 0)
- (define tutcode-candidate-window-activate-delay-for-stroke-help 2)
- (define tutcode-candidate-window-activate-delay-for-auto-help 1)
- (define tutcode-candidate-window-activate-delay-for-completion 2)
- (define tutcode-candidate-window-activate-delay-for-prediction 2)
- (define tutcode-candidate-window-activate-delay-for-bushu-prediction 2)
- (define tutcode-candidate-window-activate-delay-for-interactive-bushu 1)
- (define tutcode-use-completion? #f)
- (define tutcode-completion-chars-min 2)
- (define tutcode-completion-chars-max 5)
- (define tutcode-use-prediction? #f)
- (define tutcode-prediction-start-char-count 2)
- (define tutcode-use-kanji-combination-guide? #f)
- (define tutcode-stroke-help-with-kanji-combination-guide 'disable)
- (define tutcode-use-bushu-prediction? #f)
|