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

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

bug#8789: 23.3; debug backtrace buffer changes window on step-through


From: Michael Heerdegen
Subject: bug#8789: 23.3; debug backtrace buffer changes window on step-through
Date: Thu, 20 Sep 2012 19:10:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

> Suppose I do
>
> (progn
>   (load-library "files.el")
>   (debug-on-entry 'file-remote-p))
>
> then I can observe the same behavior as you, more or less.
>
> Emacs 23 reacts in precisely the same manner here.  Emacs 22 doesn't.
> So this is something that must have changed in between these two
> versions.  I don't have the slightest idea what may have caused this and
> whether this qualifies as an error.

It's caused by the calculation of the mode-line.  Try this:

  (setq-default mode-line-remote nil)

and the problem is gone.


Michael.





reply via email to

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