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: Sat, 22 May 2010 20:52:05 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> If the buffer names are sufficiently regular and unique,
>> special-display-regexps can already provide the needed
>> customizability without any need for a new option.
> What about cases where buffer names are not regular and unique?

Don't know: where are they?

> Also, I'm afraid we currently ignore the fact that most users are simple
> not prepared to invest their time in studying the semantics of an option
> like `special-display-regexps'.

The Custom :type could be improved to make it easier to specify common
parameters, indeed.

> Finally, this and `special-display-buffer-names' are user options and we
> again have the problem that an application binding that (or, worse,
> permanently adding its buffer names to it) may conflict with users
> expectations (or, worse, getting her the CHANGED outside Customize
> annyoances).

No elisp code should touch it.  It's exclusively for
user-customizations.  Applications should pass special args to
pop-to-buffer/display-buffer instead to specify its favorite
default behavior.


        Stefan





reply via email to

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