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: emacs rendering comparisson between emacs23 and emacs26.3 Date: Fri, 27 Mar 2020 10:00:02 +0300 Message-ID: <83wo768eq5.fsf@gnu.org> References: <86tv2h2vww.fsf@gmail.com> <20200322123818.GB32470@ACM> <87eetk5swm.fsf@gnu.org> <20200326193128.GC14092@ACM> <86d08y4zsx.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="100732"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, rms@gnu.org, emacs-devel@gnu.org To: rrandresf@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 27 08:01:05 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 1jHizH-000Q6Y-T0 for ged-emacs-devel@m.gmane-mx.org; Fri, 27 Mar 2020 08:01:03 +0100 Original-Received: from localhost ([::1]:37824 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHizG-0004F8-Sm for ged-emacs-devel@m.gmane-mx.org; Fri, 27 Mar 2020 03:01:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56251) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHiyU-0003kk-5u for emacs-devel@gnu.org; Fri, 27 Mar 2020 03:00:15 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jHiyT-0006eo-L8; Fri, 27 Mar 2020 03:00:13 -0400 Original-Received: from [176.228.60.248] (port=3360 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jHiyG-0004Bh-Mt; Fri, 27 Mar 2020 03:00:02 -0400 In-Reply-To: <86d08y4zsx.fsf@gmail.com> (rrandresf@gmail.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:245830 Archived-At: > From: rrandresf@gmail.com > Date: Thu, 26 Mar 2020 20:38:22 +0000 > Cc: Richard Stallman , emacs-devel@gnu.org > > As Eli pointed out on another email on this same thread. It could be > BIDI. I would need to check on configure If it is possible to deactivate > BIDI support and see what difference it Does. It's not possible. Bidirectional editing support in Emacs is unconditional, it isn't an optional feature. What I would suggest is to compare with Emacs 24.1, which already supported bidi.