emacs-devel
[Top][All Lists]
Advanced

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

Re: The window-pub branch


From: martin rudalics
Subject: Re: The window-pub branch
Date: Tue, 23 Nov 2010 18:18:40 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> Hmm... here I finally realize maybe I'm talking about something
> completely different.  I was thinking of special-display-buffer-names
> rather than display-buffer-names.

`display-buffer-names' is supposed to generalize
`special-display-buffer-names'.

> I.e. I was thinking of a setting like
>
>   (setq special-display-buffer-names
>         '((ediff (same-frame . t))))

Would that be in .emacs?

> Which would make the (same-frame . t) apply to all display-buffer calls
> that specify `ediff-a' or `ediff-b' or `ediff-ancestor', ...

Adding '(("^ediff.*") (same-frame)) to `display-buffer-regexps' should
handle that.

martin



reply via email to

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