From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: separate compilation frame Date: Sun, 27 Dec 2015 22:19:25 +0000 Message-ID: <87twn3v8k2.fsf@robertthorpeconsulting.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1451254800 16650 80.91.229.3 (27 Dec 2015 22:20:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Dec 2015 22:20:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ken Goldman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 27 23:19:44 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aDJfB-0005qi-WC for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Dec 2015 23:19:42 +0100 Original-Received: from localhost ([::1]:42926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDJfB-00062b-B0 for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Dec 2015 17:19:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDJf1-00062I-HL for help-gnu-emacs@gnu.org; Sun, 27 Dec 2015 17:19:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDJey-0007Ap-Bl for help-gnu-emacs@gnu.org; Sun, 27 Dec 2015 17:19:31 -0500 Original-Received: from outbound-smtp08.blacknight.com ([46.22.139.13]:58643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDJey-0007Al-55 for help-gnu-emacs@gnu.org; Sun, 27 Dec 2015 17:19:28 -0500 Original-Received: from mail.blacknight.com (pemlinmail06.blacknight.ie [81.17.255.152]) by outbound-smtp08.blacknight.com (Postfix) with ESMTPS id CE2591C6478 for ; Sun, 27 Dec 2015 22:19:26 +0000 (GMT) Original-Received: (qmail 10669 invoked from network); 27 Dec 2015 22:19:26 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[86.145.191.145]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 27 Dec 2015 22:19:26 -0000 In-Reply-To: (message from Ken Goldman on Wed, 23 Dec 2015 10:13:07 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 46.22.139.13 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108499 Archived-At: Ken Goldman writes: > In emacs 23.1.1, my *compilation* window goes into a separate frame. > next-error goes to the line of source in a different frame. > > In 24.5.1, the compilation window goes into a split frame. Even when I > unsplit the frame, next-error splits it again. > > How do I get the emacs 23 behavior - a single compilation frame that > never splits? > > I've seen people post elisp code to get the 23 behavior, but my > intuition is that the customization is already there somewhere, and the > default just changed from 23 to 24. In stock Emacs compilation doesn't create a new frame. You must have customized this behaviour. The code you wrote to customize it has a different effect in Emacs 24 than it did in Emacs 23. It may help to show that code here. BR, Robert Thorpe