unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: martin rudalics <rudalics@gmx.at>
Cc: Lars Ingebrigtsen <larsi@gnus.org>,
	16767@debbugs.gnu.org, Drew Adams <drew.adams@oracle.com>
Subject: bug#16767: 24.3.50; `C-x 5 b' for special-display buffers
Date: Mon, 06 Sep 2021 11:11:21 -0400	[thread overview]
Message-ID: <jwvh7ex7o00.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <79c1e006-3871-ee08-dd3d-df7957f7343b@gmx.at> (martin rudalics's message of "Mon, 6 Sep 2021 16:08:11 +0200")

martin rudalics [2021-09-06 16:08:11] wrote:
>> ... it seems this variable was made obsolete in Emacs 24.3?

At the same time as `special-display-regexps`.

>> Martin, is this a bug, or is this something the user just has to use
>> `display-buffer-alist' instead to achieve?
>
> Crystal ball tells me that it's caused by this line in
> `display-buffer--special-action':
>
>            (list (list #'display-buffer-reuse-window
>
> Maybe Stefan can tell us more.

Hmmm `M-x trace-function RET display-buffer-reuse-window RET`
tells me that when we do (pop-to-buffer "*scratch*" t), that function
correctly receives `inhibit-same-window` and obeys it:

    1 -> (display-buffer-reuse-window #<buffer *scratch*> ((inhibit-same-window . t)))
    1 <- display-buffer-reuse-window: nil

Same for `C-x 5 b`:

    1 -> (display-buffer-reuse-window #<buffer *scratch*> ((reusable-frames . 0) (inhibit-same-window . t)))
    1 <- display-buffer-reuse-window: nil

So it seems this is not the culprit.


        Stefan






  reply	other threads:[~2021-09-06 15:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-15 22:29 bug#16767: 24.3.50; `C-x 5 b' for special-display buffers Drew Adams
2014-02-16 10:32 ` martin rudalics
2014-02-16 16:57   ` Drew Adams
2014-02-16 17:14     ` martin rudalics
2014-02-16 17:16       ` Drew Adams
2021-09-06  9:27   ` Lars Ingebrigtsen
2021-09-06 14:08     ` martin rudalics
2021-09-06 15:11       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2021-09-06 19:08         ` martin rudalics
2021-09-07  8:15           ` martin rudalics
2021-09-07 15:04             ` Lars Ingebrigtsen
2021-09-07 15:44             ` bug#16767: [External] : " Drew Adams
2021-09-07 17:26               ` martin rudalics
2021-09-07 19:12                 ` Drew Adams
2021-09-08  8:27                   ` martin rudalics
2021-09-08 16:34                     ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvh7ex7o00.fsf-monnier+emacs@gnu.org \
    --to=bug-gnu-emacs@gnu.org \
    --cc=16767@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    --cc=larsi@gnus.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).