From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: position of line moves depending on visible chars Date: Sun, 17 Jul 2016 20:14:52 +0300 Message-ID: <838tx02nlf.fsf@gnu.org> References: <877fckl7c1.wl@dns1.atmark-techno.com> <83fur82w9v.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1468775714 5898 80.91.229.3 (17 Jul 2016 17:15:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jul 2016 17:15:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yasushi SHOJI Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 17 19:15:14 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bOpeq-00079J-OS for ged-emacs-devel@m.gmane.org; Sun, 17 Jul 2016 19:15:12 +0200 Original-Received: from localhost ([::1]:42455 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOpem-0002jV-GB for ged-emacs-devel@m.gmane.org; Sun, 17 Jul 2016 13:15:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOpeg-0002ZU-NZ for emacs-devel@gnu.org; Sun, 17 Jul 2016 13:15:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOpeb-00015W-LZ for emacs-devel@gnu.org; Sun, 17 Jul 2016 13:15:01 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOpeb-00015S-IO; Sun, 17 Jul 2016 13:14:57 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2078 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bOpeZ-0002qD-MJ; Sun, 17 Jul 2016 13:14:56 -0400 In-reply-to: (message from Yasushi SHOJI on Mon, 18 Jul 2016 01:40:45 +0900) 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:205781 Archived-At: > From: Yasushi SHOJI > Date: Mon, 18 Jul 2016 01:40:45 +0900 > Cc: emacs-devel@gnu.org > > Is there an option to get the old behavior back? No. > If not, would you accept such option, say for 25.2? I'd need to see the code which implements such an option, before I express my opinion. The behavior was changed in order to avoid huge line spacing when a font reports a preposterously large height. Any option such as the one you are talking about will have to keep the new behavior whereby the display engine doesn't user the font height for drawing the cursor on empty lines, because this will have an even worse effects. > I'm not oppose to the change but I'm sure this affects many multilingual > writers. A vibrating line while typing isn't a good experience. It's impossible to keep lines at the same spacing when multiple fonts are involved anyway, so the situation you are describing is not new.