Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yuanle Song
zero-el
Commits
1bf7bb79
Commit
1bf7bb79
authored
Sep 01, 2019
by
Yuanle Song
Browse files
v1.0.2 set zero-enable-debug to nil by default.
parent
706d079e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
1bf7bb79
...
...
@@ -4,7 +4,7 @@ Time-stamp: <2019-09-01>
* zero-el
zero-el provides zero-pinyin, a pinyin input method for Chinese and
zero-el provides zero-pinyin, a
n emacs
pinyin input method for Chinese and
zero-framework, which is an emacs Chinese input method framework.
* File list
...
...
zero-framework.el
View file @
1bf7bb79
...
...
@@ -129,7 +129,7 @@ if item is not in lst, return nil"
;; zero-el version
(
defvar
zero-version
nil
"zero-el package version"
)
(
setq
zero-version
"1.0.
1
"
)
(
setq
zero-version
"1.0.
2
"
)
;; FSM state
(
defconst
*zero-state-im-off*
'IM-OFF
)
...
...
@@ -209,7 +209,7 @@ This allow input method to override default logic.")
(
defvar
zero-preedit-end-func
'nil
"called when leave `*zero-state-im-preediting*' state"
)
(
defvar
zero-enable-debug
t
(
defvar
zero-enable-debug
nil
"whether to enable debug.
if t, `zero-debug' will output debug msg in *zero-debug* buffer"
)
(
defvar
zero-debug-buffer-max-size
30000
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment