Hi Arash,

>>>>> Arash Esbati <ar...@gnu.org> writes:
> LGTM.  Please go ahead and install so we can close this report.  Please
> just adjust the comment below before pushing:

>> ;; Heuristic: If an opening brace is encountered, search for
>> ;; both the opening and the closing brace as an end marker.

> I think now this should read:

>             ;; Heuristic: If an opening brace is encountered, search for
>             ;; a closing brace as an end marker.

Done. I also changed
            (skip-chars-forward (concat "^" delimiter)))
to
            (skip-chars-forward (concat "^" delimiter) (line-end-position)))
, which isn't important much. (It makes difference only when closing
delimiter is missing. In that case, the function doesn't return sensible
result anyway.)

Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine



_______________________________________________
bug-auctex mailing list
bug-auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to