From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Having the prolog buffer in a different frame. Date: Sat, 21 Jan 2006 07:19:31 -0800 Message-ID: References: <43d1e860$1@news.broadpark.no> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137861791 5663 80.91.229.2 (21 Jan 2006 16:43:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 16:43:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 21 17:43:09 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F0LpQ-00046Y-3Q for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Jan 2006 17:43:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0Lru-0005om-Og for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Jan 2006 11:45:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F0KZK-0007Sl-9g for help-gnu-emacs@gnu.org; Sat, 21 Jan 2006 10:22:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F0KZH-0007Ro-Gl for help-gnu-emacs@gnu.org; Sat, 21 Jan 2006 10:22:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0KZD-0007RT-6A for help-gnu-emacs@gnu.org; Sat, 21 Jan 2006 10:22:18 -0500 Original-Received: from [148.87.122.30] (helo=rgminet01.oracle.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1F0Kdb-0002Kr-Vh for help-gnu-emacs@gnu.org; Sat, 21 Jan 2006 10:26:48 -0500 Original-Received: from rgmsgw300.us.oracle.com (rgmsgw300.us.oracle.com [138.1.186.49]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id k0LFJYNN013405 for ; Sat, 21 Jan 2006 08:19:34 -0700 Original-Received: from rgmsgw300.us.oracle.com (localhost [127.0.0.1]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k0LFJYtI014672 for ; Sat, 21 Jan 2006 08:19:34 -0700 Original-Received: from dradamslap (dhcp-amer-rmdc-csvpn-gw4-141-144-97-2.vpn.oracle.com [141.144.97.2]) by rgmsgw300.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with SMTP id k0LFJXuv014666 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sat, 21 Jan 2006 08:19:33 -0700 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <43d1e860$1@news.broadpark.no> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32768 Archived-At: I'm using prolog mode (prolog.el) and it works well, but there is one little issue that bugs be. If I choose "Consult" a file, region or buffer, it compiles and evaluates and opens a new prolog session with the new predicates taken in mind *within* the current frame. I like to have two frames, though, with the prolog session next to the one editing the predicates. Basically, I would like to tell Emacs, that if there already is a prolog session (buffer) running in a different frame, it should not open a new view of this in the current frame. How? :) Try setting `pop-up-frames' to `t'. Otherwise, check the doc for prolog-mode (`C-h m' when you're in prolog mode) to see if there is a specific option for this. Try also `M-x apropos RET prolog'.