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: martin rudalics
Subject: Re: compile.el compilation-start overrides frame preference
Date: Sat, 24 Nov 2007 23:53:58 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

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?





reply via email to

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