From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: compile.el compilation-start overrides frame preference Date: Sat, 24 Nov 2007 23:53:58 +0100 Message-ID: <4748AB86.60000@gmx.at> References: <871wah69qo.fsf@earthlink.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195944799 4723 80.91.229.12 (24 Nov 2007 22:53:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 22:53:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: John J Foerch Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 24 23:53:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iw3s9-00015C-2z for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 23:53:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw3ru-00052i-4e for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 17:52:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iw3rq-00052S-HF for emacs-devel@gnu.org; Sat, 24 Nov 2007 17:52:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iw3rp-00051T-KJ for emacs-devel@gnu.org; Sat, 24 Nov 2007 17:52:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw3rp-00051Q-F2 for emacs-devel@gnu.org; Sat, 24 Nov 2007 17:52:53 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Iw3ro-0005Iu-Rp for emacs-devel@gnu.org; Sat, 24 Nov 2007 17:52:53 -0500 Original-Received: (qmail invoked by alias); 24 Nov 2007 22:52:51 -0000 Original-Received: from N939P002.adsl.highway.telekom.at (EHLO [62.47.61.66]) [62.47.61.66] by mail.gmx.net (mp045) with SMTP; 24 Nov 2007 23:52:51 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/hWhhvPnLhihY25ZxAbNft0GSBOds1M6afFCWCOs SoaT6a/vUQhvfe User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <871wah69qo.fsf@earthlink.net> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84083 Archived-At: > In compile.el, the function `compilation-start' contains: > > (setq outwin (display-buffer outbuf nil t)) > > The third parameter of display-buffer (given as `t' in this call) > overrides the user setting of display-buffer-reuse-frames. My > personal preference would be for compilation-start to not override my > setting of display-buffer-reuse-frames, ... I think so too. Does anyone see a problem with (setq outwin (display-buffer outbuf)) here?