From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: display-buffer-alist simplifications Date: Fri, 12 Aug 2011 22:29:54 -0400 Message-ID: References: <87mxgem09k.fsf@stupidchicken.com> <87k4axzg7j.fsf@mail.jurta.org> <87oc092gy0.fsf@stupidchicken.com> <4E380897.5000406@gmx.at> <871ux2nsrw.fsf@stupidchicken.com> <4E3AA5DA.8030403@gmx.at> <87mxfnn414.fsf@stupidchicken.com> <4E3D41F2.8060801@gmx.at> <4E3FA812.3080009@gmx.at> <87zkjkb572.fsf@mail.jurta.org> <4E3FD5ED.5000206@gmx.at> <4E412E2D.90908@gmx.at> <4E422ECA.2020207@gmx.at> <4E43A253.9040404@gmx.at> <4E45330C.9060801@gmx.at> <87zkjev76f.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1313202604 25933 80.91.229.12 (13 Aug 2011 02:30:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 13 Aug 2011 02:30:04 +0000 (UTC) Cc: Juri Linkov , martin rudalics , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 13 04:30:00 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 1Qs3z6-0004pS-8s for ged-emacs-devel@m.gmane.org; Sat, 13 Aug 2011 04:30:00 +0200 Original-Received: from localhost ([::1]:49521 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qs3z5-0003wD-D1 for ged-emacs-devel@m.gmane.org; Fri, 12 Aug 2011 22:29:59 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60450) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qs3z2-0003vw-RN for emacs-devel@gnu.org; Fri, 12 Aug 2011 22:29:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qs3z2-0004ZU-01 for emacs-devel@gnu.org; Fri, 12 Aug 2011 22:29:56 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:9059 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qs3z1-0004ZI-TS for emacs-devel@gnu.org; Fri, 12 Aug 2011 22:29:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAJvgRU5FxKeo/2dsb2JhbABBp3d4gUABAQQBViMFCwsOJhIUGA0kiAO6M4ZHBJ9shDM X-IronPort-AV: E=Sophos;i="4.67,365,1309752000"; d="scan'208";a="130887432" Original-Received: from 69-196-167-168.dsl.teksavvy.com (HELO ceviche.home) ([69.196.167.168]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 12 Aug 2011 22:29:55 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 041A6660CF; Fri, 12 Aug 2011 22:29:55 -0400 (EDT) In-Reply-To: <87zkjev76f.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 12 Aug 2011 14:03:20 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:143185 Archived-At: >>> "Specifications of user preferences for `display-buffer'. >>> This is a list of elements of the form (CONDITION . ACTION) >>> where CONDITION is either a regexp matching buffer names, or a function >>> that takes a buffer and returns a boolean. >>> ACTION is a list of the form (FUNCTION . ALIST) where FUNCTION can be >>> either a function or a list of functions. > This is probably more simply stated as > This is a list of elements of the form (CONDITION FUNCTIONS ACTION-ARGS...) I call it (CONDITION . ACTION) because we can have ACTIONs at other places. Stefan