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: Stefan Monnier
Subject: Re: list-buffers behavior customization
Date: Fri, 06 May 2016 15:18:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> Thanks! This solution works:

>  '(display-buffer-alist
>    (quote
>     (("*Buffer*" display-buffer-same-window
>       (allow-no-window . t)))))

I assume you mean

    (setq display-buffer-alist
          '(("*Buffer*" display-buffer-same-window
            (allow-no-window . t))))

because the code you quoted above does nothing at all in itself (it's
just a constant list, not a command/instruction).


        Stefan




reply via email to

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