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: master b5bbb29634e 1/5: Merge from origin/emacs-29 Date: Thu, 24 Aug 2023 12:15:56 +0300 Message-ID: <83wmxkpzqr.fsf@gnu.org> References: <168941374579.21359.4311609468242997473@vcs2.savannah.gnu.org> <20230715093546.7067CC06C72@vcs2.savannah.gnu.org> <87jzu7dpio.wl-herbert@gojira.at> <877cpndzqo.wl-herbert@gojira.at> <83edjtq8p6.fsf@gnu.org> <87bkewbyof.wl-herbert@gojira.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30106"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acorallo@gnu.org, emacs-devel@gnu.org To: "Herbert J. Skuhra" , Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 24 11:16:37 2023 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 1qZ6SC-0007cr-GU for ged-emacs-devel@m.gmane-mx.org; Thu, 24 Aug 2023 11:16:36 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZ6RH-0004R4-DB; Thu, 24 Aug 2023 05:15:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZ6RE-0004Qp-E7 for emacs-devel@gnu.org; Thu, 24 Aug 2023 05:15:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZ6RC-0000Fa-HM; Thu, 24 Aug 2023 05:15:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=/IplHu2QTPlRhJABYHdTJrPuZ5zGNACe60bXWrc06b4=; b=kmX7wnPTyoP7 GbYuCASK+ua9PywS8eIL5UmT40wM1hBsPi1CS/plKRpPu7bnINzBZSNErOR0v5MJfshHYj4yC5+bc c9TyEeBGTTaH/T65IFCerYorlpkEYGVOdtKK9Xy4uTPZhPa4BVic7ORyxDIiDEIHdnwJhwtrBl/dN q2bit4Sar9A3RXdUBf66Y9HLMNDi0cDnquaAZg8c869uRosI+bOakAT7tvdwS4KuCIM0DCWyBIAxA 9kGG9B4WrtBcxRprg1xbpLYlEKTDFLg0+VZHbqJ1pzde9fIuaR1wnFdtf63RKQAvj6G6iK+eJmbZ0 BmAeNXavU40MaDcGedIX/w==; In-Reply-To: <87bkewbyof.wl-herbert@gojira.at> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:309154 Archived-At: > Date: Thu, 24 Aug 2023 11:02:40 +0200 > From: "Herbert J. Skuhra" > Cc: Andrea Corallo , > emacs-devel@gnu.org > > On Thu, 24 Aug 2023 08:02:29 +0200, Eli Zaretskii wrote: > > > > > Date: Tue, 22 Aug 2023 14:32:15 +0200 > > > From: "Herbert J. Skuhra" > > > > > > On Mon, 07 Aug 2023 14:07:43 +0200, "Herbert J. Skuhra" wrote: > > > > > > > > On Sat, 15 Jul 2023 11:35:46 +0200, Eli Zaretskii wrote: > > > > > > > > > > branch: master > > > > > commit b5bbb29634eca42582c01e2fd30c867d22f53298 > > > > > Merge: a047fb8494c 01fb898420f > > > > > Author: Eli Zaretskii > > > > > Commit: Eli Zaretskii > > > > > > > > > > Merge from origin/emacs-29 > > > > > > > > > > 01fb898420f Simplify after adding internal function to enter a labele... > > > > > b741dc7fcde Add internal function to enter a labeled restriction > > > > > > > > Since this commit(?) I have the following issue: > > > > > > > > When I open an org file (e.g. simple table) the table and formula is > > > > not highlighted. C-u C-x = shows > > > > > > > > There are text properties here: > > > > fontified t > > > > > > > > instead of > > > > > > > > There are text properties here: > > > > face org-table > > > > fontified t > > > > > > > > To reproduce: > > > > > > > > % ./configure --prefix=/usr/local/emacs30 --with-x-toolkit=lucid > > > > --with-mailutils --with-native-compilation > > > > or > > > > % ./configure --prefix=/usr/local/emacs30 --with-x-toolkit=lucid > > > > --with-mailutils --with-native-compilation=aot > > > > % make install > > > > % /usr/local/emacs30/bin/emacs -Q --file ~/table.org > > > > > > > > The issue does not occur if I > > > > > > > > - build without --with-native-compilation(=aot) > > > > - run emacs from the source tree: ./src/emacs -Q --file ~/table.org > > > > > > > > table.org is a simple file created with > > > > > > > > - C-x C-f ~/table.org > > > > - org-table-create RET > > > > - C-x C-s > > > > > > Well, if I close an (re)open the same or another org file, the file is > > > correctly displayed. Any ideas? The problem still occurs in master > > > (6ab90effbe5dbda01a934c3d8eaccf4aa835b60d). > > > > This is a very strange issue. I cannot imagine how the factors you > > mention, or the commit to which you point, could possibly affect this > > behavior. Andrea, any ideas? > > > > Maybe you should raise this on the Org mailing list, as the issue > > seems to be related to Org. > > Thanks. > > My git skills are probably limited. A git checkout of > > "d09de2f49d708f73e7397273a254a7775c294d05" is OK > "b5bbb29634eca42582c01e2fd30c867d22f53298" is not OK. > > I'll try again. > > 1. Last time I checked issue does not occur on the emacs-29 branch > 2. If I replace lisp/org in master with the files from the > emacs-29 branch the issue still occurs. > > Two ways to work around the issue: > > 1. > > 'M-x load-library org-loaddefs' before opening an org-file > > 2. > > # cd /usr/local/emacs30/share/emacs/30.0.50/lisp/org/ > # gzip -d org-loaddefs.el.gz > # cd /usr/local/emacs30/share/emacs/30.0.50/lisp/emacs-lisp > # gzip -d cl-loaddefs.el.gz Ihor, any suggestions or comments?