From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: grischka Newsgroups: gmane.emacs.devel Subject: Re: display-buffer-alist simplifications Date: Wed, 27 Jul 2011 15:07:13 +0200 Message-ID: <4E300D81.8080900@gmx.de> References: <4E2C9245.1030106@gmx.de> <4E2D34DD.2000607@gmx.at> <4E2D51E5.9020400@gmx.de> <87r55dwomo.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1311772060 24831 80.91.229.12 (27 Jul 2011 13:07:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Jul 2011 13:07:40 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 27 15:07:36 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 1Qm3pm-00058V-F8 for ged-emacs-devel@m.gmane.org; Wed, 27 Jul 2011 15:07:34 +0200 Original-Received: from localhost ([::1]:56755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm3pl-00036f-LC for ged-emacs-devel@m.gmane.org; Wed, 27 Jul 2011 09:07:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm3pj-00036C-BR for emacs-devel@gnu.org; Wed, 27 Jul 2011 09:07:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm3pf-0008Ch-M1 for emacs-devel@gnu.org; Wed, 27 Jul 2011 09:07:31 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:39859) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qm3pf-0008CF-84 for emacs-devel@gnu.org; Wed, 27 Jul 2011 09:07:27 -0400 Original-Received: (qmail invoked by alias); 27 Jul 2011 13:07:22 -0000 Original-Received: from unknown (EHLO [10.129.98.129]) [89.204.138.129] by mail.gmx.net (mp072) with SMTP; 27 Jul 2011 15:07:22 +0200 X-Authenticated: #18588216 X-Provags-ID: V01U2FsdGVkX19RKRwVcRJR1a7RA52Q7rjuQoqJBmRvMGCKB3bvN4 1PW/aOAxAnZ26L User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) In-Reply-To: <87r55dwomo.fsf@mail.jurta.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:142387 Archived-At: Juri Linkov wrote: >> 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? Why should I delete the main frame when I still want to browse errors? --- grischka