Re: Missing l3doc.el

2022-03-10 Thread Jan Braun
Hi Arash, ``today is hard-disk replacement day, so I am pissed off’’ (as BOFH would have told you :-D) > Am 10.03.2022 um 16:28 schrieb Arash Esbati : > > Jan Braun writes: > >> Sounds good to me. You’re the expert in Lisp, maybe I can help in >> LaTeX3? > > I'm pretty far away from a lisp

Re: LaTeX-current-environment in macrocode environment

2022-03-10 Thread Jan Braun
Hi Arash, > Am 10.03.2022 um 15:30 schrieb Arash Esbati : […] > The `current-indentation' never happens inside macrocode environment > because it's not recognized. I haven't looked into details (yet), but > can others confirm this behavior? I can confirm this behaviour. Bye Jan

Re: Missing l3doc.el

2022-03-10 Thread Arash Esbati
Jan Braun writes: > Sounds good to me. You’re the expert in Lisp, maybe I can help in > LaTeX3? I'm pretty far away from a lisp expert, so nothing to get excited about. But helping getting AUCTeX better is the way to go here :-) I'm attaching my latest version of l3doc.el. Please have a look

LaTeX-current-environment in macrocode environment

2022-03-10 Thread Arash Esbati
Hi all, while looking at the current code of doc.el, it does the following: (add-to-list (make-local-variable 'LaTeX-indent-environment-list) '("macrocode" current-indentation) t) Now take this small example as foo.dtx and eval the forms: --8<---cut here