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

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

bug#17675: 24.4.50; *gud* buffer keeps on getting buried


From: martin rudalics
Subject: bug#17675: 24.4.50; *gud* buffer keeps on getting buried
Date: Wed, 04 Jun 2014 08:41:55 +0200

> It's being selected by display-buffer-in-previous-window in this
> particular test case.  Maybe gud needs to bind inhibit-same-window to t
> before calling display-buffer (from gud-display-line).

`display-buffer-in-previous-window' should be alright in the present
case - after all you want to show *gud-foo* in the window it was shown
before.  What we have to find out is why `display-buffer' doesn't
replace *scratch* by foo.c in what you describe as:

  At this point, notice that *gud-foo* buffer is gone, as foo.c has
  replaced it.  At some point in time in the past, foo.c would end up
  replacing the other window (the *scratch* buffer).

So why did foo.c replace *gud-foo* in its window and not use the
*scratch* window instead?  Please try to find out.

Thanks, martin





reply via email to

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