bump : *EDE Shell v2* buffer consecutively kills other windows content
Xaver Gerster <[email protected]>
| Newsgroups | gmane.emacs.cedet |
|---|---|
| Message-ID | <[email protected]> |
Really no one out there having the same issue? In the meantime I found out, that putting this into my init.el seems to be kind of a cure to the *EDE Shell v2* buffer stealing my other windows (defadvice pop-to-buffer (before cancel-other-window first) (ad-set-arg 1 nil)) (ad-activate 'pop-to-buffer) (setq pop-up-windows nil) This is from Jérôme Radix @ http://stackoverflow.com/questions/812192/emacs-preventing-gud-pdb-from-controlling-windows/5175715#5175715 Yet, neither do I understand why this actually is of help, nor why it should be needed for EDE after all, nor if it will mess with other parts of Emacs (v. 24.3). Would anyone here have more insight? On 10/08/2014 10:20 AM, Xaver Gerster wrote: > Hi, > > I have an issue with the *EDE Shell v2* shell buffer: it kills my other > windows content. > > When I run code using 'C-c . R' from within one of the project's > modules, a new window on the Emacs frame pops up showing the output of > the code in a 'Shell' major mode window. The corresponding buffer is > named *EDE Shell v2*. > > My problem starts when I try to do this several times. > Then, the output of the code will not remain within the window which > popped up prior, but the *EDE Shell v2* buffer will consecutively > replace the content of all windows previously displaying other buffers, > until all of the Emacs frame is filled with windows displaying only the > *EDE Shell v2* buffers. > > How can I force the *EDE Shell v2* buffer to display and update in only > *one* window? > ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Cedet-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cedet-devel