bug#81512: [PATCH] Add command `outline-occur'
Michael Heerdegen via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
martin rudalics <[email protected]> writes: > >> Both "base" and "fallback" are already in use in the context of > >> 'display-buffer'. > > > > I know. Is this a problem? > > I don't know. That's why I would avoid it. I see. I'm afraid I don't have another synonym for the word "default". My fear is that users might try to set `display-buffer-default-alist' instead of `display-buffer-alist' because the "default" named variable is most of the time the one users need to configure. So maybe a comment in the docstring that guides users to `display-buffer-alist' and tells them that this is the variable that users want to change for the typical cases would be helpful? Along with a short explanation of "the difference" without going into too much technical depth? Michael.