emacs-devel
[Top][All Lists]
Advanced

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

Re: Window configurations


From: martin rudalics
Subject: Re: Window configurations
Date: Tue, 15 Jun 2010 09:08:03 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

>> Doing C-x k currently winds up calling
>>
>> replace_buffer_in_all_windows (buffer);
>>
>> which calls
>>
>> Fother_buffer (w->buffer, Qnil, w->frame)
>>
>> so a visible buffer will not be put into that window.
>
> Right.  But it should put a visible buffer into that window,
> if the window-local buffer-list is non-empty and that buffer
> happens to be at the top of the window-local buffer-list.

So we have to decide

(1) wherever this "But it should put ..." shall be done (in
    `bury-buffer', `quit-window', ...), and

(2) whether a window-local buffer-list may contain something else but
    entries associated with buffers (as your text somehow insinuates).

martin



reply via email to

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