>> "JJ" == Jerry James <james(a)xemacs.org>
writes:
JJ> Okay, I see the problem. In the function restore-saved-window (in
JJ> window-xemacs.el), the first-hchild and first-vchild links of a given
JJ> window are only followed if the next-child link is non-nil. But if you
JJ> look at the structure you get from current-window-configuration with the
JJ> 3-window setup, you'll see windows with a null next-child and non-null
JJ> first-hchild or first-vchild links. So it looks like the patch below is
JJ> the correct fix. I've just tried every experiment I could think of with
JJ> this patch in place, and they all worked. I'll commit this in a day or
JJ> two if nobody objects.
I CVSup-ed this fix and it works well now. Thanks..
Kaarthik