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

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

Re: How to force display-buffer-in-side-window to open side window on ri


From: Bruno Barbier
Subject: Re: How to force display-buffer-in-side-window to open side window on right?
Date: Thu, 02 Feb 2023 07:10:54 +0100

Jean Louis <bugs@gnu.support> writes:

>
> What am I doing wrong?

At least the following line is wrong:

           (display-buffer-in-side-window buffer-right '(side right))

it should be:

       (display-buffer-in-side-window buffer-right '((side . right)))

Bruno



reply via email to

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