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

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

bug#7368: Testcase


From: martin rudalics
Subject: bug#7368: Testcase
Date: Wed, 17 Nov 2010 10:46:06 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> 1) A "softly dedicated" window is a window with 2 properties:
>   a) it is tied to a certain buffer, and when that buffer is destroyed
> the window is destroyed too;

Not necessarily.  If there are no other windows left or the window
previoulsy showed another buffer the window is not destroyed.

>   b) it cannot be target of display-buffer.
>
> 2) A "truly dedicated" window is a window with 3 properties:
>   a) it is tied to a certain buffer, and when that buffer is destroyed
> the window is destroyed too;

See above.

>   b) it cannot be target of display-buffer;
>   c) it cannot be target of switch-to-buffer.

It cannot be target of `set-window-buffer' which subsumes all other cases.

martin





reply via email to

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