From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: display-buffer-alist simplifications Date: Sat, 23 Jul 2011 15:42:05 -0400 Message-ID: <87pql0iy2a.fsf@stupidchicken.com> References: <87mxgem09k.fsf@stupidchicken.com> <4E2A7EBD.7050300@gmx.at> <87livooqt6.fsf@stupidchicken.com> <4E2B158B.1080101@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311450137 30671 80.91.229.12 (23 Jul 2011 19:42:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Jul 2011 19:42:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 23 21:42:13 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qki5V-0005tM-E4 for ged-emacs-devel@m.gmane.org; Sat, 23 Jul 2011 21:42:13 +0200 Original-Received: from localhost ([::1]:46761 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qki5U-0003Gh-Ov for ged-emacs-devel@m.gmane.org; Sat, 23 Jul 2011 15:42:12 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qki5T-0003GR-1d for emacs-devel@gnu.org; Sat, 23 Jul 2011 15:42:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qki5R-0000e3-SW for emacs-devel@gnu.org; Sat, 23 Jul 2011 15:42:11 -0400 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:35237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qki5R-0000dz-PG for emacs-devel@gnu.org; Sat, 23 Jul 2011 15:42:09 -0400 Original-Received: from furball ([64.134.67.152]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p6NJg51K022973 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sat, 23 Jul 2011 15:42:06 -0400 In-Reply-To: <4E2B158B.1080101@gmx.at> (martin rudalics's message of "Sat, 23 Jul 2011 20:40:11 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.145 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142240 Archived-At: martin rudalics writes: > Currently, the reuse-window-even-sizes specifier is set for all > buffers from the value of `even-window-heights' which is t by default. > This produces a normalized specifier which is respected whenever a > window is reused but not written into `display-buffer-alist'. How > should I proceed here? A good way to handle this is to say that :even-windows, if nil or omitted, means to consult `even-window-heights'. If the value is `never' or t, that overrides `even-window-heights'.