help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: list-buffers behavior customization


From: Michael Heerdegen
Subject: Re: list-buffers behavior customization
Date: Fri, 06 May 2016 00:46:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux)

Carlos Konstanski <ckonstanski@pippiandcarlos.com> writes:

> I quite often have 3 or 4 emacs frames open. Whenever I do a
> list-buffers, it opens in whatever frame it appeared last. This is
> usually not what I want. I want it to open in the frame that is
> currently in focus.
>
> [...]
> The sexp (get-buffer-create "*Buffer List*") is where this behavior is
> coming from.

`get-buffer-create' may return an existing buffer of that name, but
nothing more: it doesn't decide where to display it etc.  That is done
by `display-buffer'.  So I think you just want to customize
`display-buffer-alist'?


Regards,

Michael.




reply via email to

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