Re: AUCTex in WSL cannot find TeX Live in Win

2022-08-29 Thread petepetite75
> 1. What happens when you enter > \\wsl$ > in the address bar of windows explorer? (not in wsl) address bar shows: > Netzwerk ( = network) > wsl$ while it's saying: Dieser Ordner ist leer (= > This directory is empty)Again, I have to leave it to your expertise for > how sane that has

Re: [a new patch]

2022-08-29 Thread Arash Esbati
Hi Uwe, Uwe Brauer writes: > I hope it is now ok. Thanks, we're almost there, I think. Some comments below. > * Makefile.in (STYLEELC): Add style/catchfilebetweentags.el. > > * tex-style.el (LaTeX-catchfilebetweentags-use-numeric-label): Add a > new variable, that controls whether a numeric

Re: [PATCH] * tex.el (TeX-insert-macro): Use 'atomic-change-group'

2022-08-29 Thread Philip Kaludercic
Arash Esbati writes: > > Philip Kaludercic writes: > >> IIRC environments are usually inserted in one go, so the atomic change >> group wouldn't make much of a difference, or am I mistaken? > > Not always, try: > > \documentclass[10pt]{article} > \usepackage{fancyvrb} > \begin{document} > > Hit

Re: AUCTeX doesn't build with latest Emacs master

2022-08-29 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > Thanks for catching this. I admit that I tried it only with GNU sed. > Can you please apply this small change to your tree and tell if it > works? TIA. Thank you, now it runs cleanly. :-) Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

Re: [PATCH] * tex.el (TeX-insert-macro): Use 'atomic-change-group'

2022-08-29 Thread Arash Esbati
Philip Kaludercic writes: > IIRC environments are usually inserted in one go, so the atomic change > group wouldn't make much of a difference, or am I mistaken? Not always, try: --8<---cut here---start->8--- \documentclass[10pt]{article}

Re: AUCTeX doesn't build with latest Emacs master

2022-08-29 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: >> Arash Esbati writes: >> My suggestion is now apply the following change: > > Thank you for looking into this, but it seems that the commit 19a2607b > broke compatibility. > > @@ -257,6 +268,9 @@ tex-site.el: tex-site.el.out auto-loads.el Makefile >

master 48db5bdf: Restore compatibility for BSD sed

2022-08-29 Thread Arash Esbati
branch: master commit 48db5bdf84a992bc53424f283b2e7980cdb84fe4 Author: Arash Esbati Commit: Arash Esbati Restore compatibility for BSD sed * Makefile.in (tex-site.el): Set '-i' command line option explicitly since it is mandatory for BSD sed. --- Makefile.in | 8 +--- 1

Re: [PATCH] * tex.el (TeX-insert-macro): Use 'atomic-change-group'

2022-08-29 Thread Arash Esbati
Tassilo Horn writes: > Philip Kaludercic writes: > >> Hi, I'd like to propose the following patch: > > Accepted, thanks! :-) The question now is: Can we have this also for environments, please? I think `LaTeX-insert-environment' is the right candidate :) Best, Arash

Re: AUCTeX doesn't build with latest Emacs master

2022-08-29 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Thank you, now it runs cleanly. :-) Thanks for the quick response  Installed with commit 48db5bdf84. Best, Arash

Re: [PATCH] * tex.el (TeX-insert-macro): Use 'atomic-change-group'

2022-08-29 Thread Philip Kaludercic
Arash Esbati writes: > > Tassilo Horn writes: > >> Philip Kaludercic writes: >> >>> Hi, I'd like to propose the following patch: >> >> Accepted, thanks! :-) > > The question now is: Can we have this also for environments, please? I > think `LaTeX-insert-environment' is the right candidate :)

master 324250f2: Support macros for key-val package or class options

2022-08-29 Thread Arash Esbati
branch: master commit 324250f2433a7a7625d08b1ab76457199d9c191e Author: Arash Esbati Commit: Arash Esbati Support macros for key-val package or class options * style/ltx-base.el ("ltx-base"): Add kernel commands for creating and using key-val package or class options. ---

Re: [PATCH] * tex.el (TeX-insert-macro): Use 'atomic-change-group'

2022-08-29 Thread Philip Kaludercic
Arash Esbati writes: > > Philip Kaludercic writes: > >> No it didn't -- but sometimes it does. I've had this issue for a >> while and I couldn't ever pin down what the cause is, so I've never >> reported it. > > Then I'd suggest you report it here. We have some true detectives here > around

Re: master 6b5f00bf: Unquote lambdas in font-latex.el & tex-bar.el; add some FIXMEs

2022-08-29 Thread Arash Esbati
Tassilo Horn writes: > branch: master > commit 6b5f00bfaca715fe7fcbf30d5811cef22f4fd529 > Author: Stefan Monnier > Commit: Tassilo Horn > > Unquote lambdas in font-latex.el & tex-bar.el; add some FIXMEs > > * font-latex.el (font-latex-match-math-env) >

Re: [PATCH] * tex.el (TeX-insert-macro): Use 'atomic-change-group'

2022-08-29 Thread Arash Esbati
Philip Kaludercic writes: > Arash Esbati writes: > >> Not always, try: >> >> \documentclass[10pt]{article} >> \usepackage{fancyvrb} >> \begin{document} >> >> Hit C-c C-n to parse the document. Then do: >> >> C-c C-e Verbatim RET C-q >> >> which inserts the environment like this: >> >>

Re: [PATCH] * tex.el (TeX-insert-macro): Use 'atomic-change-group'

2022-08-29 Thread Philip Kaludercic
Arash Esbati writes: > > Philip Kaludercic writes: > >> Arash Esbati writes: >> >>> Not always, try: >>> >>> \documentclass[10pt]{article} >>> \usepackage{fancyvrb} >>> \begin{document} >>> >>> Hit C-c C-n to parse the document. Then do: >>> >>> C-c C-e Verbatim RET C-q >>> >>> which

Re: [PATCH] * tex.el (TeX-insert-macro): Use 'atomic-change-group'

2022-08-29 Thread Arash Esbati
Philip Kaludercic writes: > No it didn't -- but sometimes it does. I've had this issue for a > while and I couldn't ever pin down what the cause is, so I've never > reported it. Then I'd suggest you report it here. We have some true detectives here around ;-) How did you install AUCTeX, and