On 20 Dec 2000 13:10:06 +0900,
Yoshiki Hayashi <yoshiki(a)xemacs.org> said:
Yoshiaki Kasahara <kasahara(a)nc.kyushu-u.ac.jp> writes:
> I just noticed that when I had some X frames and a tty frame which
> were displaying a BUFFER, and did (delete-windows-on BUFFER) on the
> tty frame, sometimes the window of the BUFFER on the tty frame wasn't
^^^
You mean, X.
No, I really meant tty...
I just found a simple method to produce the problem.
xemacs -vanilla (make an X frame #1)
C-x 5 2 (to create another X frame #2)
C-x b test (on the X frame #1)
C-x b test (on the X frame #2)
M-x make-frame-on-tty (to create a tty frame)
the frame automatically display the buffer "test"
M-: (delete-windows-on "test") (on the tty frame)
The buffer "test" on the tty frame won't disappear. Additional
argument ("nil 'all") didn't help.
Actually iconify or hiding a frame is not really needed. The problem
seems not to occur when I'm using only one X frame and one tty frame.
I need two X frames.
I'm not sure if it is the same problem as you have found.
--Y.Kasahara