Sébastien Miquel <sebastien.miq...@posteo.eu> writes: > Ihor Radchenko writes: >> Sebastien, it looks like one of the tests is failing on the older Emacs: >> https://builds.sr.ht/~bzg/job/1020247 > > Does this specify anywhere what version of emacs it is using ?
Yup. In the full log https://builds.sr.ht/query/log/1020247/build/log It is Emacs 28.2. Older Emacs versions are also failing. >> Most likely, because `current-column' did not take into account 'display >> property until recently. > > Here's a workaround. I think I found what emacs commit makes it work, > but I haven't been able to test it with an older emacs version. We should probably reserve the workaround to Emacs 28 and older and eventually remove it when Org drops Emacs 28 support. > Subject: [PATCH] test-org-src.el: Work around `current-column' bug in older > emacs > > * testing/lisp/test-org-src.el (test-org-src/indented-blocks): Work > around `current-column' not working in the presence of display strings > in older emacs. I tested using Emacs 28 and 27 and your patch is passing all the tests. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>