From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: feature/icomplete-vertical Date: Fri, 18 Sep 2020 22:52:23 +0300 Message-ID: <83363e50co.fsf@gnu.org> References: <20200912133311.6ujtgczj6wyclufy@Ergus> <8BBE93B6-922E-44EF-B7A4-6A82C4F1DE3A@139.com> <20200914150258.4ze4ffv3afh4jd4f@Ergus> <7F366599-595E-4BF9-9C95-8E701045BAE8@139.com> <20200918005354.muskx2b7tssyqzzk@Ergus> <93DD4B50-61A2-4786-AD89-1322E51A6A90@139.com> <20200918170538.hwchsqyvhtsyhcvc@Ergus> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35695"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jixiuf@139.com, emacs-devel@gnu.org To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 18 22:22:16 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 1kJMtb-0009AJ-Ur for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Sep 2020 22:22:15 +0200 Original-Received: from localhost ([::1]:48870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJMta-0004Hy-VR for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Sep 2020 16:22:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35876) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJMQX-0002bO-4l for emacs-devel@gnu.org; Fri, 18 Sep 2020 15:52:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55560) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJMQV-0007Y9-0x; Fri, 18 Sep 2020 15:52:11 -0400 Original-Received: from [176.228.60.248] (port=3797 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kJMQT-0003G6-P8; Fri, 18 Sep 2020 15:52:10 -0400 In-Reply-To: <20200918170538.hwchsqyvhtsyhcvc@Ergus> (message from Ergus on Fri, 18 Sep 2020 19:05:38 +0200) 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:256137 Archived-At: > Date: Fri, 18 Sep 2020 19:05:38 +0200 > From: Ergus > Cc: emacs-devel@gnu.org > > So according to that it is fixed now in icomplete-vertical and waiting > for a patch to improve the documentation of max-mini-window-height. I fixed the documentation of max-mini-window-height to be more clear about the meaning of an integer value.