From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: display-buffer-alist simplifications Date: Wed, 31 Aug 2011 12:57:45 +0300 Organization: JURTA Message-ID: <87hb4xq3jn.fsf@mail.jurta.org> References: <87mxgem09k.fsf@stupidchicken.com> <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> <4E59F6D1.5060800@gmx.at> <4E5BE2B9.9030307@gmx.at> <87zkiqicdo.fsf@stupidchicken.com> <87hb4ythby.fsf@stupidchicken.com> <4E5DFFE1.6080200@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314787618 17611 80.91.229.12 (31 Aug 2011 10:46:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 31 Aug 2011 10:46:58 +0000 (UTC) Cc: Chong Yidong , 'Stefan Monnier' , Drew Adams , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 31 12:46:52 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 1QyiJo-00056R-Ab for ged-emacs-devel@m.gmane.org; Wed, 31 Aug 2011 12:46:52 +0200 Original-Received: from localhost ([::1]:43519 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyiJn-0002d0-Ta for ged-emacs-devel@m.gmane.org; Wed, 31 Aug 2011 06:46:51 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyiJl-0002cm-De for emacs-devel@gnu.org; Wed, 31 Aug 2011 06:46:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QyiJk-0000ZR-Jn for emacs-devel@gnu.org; Wed, 31 Aug 2011 06:46:49 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:50583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyiJk-0000ZG-DF for emacs-devel@gnu.org; Wed, 31 Aug 2011 06:46:48 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 5CFCE6EB7F1; Wed, 31 Aug 2011 03:43:17 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 1611A451C3FB; Wed, 31 Aug 2011 03:30:33 -0700 (PDT) In-Reply-To: <4E5DFFE1.6080200@gmx.at> (martin rudalics's message of "Wed, 31 Aug 2011 11:33:21 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.113.175.8 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:143657 Archived-At: > I hopefully restored the old code now together with the functionality > needed for quit-window and a rudimentary `pop-to-buffer-same-window' > function. So feel free to go on reducing the current bottleneck. What do you think about Stefan's near-term goal: > We should focus at this point on providing: > - the functionality of Emacs-23 (i.e. mostly same-frame, same-window, > other-window, other-frame, dedicated-or-not, existing-window) so as to > be able to mark the various old config vars as obsolete. I agree that it would be expedient to do this before 24.1: to obsolete the old vars and move their default values to two defcustoms: `display-buffer-alist' and `display-buffer-default-alist'.