GNU bug report logs -
#12848
24.2.50; Doc: give an example for a typical entry of `display-buffer-alist'
Previous Next
Reported by: michael_heerdegen <at> web.de
Date: Fri, 9 Nov 2012 22:51:01 UTC
Severity: minor
Found in version 24.2.50
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 12848-done <at> debbugs.gnu.org (full text, mbox):
> `display-buffer-alist' entries are quite complex. OTOH, it's not
> uncommon that a typical user might need it. We should give an example
> entry, somewhere.
>
> Today, I thought: "I want that *Help* is always displayed in a new frame
> when it is not already displayed anywhere". It took some
> time to figure out what was needed:
>
> (add-to-list
> 'display-buffer-alist
> '("\\`\\*Help\\*\\'" . ; make *Help* pop up in a new frame when not already displayed
> ((display-buffer-reuse-window display-buffer-pop-up-frame) .
> ((reusable-frames . t)))))
>
> I think something like that should be included as an example somewhere
> in the docs - maybe in the documentation of `display-buffer-alist'
> itself, maybe in the manual.
I tried to provide an example in revision 110885 on the
Emacs-24 release branch. Please have a look.
Thanks, martin
This bug report was last modified 12 years and 272 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.