all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: martin rudalics <rudalics@gmx.at>
Cc: John J Foerch <jjfoerch@earthlink.net>, emacs-devel@gnu.org
Subject: Re: compile.el compilation-start overrides frame preference
Date: Sun, 25 Nov 2007 17:29:51 +0200	[thread overview]
Message-ID: <87oddicq1s.fsf@jurta.org> (raw)
In-Reply-To: <4748AB86.60000@gmx.at> (martin rudalics's message of "Sat, 24 Nov 2007 23:53:58 +0100")

>> 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?

This change will also fix an old bug that when on a text-only terminal
grep was run on one virtual frame, then running it on another virtual
frame in the same Emacs frame doesn't display the grep buffer.

-- 
Juri Linkov
http://www.jurta.org/emacs/

      reply	other threads:[~2007-11-25 15:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-23  1:17 compile.el compilation-start overrides frame preference John J Foerch
2007-11-24 22:53 ` martin rudalics
2007-11-25 15:29   ` Juri Linkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oddicq1s.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=jjfoerch@earthlink.net \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.