[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `LaTeX-verbatim-p' moves point
From: |
Arash Esbati |
Subject: |
Re: `LaTeX-verbatim-p' moves point |
Date: |
Fri, 03 Nov 2023 14:28:37 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Keita,
Ikumi Keita <ikumi@ikumi.que.jp> writes:
> The log for 921ea2485d9e0ad6387ba891f7a3efc0db98a678 shows that it lacks
> `save-excursion' from the beginning. However, it doesn't seem natural to
> me that predicate function moves the point.
Yes, exactly.
> I expect so. The only usage of (La)TeX-verbatim-p with explicit argument
> is in texmathp.el, where there is guard with `save-excursion'.
I just pushed a change to AUCTeX repo fixing `LaTeX-verbatim-p' and
texmathp.el. Now I can go back to the original issue I tried to solve
:-)
Best, Arash