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: martin rudalics
Subject: bug#6204: vc-dir always splits the frame
Date: Wed, 26 May 2010 10:30:50 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> Yes, I'm picturing the special arg as (conceptually) two alists, and
> that we'd combine with the user's own setting via something like
>
>   (append override-params
>           (lookup special-display-regexps)
>           default-params)

Good.  Now how do `pop-up-windows', `pop-up-frames', and
`display-buffer-reuse-frames' fit into this?  I suppose these are the
values for all buffers not mentioned by `special-display-regexps'.  What
if `pop-up-windows' is nil and "default-params" indicates that the
application wants to pop up a window (but does not insist).  Probably
`pop-up-windows' should prevail in this case.

But maybe we could do away with `pop-up-windows' and friends by adding a
default match-any-name expression to `special-display-regexps'?  This
would simplify doc-strings considerably.

martin





reply via email to

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