Closed kimim closed 7 years ago
I believe this report relates to #8. As far as I could find ECB seems to be ignoring Emacs window management configuration and causing a new frame to be opened every time a *-other-window
function is called.
I'll be looking into this as part of #8. That said, please keep in mind that Emacs 25.0.50.1 is pre-release. The latest official release is 24.5.
Closing this as a duplicate of Issue #8.
"switch-to-buffer-other-window" in edit-window will open the buffer in a new frame while not in a split window. This cause org-open-at-point, click on grep result, click in dired buffer to open new frame for the content. I found that pop-to-buffer advised in ecb-layout.el probably is the root cause. Seems only happen in new version of emacs(25.0.50.1) on my machine.