[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: |
Thu, 24 Aug 2023 11:02:40 +0200 |
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 <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
> >
> > 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 <RET> 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
--
Herbert
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Herbert J. Skuhra, 2023/08/07
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Herbert J. Skuhra, 2023/08/22
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Eli Zaretskii, 2023/08/24
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29,
Herbert J. Skuhra <=
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Eli Zaretskii, 2023/08/24
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Ihor Radchenko, 2023/08/24
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Herbert J. Skuhra, 2023/08/24
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Eli Zaretskii, 2023/08/24
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Herbert J. Skuhra, 2023/08/24
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Eli Zaretskii, 2023/08/24
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Ihor Radchenko, 2023/08/25
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Eli Zaretskii, 2023/08/25
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Ihor Radchenko, 2023/08/25
- Re: master b5bbb29634e 1/5: Merge from origin/emacs-29, Eli Zaretskii, 2023/08/25