Re: New package `outline-occur'
martin rudalics <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> The problem is that the call '(display-buffer occur-buf)' > is deeply inside 'occur-1'. We could add a category to this call > for better customizability. Add a 'display-occur-buffer-action' variable and use it as ACTION argument in that call. Something that IMHO should have been used wherever we currently bind 'display-buffer-overriding-action'. > But still we need a better way for a command to override the > default behavior (popup or not) using some let-bound variable. Any such let-binding would affect nested 'display-buffer' calls that are completely unrelated to the action you want to fix. martin