競合を生成するマージの後、ステータスウィンドウを開きます
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-mode なしでヘルプ バッファを開く。
エラーレポートは言う
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で実行しています