Re: Emacs 27 problem with :local keyword in defcustom

2024-03-15 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > I noticed that emacs 27.1 fails with the current AUCTeX master. When I > open circ.tex with emacs 27.1, it signals error with > "(wrong-type-argument number-or-marker-p nil)" in `TeX-auto-parse'. The > local values of `TeX-auto-parse-length' and

Emacs 27 problem with :local keyword in defcustom

2024-03-15 Thread Ikumi Keita
Hi Arash, I noticed that emacs 27.1 fails with the current AUCTeX master. When I open circ.tex with emacs 27.1, it signals error with "(wrong-type-argument number-or-marker-p nil)" in `TeX-auto-parse'. The local values of `TeX-auto-parse-length' and `TeX-auto-x-parse-length' are both nil in the

Re: Deleting compat code from commit 087b030001

2024-03-15 Thread Arash Esbati
Ikumi Keita writes: > Yes, I think so. Please go ahead. Thanks for your response. Done with commit 074e1c9fd1. Best, Arash

master 074e1c9f: * tex.el: Delete Emacs<27 compat code from commit 087b030001.

2024-03-15 Thread Arash Esbati
branch: master commit 074e1c9fd16602cd5fe6cf2e66a24ad28d9138bf Author: Arash Esbati Commit: Arash Esbati * tex.el: Delete Emacs<27 compat code from commit 087b030001. --- tex.el | 6 -- 1 file changed, 6 deletions(-) diff --git a/tex.el b/tex.el index da2f91fe..f24752b7 100644 ---

Re: Deleting compat code from commit 087b030001

2024-03-15 Thread Ikumi Keita
> Arash Esbati writes: > Hi Keita, > can I delete this code in tex.el: > (if (< emacs-major-version 27) > (or (assq 'compilation-in-progress minor-mode-alist) > (setq minor-mode-alist (cons '(compilation-in-progress " Compiling") >