Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deoplete と併用すると1文字入力毎に警告が出る #204

Open
thinca opened this issue Feb 21, 2018 · 0 comments
Open

deoplete と併用すると1文字入力毎に警告が出る #204

thinca opened this issue Feb 21, 2018 · 0 comments

Comments

@thinca
Copy link
Member

thinca commented Feb 21, 2018

詳細は未調査。メモと備忘のために Issue にしておきます。

deoplete の、恐らく自動補完と、eskk の補完 UI による変換の組み合わせで、eskk on 時に1文字入力毎(変換してなくても)に下記の警告が出ます。
2行目は、警告のログを出すまでのスタックトレースです。今回の調査で仮に出すようにしてみた結果になります。

[] [2018年02月20日 15時38分19秒] [WARN] internal error: Preedit.get_begin_col() current phase is "0", but it must not be called in normal phase.
function neovim_rpc#_callback[1]..eskk#complete#eskkcomplete[11]..<SNR>300_eskkcomplete[2]..eskk#complete#can_find_start[10]..<SNR>280_Preedit_get_begin_col[2]..eskk#logger#warnf[1]..eskk#logger#warn[1]..<SNR>281_do_log

みづらいので展開しておきます。

neovim_rpc#_callback[1]
eskk#complete#eskkcomplete[11]
<SNR>300_eskkcomplete[2]
eskk#complete#can_find_start[10]
<SNR>280_Preedit_get_begin_col[2]
eskk#logger#warnf[1]
eskk#logger#warn[1]
<SNR>281_do_log
thinca added a commit to thinca/config that referenced this issue May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant