From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: separate compilation frame Date: Wed, 23 Dec 2015 10:13:07 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1450883626 5531 80.91.229.3 (23 Dec 2015 15:13:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Dec 2015 15:13:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 23 16:13:37 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 1aBl6d-0004IS-Go for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Dec 2015 16:13:35 +0100 Original-Received: from localhost ([::1]:56584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBl6c-0007bx-On for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Dec 2015 10:13:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBl6R-0007br-HM for help-gnu-emacs@gnu.org; Wed, 23 Dec 2015 10:13:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBl6O-0000YF-8B for help-gnu-emacs@gnu.org; Wed, 23 Dec 2015 10:13:23 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:49754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBl6O-0000Xw-1a for help-gnu-emacs@gnu.org; Wed, 23 Dec 2015 10:13:20 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aBl6I-0003pn-7a for help-gnu-emacs@gnu.org; Wed, 23 Dec 2015 16:13:14 +0100 Original-Received: from yktgi01e0-s4.watson.ibm.com ([129.34.20.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Dec 2015 16:13:14 +0100 Original-Received: from kgoldman by yktgi01e0-s4.watson.ibm.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Dec 2015 16:13:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: yktgi01e0-s4.watson.ibm.com X-Mozilla-News-Host: news://news.gmane.org:119 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:108454 Archived-At: 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.