emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: debugger with pop-up-frames non-nil: keeps creating new frames


From: Stefan Monnier
Subject: Re: debugger with pop-up-frames non-nil: keeps creating new frames
Date: Sun, 05 Jun 2005 18:44:01 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> emacs -q
> If pop-up-frames is non-nil, each step (e.g. `d') in the debugger
> creates a new frame. This is crazy.

I think the only thing crazy about it is to set pop-up-frames to t while
keeping display-buffer-reuse-frames to nil.  Such a setup will lead to the
above problem in many more situations than just the debugger.

Maybe display-buffer-reuse-frames should simply default to t, or at least
default to t whenever pop-up-frames is non-nil.


        Stefan




reply via email to

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