|
| From: | Stefan Monnier |
| Subject: | Re: The window-pub branch |
| Date: | Tue, 23 Nov 2010 09:30:42 -0500 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
>> You don't need to tag things with `name' or `regexp' since you can use
>> `stringp' or `symbolp' to distinguish the two cases.
> A buffer name is a string and a regexp is a string. What am I missing?
We're not talking about the same thing. IIUC you're talking about
unifying display-buffer-names and display-buffer-regexp (I think this
can be done by obsoleting display-buffer-names), whereas I'm talking
about adding support for symbols like `ediff-A' which would need to be
provided by the caller of display-buffer.
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |