On 20 Dec 2000 16:15:38 +0900,
Yoshiki Hayashi <yoshiki(a)xemacs.org> said:
I can't reproduce it. However, I wrote a patch to fix the
problems I found. Could you test and see whether this makes
any difference?
Yes. After your patch was applied, (delete-windows-on "test") on a
tty frame deleted the "test" window on the tty frame, and
(delete-windows-on "test" nil 'all) deleted all the windows including
both X and tty frames.
I didn't see any problems while a simple check using Mew on both X and
tty frames. I'll use this binary for a while to make sure.
Well, I noticed that the behavior of (delete-windows-on "test" t) is
slightly changed, though. Before the patch, it deleted a "test"
window only on the tty frame, but now it also deletes a window on one
of X frames (not both). When I do it on a X frame, a tty window is
deleted, too.
--Y.Kasahara