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.help Subject: Re: [BUG] overlay 'line-height property is invalid when window width change Date: Mon, 04 May 2020 17:00:47 +0300 Message-ID: <83r1vzol4g.fsf@gnu.org> References: <87y2q84mak.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="14637"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 04 16:03:08 2020 Return-path: Envelope-to: geh-help-gnu-emacs@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 1jVbgP-0003H8-Uc for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 04 May 2020 16:02:57 +0200 Original-Received: from localhost ([::1]:34244 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVbgO-0006qF-SI for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 04 May 2020 10:02:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43068) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jVbeQ-0005JH-DB for help-gnu-emacs@gnu.org; Mon, 04 May 2020 10:00:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58250) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jVbeQ-000535-0e for help-gnu-emacs@gnu.org; Mon, 04 May 2020 10:00:54 -0400 Original-Received: from [176.228.60.248] (port=3098 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jVbeO-00055p-Ad for help-gnu-emacs@gnu.org; Mon, 04 May 2020 10:00:53 -0400 In-Reply-To: <87y2q84mak.fsf@gmail.com> (message from stardiviner on Mon, 04 May 2020 07:43:31 +0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:123017 Archived-At: > From: stardiviner > Date: Mon, 04 May 2020 07:43:31 +0800 > > Here is one post contains screenshots shows what problem I got: > > https://emacs-china.org/t/org-agenda/8679/26?u=stardiviner > > I tried many ways to debug this issue. Can you please describe the problem in more detail? What does it mean for the line-height property to be "invalid", and how does this affect the display? Also, if you can show a short Lisp snippet to reproduce this starting from "emacs -Q" and preferably without loading Org or using any of Org's features, that would be appreciated.