[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7368: Testcase
From: |
Андрей Парамонов |
Subject: |
bug#7368: Testcase |
Date: |
Tue, 16 Nov 2010 23:19:50 +0300 |
2010/11/16 Stefan Monnier <monnier@iro.umontreal.ca>:
> It's actually soft-dedicated (i.e. dedicated but switch-to-buffer can
> override it).
After another debug session I see that there are 2 types of special windows:
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;
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;
b) it cannot be target of display-buffer;
c) it cannot be target of switch-to-buffer.
Wouldn't it be more logical to have the following?
1) A "softly dedicated" window is a window tied to a certain buffer,
and when that buffer is destroyed the window is destroyed too.
2) A "truly dedicated" window is a "softly dedicated" window which
cannot be target of neither display-buffer nor switch-to-buffer.
That would solve the problem, but I'm beginning to doubt if it's worth
it to solve the problem generally...
Best wishes,
Andrey Paramonov
- bug#7368: 23.2; Python interpreter buffer should never appear in separate frame, Andrey Paramonov, 2010/11/10
- bug#7368: Testcase, Андрей Парамонов, 2010/11/13
- bug#7368: Testcase, martin rudalics, 2010/11/13
- bug#7368: Testcase, Андрей Парамонов, 2010/11/13
- bug#7368: Testcase, martin rudalics, 2010/11/13
- bug#7368: Testcase, Stefan Monnier, 2010/11/15
- bug#7368: Testcase,
Андрей Парамонов <=
- bug#7368: Testcase, Stefan Monnier, 2010/11/16
- bug#7368: Testcase, martin rudalics, 2010/11/17
bug#7368: display-buffer a softly dedicated window, Андрей Парамонов, 2010/11/17
- bug#7368: display-buffer a softly dedicated window, martin rudalics, 2010/11/17
- bug#7368: display-buffer a softly dedicated window, Андрей Парамонов, 2010/11/17
- bug#7368: display-buffer a softly dedicated window, martin rudalics, 2010/11/17
- bug#7368: display-buffer a softly dedicated window, Андрей Парамонов, 2010/11/17
- bug#7368: display-buffer a softly dedicated window, martin rudalics, 2010/11/17
- bug#7368: display-buffer a softly dedicated window, Андрей Парамонов, 2010/11/17
- bug#7368: display-buffer a softly dedicated window, martin rudalics, 2010/11/18