unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#64029: 30.0.50; info-lookup should respect display-buffer-alist
@ 2023-06-12 21:02 Mekeor Melire
  2023-06-13 11:07 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Mekeor Melire @ 2023-06-12 21:02 UTC (permalink / raw)
  To: 64029; +Cc: rs

Hello :)

`info-lookup' (from info-look.el) does not respect `display-buffer-alist'.

To reproduce an example, open some buffer in fundamental-mode, evaluate

    (setq
      display-buffer-alist
      '((t (display-buffer-reuse-window display-buffer-same-window))))

and type

    C-h S c-mode RET sin RET

We'd expect the *info* buffer to be shown in the current window. Instead, a new window is created. This is because info-look.el does neither call display-buffer, nor does it take display-buffer-alist into account by itself:

    https://git.sv.gnu.org/cgit/emacs.git/tree/lisp/info-look.el?h=605414d018da47f99dec5019142f584b6eb174c8#n395

Kindly
Mekeor





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-14 11:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12 21:02 bug#64029: 30.0.50; info-lookup should respect display-buffer-alist Mekeor Melire
2023-06-13 11:07 ` Eli Zaretskii
2023-06-14  7:43   ` Mekeor Melire
2023-06-14 11:32     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).