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: How to create a small child-frame which only show two lines Date: Tue, 12 Dec 2017 19:05:39 +0200 Message-ID: <83a7ynswpo.fsf@gnu.org> References: <32764281.548.1602e496fa6.Coremail.tumashu@163.com> <5A290998.6030900@gmx.at> <5A2A6572.4060700@gmx.at> <65440769.c307.16036041a32.Coremail.tumashu@163.com> <5A2BBC7E.9020400@gmx.at> <65b6adf3.bf1.16042f29094.Coremail.tumashu@163.com> <5A2E28CF.6010405@gmx.at> <17dd098a.99e0.16044b145db.Coremail.tumashu@163.com> <5A2F99B3.6000800@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1513098513 26866 195.159.176.226 (12 Dec 2017 17:08:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 12 Dec 2017 17:08:33 +0000 (UTC) Cc: tumashu@163.com, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 12 18:08:27 2017 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 1eOo2d-0006ik-61 for ged-emacs-devel@m.gmane.org; Tue, 12 Dec 2017 18:08:27 +0100 Original-Received: from localhost ([::1]:59586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOo2k-0007ax-4H for ged-emacs-devel@m.gmane.org; Tue, 12 Dec 2017 12:08:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOo07-0005hv-V5 for emacs-devel@gnu.org; Tue, 12 Dec 2017 12:05:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOo04-00040M-U3 for emacs-devel@gnu.org; Tue, 12 Dec 2017 12:05:52 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOo04-00040G-Pg; Tue, 12 Dec 2017 12:05:48 -0500 Original-Received: from [176.228.60.248] (port=1028 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eOo04-00082K-3d; Tue, 12 Dec 2017 12:05:48 -0500 In-reply-to: <5A2F99B3.6000800@gmx.at> (message from martin rudalics on Tue, 12 Dec 2017 09:56:19 +0100) 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:220932 Archived-At: > Date: Tue, 12 Dec 2017 09:56:19 +0100 > From: martin rudalics > Cc: "emacs-devel@gnu.org" > > > ;; `posn-object-width-height' returns an incorrect value > > ;; when the header line is displayed (Emacs bug #4426). > > FWIW this bug should have been fixed more than six years ago. AFAIU you are saying that it _is_ fixed, so you wonder why the OP seems to see it. If so, I concur. E.g., I couldn't reproduce the original problem in an Info buffer (which does have a header-line). Or am I missing something?