From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Side Windows Date: Wed, 05 Oct 2016 16:13:28 +0300 Message-ID: <83k2dnkkg7.fsf@gnu.org> References: <57E39F4C.7010208@gmx.at> <83wpi3c8op.fsf@gnu.org> <57E6CE9F.603@gmx.at> <83k2e1ayk0.fsf@gnu.org> <57F4BC4A.1050009@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1475674051 21112 195.159.176.226 (5 Oct 2016 13:27:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2016 13:27:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 05 15:27:25 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1brmDu-000256-IX for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2016 15:27:02 +0200 Original-Received: from localhost ([::1]:49153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brmDt-0000o8-4z for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2016 09:27:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brm0s-0007kr-E4 for emacs-devel@gnu.org; Wed, 05 Oct 2016 09:13:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brm0m-0006In-PI for emacs-devel@gnu.org; Wed, 05 Oct 2016 09:13:33 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brm0m-0006Hr-L0; Wed, 05 Oct 2016 09:13:28 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1048 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1brm0k-0008AO-3s; Wed, 05 Oct 2016 09:13:26 -0400 In-reply-to: <57F4BC4A.1050009@gmx.at> (message from martin rudalics on Wed, 05 Oct 2016 10:39:38 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:208005 Archived-At: > Date: Wed, 05 Oct 2016 10:39:38 +0200 > From: martin rudalics > CC: emacs-devel@gnu.org > > I now committed my changes. One comment on the documentation you wrote is that you never say what is the "normal" return value of display-buffer-in-side-window. The documentation does tell that it returns nil in some exceptional cases, but without knowing the "normal" value, that detail is less helpful. Can you add that? I think it should be both in the doc string and in the manual. Thanks.