auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/3] Let it byte compile even with GNU Emacs 29.3


From: Arash Esbati
Subject: Re: [PATCH 1/3] Let it byte compile even with GNU Emacs 29.3
Date: Thu, 16 May 2024 12:04:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

"Dr. Werner Fink" <werner@suse.de> writes:

> I now skip lwarp.sty by using:
>
> %if %{with tex4auto}
>         pwd
>         echo "Run the command TeX-auto-generate-global in mini buffer"
>         ignore="$(sed -rn '/^\(defcustom TeX-ignore-file/,+1{ 
> s@^\s+@@;s@(\\\\)(\)\$)@\1|lwarp\\.sty\\\\\2@p }' < ../tex.el)"
>         emacs-gtk -batch -Q -L %{buildroot}%{_sitedir}/auctex                 
>   \
>             --eval '(setq TeX-lisp-directory "%{buildroot}%{_aucdir}")'       
>   \
>             --eval "(setq TeX-install-font-lock #'ignore)"                    
>   \
>             --eval "(setq TeX-ignore-file ${ignore})"                         
>   \
>             --eval '(setq TeX-auto-global "%{buildroot}%{_aucdir}/auto")'     
>   \
>             -l %{buildroot}%{_sitedir}/tex-site.el -f TeX-auto-generate-global
>         exit 1
> %else
>
> and it finally works.  Thanks a lot!

You're welcome, glad we have this sorted out; and thanks for reporting
in the first place.

Best, Arash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]