emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile.el compilation-start overrides frame preference


From: Juri Linkov
Subject: Re: compile.el compilation-start overrides frame preference
Date: Sun, 25 Nov 2007 17:29:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]