On Wed, 2005-04-06 at 14:24 -0700, Jeff Peck wrote: > 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?
That's what I do. Starting a compilation saves the window configuration, and in the hook when the compilation is done, I restore it. I need to tweak it so it doesn't restore the window configuration if I've switched buffers around too much, but the idea is the same. Raul
