Re: 31.0.50; Fontification malfunction

2025-01-09 Thread Ihor Radchenko
Johan Ekenberg writes: > - Start emacs: 'emacs -Q' > - Paste this function into the scratch buffer and evaluate it: > (defun test-org-insertion-fontification () > (interactive) > (let* ((chunks > '("#+begin_src elisp\n" > "(+ 1 2)" > "\n#+end_src\

31.0.50; Fontification malfunction

2025-01-08 Thread Johan Ekenberg
Originally sent to bug-gnu-emacs but was asked to file as an Org bug: --text follows this line-- - Start emacs: 'emacs -Q' - Paste this function into the scratch buffer and evaluate it: (defun test-org-insertion-fontification () (interactive) (let* ((chunks '("#+begin_src el