From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs master: different (ugly) font in org-mode [Windows, macOS] Date: Thu, 07 Oct 2021 10:31:49 +0300 Message-ID: <83mtnl1eai.fsf@gnu.org> References: <1758826875.387473.1633124447794@mail1.libero.it> <87a6jsqbhq.fsf@protesilaos.com> <1048176278.452440.1633374684696@mail1.libero.it> <87sfxgr320.fsf@protesilaos.com> <83sfxf4rs2.fsf@gnu.org> <1638550012.538.1633441275953@mail1.libero.it> <83a6jn4gpq.fsf@gnu.org> <1553192207.19756.1633463102315@mail1.libero.it> <83r1cy2x2q.fsf@gnu.org> <1296031966.62064.1633554406095@mail1.libero.it> <87a6jlv4qz.fsf@protesilaos.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38143"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, angelo.g0@libero.it, emacs-devel@gnu.org To: Protesilaos Stavrou Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 07 09:35:09 2021 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 1mYNvn-0009dN-2Y for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Oct 2021 09:35:07 +0200 Original-Received: from localhost ([::1]:51938 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYNvl-0008Lx-9g for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Oct 2021 03:35:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40764) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYNsi-0002lu-P5 for emacs-devel@gnu.org; Thu, 07 Oct 2021 03:31:56 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55360) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYNsh-0003s2-Ex; Thu, 07 Oct 2021 03:31:55 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4295 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYNsh-0007Em-1j; Thu, 07 Oct 2021 03:31:55 -0400 In-Reply-To: <87a6jlv4qz.fsf@protesilaos.com> (message from Protesilaos Stavrou on Thu, 07 Oct 2021 07:27:32 +0300) 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:276485 Archived-At: > From: Protesilaos Stavrou > Cc: emacs-devel@gnu.org > Date: Thu, 07 Oct 2021 07:27:32 +0300 > > On 2021-10-06, 17:40 -0400, Stefan Kangas wrote: > > Can Org be patched for emacs-28? Yes, bugs in Org can be fixed on the emacs-28 branch. > How does this work in terms of syncing with org.git? My suggestion > would be to revert commit 667cb6f1a in org.git, though I am not sure > how to proceed. You need to ask the Org developers to make that change, and then to sync Org with what we have in the emacs-28 branch. they do it regularly for any bugfixes they consider to become part of Org 9.5.1 which will be the version included in Emacs 28.1. Thanks.