comparison lisp/emacs-lisp/debug.el @ 94140:6436fd5155ce

(debug): Revert to bury-buffer since quit-window is not better anyway.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Apr 2008 01:29:23 +0000
parents 0b281e7eac04
children 90a2847062be
comparison
equal deleted inserted replaced
94139:1e40bf35d15e 94140:6436fd5155ce
230 ;; another frame. 230 ;; another frame.
231 ;; If debugger-will-be-back is non-nil, the frame 231 ;; If debugger-will-be-back is non-nil, the frame
232 ;; would need to be de-iconified anyway immediately 232 ;; would need to be de-iconified anyway immediately
233 ;; after when we re-enter the debugger, so iconifying it 233 ;; after when we re-enter the debugger, so iconifying it
234 ;; here would cause flashing. 234 ;; here would cause flashing.
235 ;; Use quit-window rather than bury-buffer to quieten 235 ;; Drew Adams is not happy with this: he wants to frame
236 ;; Drew Adams. --Stef 236 ;; to be left at the top-level, still working on how
237 (quit-window)))) 237 ;; best to do that.
238 (bury-buffer))))
238 (kill-buffer debugger-buffer)) 239 (kill-buffer debugger-buffer))
239 (with-timeout-unsuspend debugger-with-timeout-suspend) 240 (with-timeout-unsuspend debugger-with-timeout-suspend)
240 (set-match-data debugger-outer-match-data))) 241 (set-match-data debugger-outer-match-data)))
241 ;; Put into effect the modified values of these variables 242 ;; Put into effect the modified values of these variables
242 ;; in case the user set them with the `e' command. 243 ;; in case the user set them with the `e' command.