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

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

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


From: Drew Adams
Subject: debugger with pop-up-frames non-nil: keeps creating new frames
Date: Mon, 30 May 2005 11:00:59 -0700

emacs -q

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

Also, if I remap the window-manager `iconify-frame' event to something
else, like this:

(define-key special-event-map [iconify-frame]
            'do-something-else-upon-iconify-event)

then I see that each step in the debugger effectively acts as if an
`iconify-frame' event occurred. Again, this is crazy.


In GNU Emacs 22.0.50.2 (i386-mingw-nt5.1.2600)
 of 2005-04-16 on LAPTOP
Distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'




reply via email to

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