emacs-devel
[Top][All Lists]
Advanced

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

Re: bug of display-table & make-glyph-code


From: martin rudalics
Subject: Re: bug of display-table & make-glyph-code
Date: Fri, 07 Sep 2007 20:30:48 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

I must have lost too much context: I do not understand the
above description.  Can someone spell it out in baby-steps for my poor
excuse for a brain?

The OP explained it as follows:

> Split an emacs frame in two windows showing buffers A and B:
>
>    +-------------+
>    |             |
>    |      A      |
>    |             |
>    +-------------+
>    |             |
>    |      B      |
>    |             |
>    +-------------+
>
> While in the lower window, run
>
>     (set-window-dedicated-p (selected-window) t)
>
> Now, in the upper window, run
>
>     (display-buffer "C")
>
> In Emacs 21, this will be the result:
>
>    +-------------+
>    |      A      |
>    +-------------+
>    |      C      |
>    +-------------+
>    |             |
>    |      B      |
>    |             |
>    +-------------+
>
> In Emacs 22, this will be the result:
>
>    +-------------+
>    |             |
>    |      C      |
>    |             |
>    +-------------+
>    |             |
>    |      B      |
>    |             |
>    +-------------+
>
> In Emacs 22 with split-heigh-threshold=10, this will be the result:
>
>    +-------------+
>    |             |
>    |      A      |
>    |             |
>    +-------------+
>    |      B      |
>    +-------------+
>    |      C      |
>    +-------------+
>

What he apparently wants is window B always display the same buffer, stay
below all other windows, and not change its size.





reply via email to

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