GNU bug report logs - #8789
23.3; debug backtrace buffer changes window on step-through

Previous Next

Package: emacs;

Reported by: Pete Beardmore <pete.beardmore <at> msn.com>

Date: Thu, 2 Jun 2011 17:28:02 UTC

Severity: normal

Found in version 23.3

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: 8789 <at> debbugs.gnu.org
Subject: bug#8789: 23.3; debug backtrace buffer changes window on step-through
Date: Thu, 09 Feb 2012 06:31:09 +0100
Hello,

I don't know why this problem doesn't get fixed.  It is an annoying
problem, and a fix need not to be complicated - on the contrary.
It should IMHO be sufficient to add to the

  (pop-to-buffer debugger-buffer)

call in `debug' an action argument that ensures that always the same
window is chosen, by an deterministic algorithm.  For example:

  (pop-to-buffer debugger-buffer
     '((lambda (buffer _)
         (let ((first-win (frame-first-window)))
           (select-window first-win)
           (switch-to-buffer buffer)
           first-win))))

would always choose the first window for *Backtrace*.


Michael.




This bug report was last modified 12 years and 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.