Re: [PATCH] org-macs.el: Fix Emacs-26 compatibility

2023-08-12 Thread Max Nikulin
On 11/08/2023 23:27, Ihor Radchenko wrote: Max Nikulin writes: Loading /home/ubuntu/src/org-mode/lisp/org-compat.el (source)... Eager macro-expansion failure: (wrong-number-of-arguments (2 . 2) 6) That failure does not really point to where it happened... I am wondering how you managed to

Re: [PATCH] org-macs.el: Fix Emacs-26 compatibility

2023-08-11 Thread Ihor Radchenko
Max Nikulin writes: > Current state of the main branch is not compatible with Emacs-26. > > Loading /home/ubuntu/src/org-mode/lisp/org-compat.el (source)... > Eager macro-expansion failure: (wrong-number-of-arguments (2 . 2) 6) > > It is again `setq-local' call with multiple variables. See the

[PATCH] org-macs.el: Fix Emacs-26 compatibility

2023-08-11 Thread Max Nikulin
it into several parts.From 9bb21fe2354206d3edf0cc7e145f9d4c5a7bd2ec Mon Sep 17 00:00:00 2001 From: Max Nikulin Date: Fri, 11 Aug 2023 22:13:17 +0700 Subject: [PATCH] org-macs.el: Fix Emacs-26 compatibility lisp/org-macs.el (org-string-width): Avoid multiple variables in `setq-local' since