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: [BUG] ov property line height failed on lone length line when exceeded window width Date: Thu, 04 Jun 2020 16:16:44 +0300 Message-ID: <83wo4nas3n.fsf@gnu.org> References: <8C0A9F18-AF7B-4C50-8625-229456BF40E4@gnu.org> <835zc8ciqb.fsf@gnu.org> <87a71jlky8.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="21248"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: numbchild@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 04 15:17:35 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 1jgpkU-0005Nc-IY for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Jun 2020 15:17:34 +0200 Original-Received: from localhost ([::1]:54042 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgpkT-0000Kv-KB for ged-emacs-devel@m.gmane-mx.org; Thu, 04 Jun 2020 09:17:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58670) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgpjt-0007hi-ET for emacs-devel@gnu.org; Thu, 04 Jun 2020 09:16:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60692) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgpjt-00022x-5b; Thu, 04 Jun 2020 09:16:57 -0400 Original-Received: from [176.228.60.248] (port=2987 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jgpjs-0000sc-PL; Thu, 04 Jun 2020 09:16:56 -0400 In-Reply-To: <87a71jlky8.fsf@gmail.com> (message from stardiviner on Thu, 04 Jun 2020 08:43:27 +0800) 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:251851 Archived-At: > From: stardiviner > Cc: emacs-devel@gnu.org > Date: Thu, 04 Jun 2020 08:43:27 +0800 > > > In that case, this is the expected behavior: if the newline with the > > line-height property is not visible, the setting has no effect. It is > > conceptually the same as having a tall character or image displayed on > > a line: if you then truncate the line so that the tall element is not > > visible, the line's height will be decreased to reflect what is > > actually on display. > > I have a little kind of understand. Hmm, is there any workaround of this > situation? I want it to be displayed anyway. Change my code, or toggle some > options or something else? Can you describe what are you trying to accomplish, and for what purpose? Maybe then we could propose a workaround.