You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theorem andb_true_elim2 : forall b c : bool,
andb b c = true -> c = true.
->の「>」を入力したタイミングでエラー、「Changes to be undone are outside visible portion of buffer」が起こりました。post-command-hookを使っているプラグインをそれぞれ外して試してみたところ、どうやらauto-complete-modeとの併用時に問題が起こるようです。実際、auto-complete、key-combo、coq-mode(proof general)のみがインストールされたemacs 23.3で同様のエラーが起こることを確認しました。また、auto-completeのac-auto-startをnilにし補完が行われないよう設定すると、問題は起こらなくなりました。
以下のような設定で、
次のようなコードを入力しようとした際、
->の「>」を入力したタイミングでエラー、「Changes to be undone are outside visible portion of buffer」が起こりました。post-command-hookを使っているプラグインをそれぞれ外して試してみたところ、どうやらauto-complete-modeとの併用時に問題が起こるようです。実際、auto-complete、key-combo、coq-mode(proof general)のみがインストールされたemacs 23.3で同様のエラーが起こることを確認しました。また、auto-completeのac-auto-startをnilにし補完が行われないよう設定すると、問題は起こらなくなりました。
どちらも重宝しているプラグインなので、なんとか両立ができるとありがたいなと思います。
確認お願いいたします。
The text was updated successfully, but these errors were encountered: