From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: pop-to-buffer / switch-to-buffer-other-window Date: Sun, 07 Jun 2020 12:57:51 +0300 Message-ID: References: <4A063A0F-C208-4689-9E28-AB7DD56583D9@traduction-libre.org> <91CED84B-6628-4458-92E0-9A6AD7BCC9DF@gnu.org> <4BD7D31A-E321-433A-B561-20AB3953EAB2@traduction-libre.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="58748"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: K-9 Mail for Android To: emacs-devel@gnu.org, Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 07 11:58:52 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jhs4q-000FCg-3o for ged-emacs-devel@m.gmane-mx.org; Sun, 07 Jun 2020 11:58:52 +0200 Original-Received: from localhost ([::1]:45962 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jhs4p-0007Ht-7g for ged-emacs-devel@m.gmane-mx.org; Sun, 07 Jun 2020 05:58:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38796) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jhs3x-0006l6-3W for emacs-devel@gnu.org; Sun, 07 Jun 2020 05:57:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49844) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jhs3w-00015z-Ac; Sun, 07 Jun 2020 05:57:56 -0400 Original-Received: from [176.12.219.100] (port=54221 helo=[10.162.26.155]) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1jhs3u-0004eh-Vq; Sun, 07 Jun 2020 05:57:55 -0400 In-Reply-To: <4BD7D31A-E321-433A-B561-20AB3953EAB2@traduction-libre.org> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:252000 Archived-At: On June 7, 2020 9:55:12 AM GMT+03:00, Jean-Christophe Helary wrote: >=20 >=20 > > On Jun 7, 2020, at 15:18, Eli Zaretskii wrote: > >=20 > > Please see "Splitting Windows" in the ELisp manual, it describes how > Emacs decides whether to split vertically or horizontally=2E >=20 > Do you mean this: >=20 > split-window &optional window size *side* pixelwise >=20 > It just says that the side argument affects the function, not what in > pop-to-buffer causes that argument to be set=2E And I don't find any > reference to splitting in pop-to-buffer for that matter=2E Thrn I guess you should read "Choosing Window Options"=2E My point is tha= t this is described in the manual=2E