emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64029: closed (30.0.50; info-lookup should respect display-buffer-al


From: GNU bug Tracking System
Subject: bug#64029: closed (30.0.50; info-lookup should respect display-buffer-alist)
Date: Wed, 14 Jun 2023 07:49:02 +0000

Your message dated Wed, 14 Jun 2023 07:43:30 +0000
with message-id <87ttvamqpg.fsf@posteo.de>
and subject line Re: bug#64029: 30.0.50; info-lookup should respect 
display-buffer-alist
has caused the debbugs.gnu.org bug report #64029,
regarding 30.0.50; info-lookup should respect display-buffer-alist
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64029: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64029
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 30.0.50; info-lookup should respect display-buffer-alist Date: Mon, 12 Jun 2023 21:02:56 +0000
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#64029: 30.0.50; info-lookup should respect display-buffer-alist Date: Wed, 14 Jun 2023 07:43:30 +0000
2023-06-13 14:07 eliz@gnu.org:

You should be able to get what you want by customizing the option info-lookup-other-window-flag to the nil value.

I'm not sure it is reasonable to expect every command to use display-buffer or its family for every window it displays.

Thanks, Eli. In that case I'll just close this issue. Especially since I'm satisfied with info-lookup-other-window-flag. Sorry for the noise. :)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]