Your fix will help; it enables one to unset jde-compile-enable-kill-buffer
to avoid the killing of the window.
However; what I want (and i suspect other's do as well), is to kill the
buffer,
but: Leave the window in place!

That way, when i have two edit windows, and compile in one window,
the compile results will show briefly in the second window, and then
(when all goes well) that second window will revert to the previously
visible buffer!

That way you do it, compile will either:
   a) leave the compile output showing where the second edit window was
   b) close the second edit window.
Neither of which is my expectation/intent.

If everyone else only expects one window per frame, and really wants to
close
the second/temporary compile output window, then maybe we should
make creative use of save-window-excursion, to restore the configuration?


>  > (defun jde-compile-kill-buffer (buf)
>  >   (kill-buffer buf))
>  >

Reply via email to