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

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

bug#6204: vc-dir always splits the frame


From: Stefan Monnier
Subject: bug#6204: vc-dir always splits the frame
Date: Thu, 27 May 2010 14:40:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> `switch-to-buffer' is allowed to reuse a weakly dedicated window while
> `display-buffer' isn't.

Indeed, and that's on purpose.  It's basically that switch-to-buffer has
a strong `same-window' parameter.  I don't think display-buffer and
special-display-regexps have any way to specify such a request, so we'll
need to add it.

> This gets complicated :-(

It needs to be cleaned up, yes.


        Stefan





reply via email to

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