Re: [PATCH] fix delete-property handling

2024-05-16 Thread Ikumi Keita
> Artem Yurchenko writes: > Hi, Ikumi, > I have finally got my assignment back! Thank you! I pushed your changesets to the git repository. I'm happy to have your nice contribution and thank for your patiance. Best regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine #Gaza #StopMassiveKil

master 45ee2f9e 3/3: Update documentaion on changes related to delete-selection

2024-05-16 Thread Ikumi Keita
branch: master commit 45ee2f9e674a82037c5d67d8851721255b8237d0 Author: Artem Yurchenko Commit: Ikumi Keita Update documentaion on changes related to delete-selection * doc/auctex.texi: * doc/changes.texi: Update documentaion on changes related to delete-selection. --- doc/a

master updated (dc1a8ee5 -> 45ee2f9e)

2024-05-16 Thread Ikumi Keita
ikumi pushed a change to branch master. from dc1a8ee5 Delete `LaTeX-env-contents' new 3b0becf0 Split out the electric version of `LaTeX-insert-left-brace' new 7b8ae52d Amend TeX electric commands to allow alternative electric modes new 45ee2f9e Update documenta

master 7b8ae52d 2/3: Amend TeX electric commands to allow alternative electric modes

2024-05-16 Thread Ikumi Keita
branch: master commit 7b8ae52d828db69294abf0f79d8111e105a9595a Author: Artem Yurchenko Commit: Ikumi Keita Amend TeX electric commands to allow alternative electric modes 1. In particular, we are splitting out the electric logic of `TeX-insert-dollar'. 2. We've clarifie

master 3b0becf0 1/3: Split out the electric version of `LaTeX-insert-left-brace'

2024-05-16 Thread Ikumi Keita
branch: master commit 3b0becf00535f77d47db8e39e17a726504254f53 Author: Artem Yurchenko Commit: Ikumi Keita Split out the electric version of `LaTeX-insert-left-brace' Set the proper `delete-selection` property. The backstory. When a function bound to SYMBOL has opt

Re: [PATCH] fix delete-property handling

2024-05-16 Thread Artem Yurchenko
Hi, Ikumi, I have finally got my assignment back! Best, Artem

master dc1a8ee5 2/2: Delete `LaTeX-env-contents'

2024-05-16 Thread Arash Esbati
branch: master commit dc1a8ee51e5ed8365aa969c1e845ba6b70203848 Author: Arash Esbati Commit: Arash Esbati Delete `LaTeX-env-contents' * doc/auctex.texi (Adding Environments): * latex.el (LaTeX-env-contents): Delete now unused function. --- doc/auctex.texi | 3 --- latex.el

master 4666795a 1/2: Drop usage of `LaTeX-env-contents'

2024-05-16 Thread Arash Esbati
branch: master commit 4666795a8f6f5e5b436629b9828c77aad4477789 Author: Arash Esbati Commit: Arash Esbati Drop usage of `LaTeX-env-contents' * latex.el (LaTeX-common-initialization): Drop `LaTeX-env-contents' and use the new way of query for arguments. This allows in-buffer c

master updated (9cd9d15c -> dc1a8ee5)

2024-05-16 Thread Arash Esbati
esbati pushed a change to branch master. from 9cd9d15c Improve style/dinbrief.el new 4666795a Drop usage of `LaTeX-env-contents' new dc1a8ee5 Delete `LaTeX-env-contents' Summary of changes: doc/auctex.texi | 3 --- latex.el| 29 - 2

Re: [PATCH] Update dinbrief class

2024-05-16 Thread Arash Esbati
"Dr. Werner Fink" writes: > It works here, sorry for the typo. Thanks for checking and the update. I installed that change (commit 9cd9d15c) under your name. Best, Arash

master 9cd9d15c: Improve style/dinbrief.el

2024-05-16 Thread Arash Esbati
branch: master commit 9cd9d15cf807c3d5ef160f288d88568e757073da Author: Werner Fink Commit: Arash Esbati Improve style/dinbrief.el * style/dinbrief.el (LaTeX-dinbrief-class-options): New variable. ("dinbrief"): Add fontification support. (LaTeX-dinbrief-insert): Use `TeX-acti

Re: [PATCH] Update dinbrief class

2024-05-16 Thread Dr. Werner Fink
On 2024/05/16 14:04:01 +0200, Arash Esbati wrote: > Werner Fink writes: > > > Nowadays UTF-8 is standard, also port the features of the letter class > > to dinbrief class. > > Thanks for the patch. I admit I've never had a closer look at > dinbrief.el, but after applying your patch, I had a bri

Re: [PATCH] Update dinbrief class

2024-05-16 Thread Arash Esbati
Werner Fink writes: > Nowadays UTF-8 is standard, also port the features of the letter class > to dinbrief class. Thanks for the patch. I admit I've never had a closer look at dinbrief.el, but after applying your patch, I had a brief look and I suggest this which includes your change. I fixed

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

2024-05-16 Thread Arash Esbati
"Dr. Werner Fink" 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.

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

2024-05-16 Thread Dr. Werner Fink
On 2024/05/15 13:16:03 +0200, Arash Esbati wrote: > "Dr. Werner Fink" writes: > > > That help a lot but at the end it stumbles over lwarp.sty with an other > > error: > > > > [ 109s] Error: scan-error ("Containing expression ends prematurely" 4 5) > > > > I'll attach the lisp backtrace > > I t