合并产生冲突后,我打开状态窗口
M-x magit-status
显示,例如
Unstaged changes:
Unmerged .gitignore
(还有一个讨厌的警告窗口打开“警告(el-get):您的 Emacs 不支持 HTTPS(TLS)。警告(:警告):对于 magit-1.4.0
您刚刚更新到 Magit 的 1.4.0 版本,必须做出选择……”我认为这不是问题,但无论如何都包括在内。)
当我将光标移动到 .gitignore 并键入 e 打开 ediff 合并工具时,emacs 完全崩溃。
当我运行neotree -mode 或使用 ? 打开没有 neotree 模式的帮助缓冲区。
错误报告说
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[EmacsView(0x10d001760) lockFocus] failed with window=0x1010e59c0, windowNumber=-1, [self isHiddenOrHasHiddenAncestor]=0'
terminating with uncaught exception of type NSException
abort() called
我在 OSX 10.10.5、GNU Emacs 24.5.1 上运行