bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9419: 24.0.50; C-x k deletes the entire frame instead of switching t


From: Eli Zaretskii
Subject: bug#9419: 24.0.50; C-x k deletes the entire frame instead of switching to another buffer
Date: Fri, 09 Sep 2011 12:16:56 +0300

> Date: Thu, 08 Sep 2011 09:02:00 +0200
> From: martin rudalics <rudalics@gmx.at>
> CC: 9419@debbugs.gnu.org
> 
>  >   emacs -Q
>  >   C-x 5 b foo RET
>  >
>  > then in the new frame:
>  >
>  >   C-x b bar RET
>  >   C-x b foo RET
>  >   C-x k RET      (kills the foo buffer and shows bar)
>  >   C-x k RET      (kills the bar buffer and shows *scratch*)
>  >
>  > My understanding of the intended behavior is that since foo and bar
>  > are the only 2 buffers in that frame's buffer list, the frame should
>  > be deleted after the last one of them is deleted.  But in fact the
>  > frame stays alive and shows *scratch*.
>  >
>  > If I kill the buffers in the reverse order, i.e. bar first and then
>  > foo, the frame does get deleted when foo is killed.
> 
> I hopefully made these cases consistent now.

Yes, thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]