Re: AUCTeX newenvironment input support

2022-11-22 Thread Ikumi Keita
> Arash Esbati writes: >> I'd propose to apply the attached fix, which also includes removal of >> duplication of code. (The deleted portion is inside "else" clause of >> `(if (string-equal LaTeX-version "2")', but it wouldn't fail for LaTeX >> 2.09 document because

Re: AUCTeX newenvironment input support

2022-11-22 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Here is (re)newenvironment input support in latex.el: > , > |'("newenvironment" TeX-arg-define-environment > | [ "Number of arguments"] t t) > |'("renewenvironment" TeX-arg-environment > | [ "Number of arguments"] t t) > ` > Note the two

AUCTeX newenvironment input support

2022-11-22 Thread Ikumi Keita
Hi all, Here is (re)newenvironment input support in latex.el: , |'("newenvironment" TeX-arg-define-environment | [ "Number of arguments"] t t) |'("renewenvironment" TeX-arg-environment | [ "Number of arguments"] t t) ` Note the two `t's in each entry. This leaves two