emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master b5bbb29634e 1/5: Merge from origin/emacs-29


From: Herbert J. Skuhra
Subject: Re: master b5bbb29634e 1/5: Merge from origin/emacs-29
Date: Mon, 07 Aug 2023 14:07:43 +0200

On Sat, 15 Jul 2023 11:35:46 +0200, Eli Zaretskii  wrote:
> 
> branch: master
> commit b5bbb29634eca42582c01e2fd30c867d22f53298
> Merge: a047fb8494c 01fb898420f
> Author: Eli Zaretskii <eliz@gnu.org>
> Commit: Eli Zaretskii <eliz@gnu.org>
> 
>     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

--
Herbert



reply via email to

[Prev in Thread] Current Thread [Next in Thread]