From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: display-buffer-change Date: Mon, 10 Sep 2007 10:00:58 +0200 Message-ID: <46E4F9BA.3040603@gmx.at> References: <200708271732.22306.zslevin@gmail.com> <46DD9F41.8090700@gmx.at> <46DE63EE.3070509@gmx.at> <87wsv4fvav.fsf@stupidchicken.com> <46DFC3AE.3020009@gmx.at> <46E0136F.6080602@gmx.at> <46E06C5B.80408@gmx.at> <46E198D8.8080507@gmx.at> <46E269E6.6090305@gmx.at> <87zlzvxbg8.fsf@morpheus.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1189415521 9596 80.91.229.12 (10 Sep 2007 09:12:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 09:12:01 +0000 (UTC) Cc: Stefan Monnier , rms@gnu.org, emacs-devel@gnu.org To: =?ISO-8859-15?Q?David_K=E5gedal?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 10 19:11:48 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IUmC9-0001Tb-KB for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 18:33:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUehn-0004ZU-4D for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 04:33:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUeh8-00046U-1v for emacs-devel@gnu.org; Mon, 10 Sep 2007 04:32:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUeh6-00044t-7g for emacs-devel@gnu.org; Mon, 10 Sep 2007 04:32:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUeh6-00044h-1R for emacs-devel@gnu.org; Mon, 10 Sep 2007 04:32:32 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IUeh5-0000ac-G6 for emacs-devel@gnu.org; Mon, 10 Sep 2007 04:32:31 -0400 Original-Received: (qmail invoked by alias); 10 Sep 2007 08:32:29 -0000 Original-Received: from N747P015.adsl.highway.telekom.at (EHLO [62.47.37.79]) [62.47.37.79] by mail.gmx.net (mp018) with SMTP; 10 Sep 2007 10:32:29 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/oOmN0YD3o/vGK+8KxRh/tMtZM8ApgDI5QZ0jyDs Ua66Iib6/B5OuZ User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87zlzvxbg8.fsf@morpheus.local> X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:78424 Archived-At: > Having a fixed size is not important for me. The most important > property for me is that it remains being fixed at the bottom of the > frame. This seemed to hold in Emacs 21, which made me happy. But it > might have been unintended. > > >>>3 - we have window-size-fixed for that. >> >>David: Could you set that for the buffer of your window B and look >>whether it gives good results. > > > No, it gives me an error: "Attempt to split fixed-size window". > > I think the (short) instructions at the top should be enough for you > to reproduce it as well. Well I thought together with something like (setq split-height-threshold 5) Anyway, this violates the doc-string of `window-size-fixed' Emacs won't change the size of any window displaying that buffer, unless you explicitly change the size, or Emacs has no other choice. and I just noted a similar "Window is not resizable" bug with `temp-buffer-resize-mode'.