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: Tue, 26 Jul 2011 09:18:10 +0300 Organization: JURTA Message-ID: <87r55dwomo.fsf@mail.jurta.org> References: <4E2C9245.1030106@gmx.de> <4E2D34DD.2000607@gmx.at> <4E2D51E5.9020400@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1311661548 23995 80.91.229.12 (26 Jul 2011 06:25:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2011 06:25:48 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org To: grischka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 26 08:25:38 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 1Qlb5F-0000sm-Sq for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2011 08:25:38 +0200 Original-Received: from localhost ([::1]:48616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlb5F-0007oD-Cf for ged-emacs-devel@m.gmane.org; Tue, 26 Jul 2011 02:25:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlb59-0007YS-F2 for emacs-devel@gnu.org; Tue, 26 Jul 2011 02:25:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qlb58-0006i0-6A for emacs-devel@gnu.org; Tue, 26 Jul 2011 02:25:31 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:41911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qlb58-0006hw-0y for emacs-devel@gnu.org; Tue, 26 Jul 2011 02:25:30 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 9D1D16E8077; Mon, 25 Jul 2011 23:25:29 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 1BDA1451C335; Mon, 25 Jul 2011 23:25:27 -0700 (PDT) In-Reply-To: <4E2D51E5.9020400@gmx.de> (grischka's message of "Mon, 25 Jul 2011 13:22:13 +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:142303 Archived-At: > +--------------screen-------------+ > | +---1.frame---+ +--2.frame--+ | > | | | | | | > | | files | | compile | | > | | | | grep | | > | | | | | | > | | | | | | > | | | +-----------+ | > | | | | > | | | | > | +-------------+ | > +---------------------------------+ > > So when I hit the "compile" key I want the second frame to open unless > it is already open and I want the compilation output go to this frame. > > Plus, when I click on a compilation error line, I want this file being > shown in the first frame, replacing whatever there is. What do you except should happen when you delete the first frame and click on a compilation error line in the second frame?